diff options
author | Gary Bisson <gary.bisson@boundarydevices.com> | 2023-01-05 11:20:37 +0100 |
---|---|---|
committer | Gary Bisson <gary.bisson@boundarydevices.com> | 2023-01-06 17:15:40 +0100 |
commit | 95c89b6f281d67ef1f1da0c7e1d92b77aed51e86 (patch) | |
tree | 64601b9d24af52e421e96cd51020a8528ab3af58 | |
parent | 599d4aa186656e5eb709ebf26ef72b93234e37b2 (diff) | |
download | meta-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>
-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" | |||
10 | PROVIDES += "virtual/libg2d" | 10 | PROVIDES += "virtual/libg2d" |
11 | 11 | ||
12 | SRC_URI = "${FSL_MIRROR}/${BPN}-${PV}.bin;fsl-eula=true" | 12 | SRC_URI = "${FSL_MIRROR}/${BPN}-${PV}.bin;fsl-eula=true" |
13 | SRC_URI[md5sum] = "85daf26176695de80a024b5f67037f08" | 13 | SRC_URI[md5sum] = "488d9f63b2d02c687a0bc8c3debfb51c" |
14 | SRC_URI[sha256sum] = "1023814d810c0a85c91cb2170c77f663f624331261ba0e1ab1ce29e8c192e1bc" | 14 | SRC_URI[sha256sum] = "62050bc5dd35e942c97e7a8ab22b0b98d02e27a38935b585e622cdc5221ef2a3" |
15 | 15 | ||
16 | inherit fsl-eula-unpack | 16 | inherit fsl-eula-unpack |
17 | 17 | ||
@@ -25,6 +25,12 @@ do_install () { | |||
25 | INSANE_SKIP:${PN} += "ldflags" | 25 | INSANE_SKIP:${PN} += "ldflags" |
26 | INSANE_SKIP:append:libc-musl = " file-rdeps" | 26 | INSANE_SKIP:append:libc-musl = " file-rdeps" |
27 | 27 | ||
28 | # The packaged binaries have been stripped of debug info, so disable | ||
29 | # operations accordingly. | ||
30 | INHIBIT_PACKAGE_DEBUG_SPLIT = "1" | ||
31 | INHIBIT_PACKAGE_STRIP = "1" | ||
32 | INHIBIT_SYSROOT_STRIP = "1" | ||
33 | |||
28 | COMPATIBLE_MACHINE = "(imxdpu)" | 34 | COMPATIBLE_MACHINE = "(imxdpu)" |
29 | 35 | ||
30 | RDEPENDS:${PN}:append:libc-musl = " gcompat" | 36 | RDEPENDS:${PN}:append:libc-musl = " gcompat" |