summaryrefslogtreecommitdiffstats
path: root/recipes-graphics/imx-g2d
diff options
context:
space:
mode:
authorGary Bisson <gary.bisson@boundarydevices.com>2023-01-05 11:20:37 +0100
committerGary Bisson <gary.bisson@boundarydevices.com>2023-01-06 17:15:40 +0100
commit95c89b6f281d67ef1f1da0c7e1d92b77aed51e86 (patch)
tree64601b9d24af52e421e96cd51020a8528ab3af58 /recipes-graphics/imx-g2d
parent599d4aa186656e5eb709ebf26ef72b93234e37b2 (diff)
downloadmeta-freescale-95c89b6f281d67ef1f1da0c7e1d92b77aed51e86.tar.gz
imx-dpu-g2d: update from 2.1.2 to 2.1.4
- Update to the version used in NXP Yocto branch kirkstone-5.15.71-2.2.0 - Also the binaries seem to be stripped now, so skip that step to avoid build errors Signed-off-by: Gary Bisson <gary.bisson@boundarydevices.com>
Diffstat (limited to 'recipes-graphics/imx-g2d')
-rw-r--r--recipes-graphics/imx-g2d/imx-dpu-g2d_2.1.4.bb (renamed from recipes-graphics/imx-g2d/imx-dpu-g2d_2.1.2.bb)10
1 files changed, 8 insertions, 2 deletions
diff --git a/recipes-graphics/imx-g2d/imx-dpu-g2d_2.1.2.bb b/recipes-graphics/imx-g2d/imx-dpu-g2d_2.1.4.bb
index b3bcbdf1..667bc26b 100644
--- a/recipes-graphics/imx-g2d/imx-dpu-g2d_2.1.2.bb
+++ b/recipes-graphics/imx-g2d/imx-dpu-g2d_2.1.4.bb
@@ -10,8 +10,8 @@ DEPENDS = "libgal-imx libdrm"
10PROVIDES += "virtual/libg2d" 10PROVIDES += "virtual/libg2d"
11 11
12SRC_URI = "${FSL_MIRROR}/${BPN}-${PV}.bin;fsl-eula=true" 12SRC_URI = "${FSL_MIRROR}/${BPN}-${PV}.bin;fsl-eula=true"
13SRC_URI[md5sum] = "85daf26176695de80a024b5f67037f08" 13SRC_URI[md5sum] = "488d9f63b2d02c687a0bc8c3debfb51c"
14SRC_URI[sha256sum] = "1023814d810c0a85c91cb2170c77f663f624331261ba0e1ab1ce29e8c192e1bc" 14SRC_URI[sha256sum] = "62050bc5dd35e942c97e7a8ab22b0b98d02e27a38935b585e622cdc5221ef2a3"
15 15
16inherit fsl-eula-unpack 16inherit fsl-eula-unpack
17 17
@@ -25,6 +25,12 @@ do_install () {
25INSANE_SKIP:${PN} += "ldflags" 25INSANE_SKIP:${PN} += "ldflags"
26INSANE_SKIP:append:libc-musl = " file-rdeps" 26INSANE_SKIP:append:libc-musl = " file-rdeps"
27 27
28# The packaged binaries have been stripped of debug info, so disable
29# operations accordingly.
30INHIBIT_PACKAGE_DEBUG_SPLIT = "1"
31INHIBIT_PACKAGE_STRIP = "1"
32INHIBIT_SYSROOT_STRIP = "1"
33
28COMPATIBLE_MACHINE = "(imxdpu)" 34COMPATIBLE_MACHINE = "(imxdpu)"
29 35
30RDEPENDS:${PN}:append:libc-musl = " gcompat" 36RDEPENDS:${PN}:append:libc-musl = " gcompat"