diff options
| -rw-r--r-- | recipes-graphics/imx-g2d/imx-dpu-g2d_2.1.0.bb | 3 | ||||
| -rw-r--r-- | recipes-graphics/imx-gpu-viv/imx-gpu-viv_6.4.3.p4.2-aarch64.bb | 7 | ||||
| -rw-r--r-- | recipes-multimedia/imx-sw-pdm/imx-sw-pdm_1.0.2.bb | 4 |
3 files changed, 11 insertions, 3 deletions
diff --git a/recipes-graphics/imx-g2d/imx-dpu-g2d_2.1.0.bb b/recipes-graphics/imx-g2d/imx-dpu-g2d_2.1.0.bb index ad8de74c1..e2f5912b5 100644 --- a/recipes-graphics/imx-g2d/imx-dpu-g2d_2.1.0.bb +++ b/recipes-graphics/imx-g2d/imx-dpu-g2d_2.1.0.bb | |||
| @@ -23,5 +23,8 @@ do_install () { | |||
| 23 | } | 23 | } |
| 24 | 24 | ||
| 25 | INSANE_SKIP:${PN} += "ldflags" | 25 | INSANE_SKIP:${PN} += "ldflags" |
| 26 | INSANE_SKIP:append:libc-musl = " file-rdeps" | ||
| 26 | 27 | ||
| 27 | COMPATIBLE_MACHINE = "(imxdpu)" | 28 | COMPATIBLE_MACHINE = "(imxdpu)" |
| 29 | |||
| 30 | RDEPENDS:${PN}:append:libc-musl = " gcompat" | ||
diff --git a/recipes-graphics/imx-gpu-viv/imx-gpu-viv_6.4.3.p4.2-aarch64.bb b/recipes-graphics/imx-gpu-viv/imx-gpu-viv_6.4.3.p4.2-aarch64.bb index bd584dbea..4136631b0 100644 --- a/recipes-graphics/imx-gpu-viv/imx-gpu-viv_6.4.3.p4.2-aarch64.bb +++ b/recipes-graphics/imx-gpu-viv/imx-gpu-viv_6.4.3.p4.2-aarch64.bb | |||
| @@ -1,9 +1,10 @@ | |||
| 1 | require imx-gpu-viv-6.inc | 1 | require imx-gpu-viv-6.inc |
| 2 | 2 | ||
| 3 | DEPENDS:append:libc-musl = " gcompat" | ||
| 4 | INSANE_SKIP:append:libc-musl = " file-rdeps" | ||
| 5 | |||
| 6 | SRC_URI[md5sum] = "22de8a5f59a56a7ef499f590d1659b6f" | 3 | SRC_URI[md5sum] = "22de8a5f59a56a7ef499f590d1659b6f" |
| 7 | SRC_URI[sha256sum] = "52921c0b59529f1598084e991eda1863100754f28a7744ba958158dff8074b3b" | 4 | SRC_URI[sha256sum] = "52921c0b59529f1598084e991eda1863100754f28a7744ba958158dff8074b3b" |
| 8 | 5 | ||
| 6 | INSANE_SKIP:append:libc-musl = " file-rdeps" | ||
| 7 | |||
| 9 | COMPATIBLE_MACHINE = "(mx8-nxp-bsp)" | 8 | COMPATIBLE_MACHINE = "(mx8-nxp-bsp)" |
| 9 | |||
| 10 | RDEPENDS:${PN}:append:libc-musl = " gcompat" | ||
diff --git a/recipes-multimedia/imx-sw-pdm/imx-sw-pdm_1.0.2.bb b/recipes-multimedia/imx-sw-pdm/imx-sw-pdm_1.0.2.bb index 3d5572076..957d6ddf9 100644 --- a/recipes-multimedia/imx-sw-pdm/imx-sw-pdm_1.0.2.bb +++ b/recipes-multimedia/imx-sw-pdm/imx-sw-pdm_1.0.2.bb | |||
| @@ -16,3 +16,7 @@ INSANE_SKIP:${PN} = "already-stripped" | |||
| 16 | FILES:${PN} += "${datadir}/imx-mm" | 16 | FILES:${PN} += "${datadir}/imx-mm" |
| 17 | 17 | ||
| 18 | COMPATIBLE_MACHINE = "(mx8-nxp-bsp)" | 18 | COMPATIBLE_MACHINE = "(mx8-nxp-bsp)" |
| 19 | |||
| 20 | INSANE_SKIP:append:libc-musl = " file-rdeps" | ||
| 21 | |||
| 22 | RDEPENDS:${PN}:append:libc-musl = " gcompat" | ||
