zeus migration: imx-dpu-g2d: update recipe to v1.8.5
https://jira.digi.com/browse/DEL-7013 Signed-off-by: Arturo Buzarra <arturo.buzarra@digi.com>
This commit is contained in:
parent
6b40c1d5f7
commit
f49053619b
|
|
@ -1,39 +0,0 @@
|
|||
# Copyright (C) 2016 Freescale Semiconductor
|
||||
# Copyright 2017-2018 NXP
|
||||
# Released under the MIT license (see COPYING.MIT for the terms)
|
||||
|
||||
DESCRIPTION = "GPU G2D library and apps for i.MX with 2D GPU and DPU"
|
||||
LICENSE = "Proprietary"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=fd4b227530cd88a82af6a5982cfb724d"
|
||||
|
||||
RDEPENDS_${PN} = "libgal-imx libdrm"
|
||||
|
||||
PROVIDES += "virtual/libg2d"
|
||||
|
||||
SRC_URI = "${FSL_MIRROR}/${PN}-${PV}.bin;fsl-eula=true"
|
||||
|
||||
S="${WORKDIR}/${PN}-${PV}"
|
||||
|
||||
inherit fsl-eula-unpack
|
||||
|
||||
SRC_URI[md5sum] = "111e89e33fe80be50ef526546c6b362b"
|
||||
SRC_URI[sha256sum] = "4744a210af15c2d9ae9138c90e4ccc56138c9b03611286d781ac17d5a676c8ec"
|
||||
|
||||
do_install () {
|
||||
|
||||
install -d ${D}${libdir}
|
||||
install -d ${D}${includedir}
|
||||
|
||||
cp -r ${S}/g2d/usr/lib/*.so* ${D}${libdir}
|
||||
cp -Pr ${S}/g2d/usr/include/* ${D}${includedir}
|
||||
cp -r ${S}/gpu-demos/opt ${D}
|
||||
}
|
||||
|
||||
INSANE_SKIP_${PN} += "ldflags"
|
||||
|
||||
FILES_${PN} = "${libdir}/libg2d* /opt"
|
||||
FILES_${PN}-dev = "${libdir}/libg2d${SOLIBSDEV} ${includedir}"
|
||||
|
||||
# Compatible only with i.MX DPU
|
||||
COMPATIBLE_MACHINE = "(^$)"
|
||||
COMPATIBLE_MACHINE_imxdpu = "${MACHINE}"
|
||||
|
|
@ -0,0 +1,6 @@
|
|||
require recipes-graphics/imx-dpu-g2d/imx-dpu-g2d_1.7.0.bb
|
||||
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=228c72f2a91452b8a03c4cab30f30ef9"
|
||||
|
||||
SRC_URI[md5sum] = "5e6af255a9a8f76bc2ad2e82e039b526"
|
||||
SRC_URI[sha256sum] = "7266413be48e1e517e17c78d6d32cafb2e08eecb840716c9117c834dd7227145"
|
||||
Loading…
Reference in New Issue