diff options
| -rw-r--r-- | recipes-bsp/imx-atf/imx-atf_2.6.bb | 2 | ||||
| -rw-r--r-- | recipes-bsp/imx-sc-firmware/imx-sc-firmware_1.15.0.bb | 2 | ||||
| -rw-r--r-- | recipes-graphics/imx-gpu-viv/imx-gpu-viv-6.inc | 1 |
3 files changed, 4 insertions, 1 deletions
diff --git a/recipes-bsp/imx-atf/imx-atf_2.6.bb b/recipes-bsp/imx-atf/imx-atf_2.6.bb index ea83b9e8c..40b13fff1 100644 --- a/recipes-bsp/imx-atf/imx-atf_2.6.bb +++ b/recipes-bsp/imx-atf/imx-atf_2.6.bb | |||
| @@ -48,7 +48,7 @@ def remove_options_tail (in_string): | |||
| 48 | from itertools import takewhile | 48 | from itertools import takewhile |
| 49 | return ' '.join(takewhile(lambda x: not x.startswith('-'), in_string.split(' '))) | 49 | return ' '.join(takewhile(lambda x: not x.startswith('-'), in_string.split(' '))) |
| 50 | 50 | ||
| 51 | EXTRA_OEMAKE += 'LD="${@remove_options_tail(d.getVar('LD'))}"' | 51 | EXTRA_OEMAKE += 'LD="${@remove_options_tail(d.getVar('LD'))}.bfd"' |
| 52 | 52 | ||
| 53 | EXTRA_OEMAKE += 'CC="${@remove_options_tail(d.getVar('CC'))}"' | 53 | EXTRA_OEMAKE += 'CC="${@remove_options_tail(d.getVar('CC'))}"' |
| 54 | 54 | ||
diff --git a/recipes-bsp/imx-sc-firmware/imx-sc-firmware_1.15.0.bb b/recipes-bsp/imx-sc-firmware/imx-sc-firmware_1.15.0.bb index 7da55ddbe..24236a169 100644 --- a/recipes-bsp/imx-sc-firmware/imx-sc-firmware_1.15.0.bb +++ b/recipes-bsp/imx-sc-firmware/imx-sc-firmware_1.15.0.bb | |||
| @@ -38,4 +38,6 @@ INHIBIT_PACKAGE_STRIP = "1" | |||
| 38 | INHIBIT_PACKAGE_DEBUG_SPLIT = "1" | 38 | INHIBIT_PACKAGE_DEBUG_SPLIT = "1" |
| 39 | PACKAGE_ARCH = "${MACHINE_ARCH}" | 39 | PACKAGE_ARCH = "${MACHINE_ARCH}" |
| 40 | 40 | ||
| 41 | LDFLAGS:remove = "-fuse-ld=lld" | ||
| 42 | |||
| 41 | COMPATIBLE_MACHINE = "(mx8qm-generic-bsp|mx8qxp-generic-bsp|mx8dxl-generic-bsp|mx8dx-generic-bsp)" | 43 | COMPATIBLE_MACHINE = "(mx8qm-generic-bsp|mx8qxp-generic-bsp|mx8dxl-generic-bsp|mx8dx-generic-bsp)" |
diff --git a/recipes-graphics/imx-gpu-viv/imx-gpu-viv-6.inc b/recipes-graphics/imx-gpu-viv/imx-gpu-viv-6.inc index 875cd5112..38aef05f8 100644 --- a/recipes-graphics/imx-gpu-viv/imx-gpu-viv-6.inc +++ b/recipes-graphics/imx-gpu-viv/imx-gpu-viv-6.inc | |||
| @@ -373,6 +373,7 @@ RDEPENDS:libopenvx-imx = "libnn-imx ${OPENCL_VX_INTRINSIC_EXTENSION_PACKAGES}" | |||
| 373 | OPENCL_VX_INTRINSIC_EXTENSION_PACKAGES = "" | 373 | OPENCL_VX_INTRINSIC_EXTENSION_PACKAGES = "" |
| 374 | OPENCL_VX_INTRINSIC_EXTENSION_PACKAGES:mx8qm-nxp-bsp = "libclc-imx libopencl-imx-dev" | 374 | OPENCL_VX_INTRINSIC_EXTENSION_PACKAGES:mx8qm-nxp-bsp = "libclc-imx libopencl-imx-dev" |
| 375 | OPENCL_VX_INTRINSIC_EXTENSION_PACKAGES:mx8mp-nxp-bsp = "libclc-imx libopencl-imx-dev" | 375 | OPENCL_VX_INTRINSIC_EXTENSION_PACKAGES:mx8mp-nxp-bsp = "libclc-imx libopencl-imx-dev" |
| 376 | INSANE_SKIP:libopenvx-imx += "dev-deps" | ||
| 376 | 377 | ||
| 377 | # libGL is only targeting X11 backend, and in case if Wayland-only is used - | 378 | # libGL is only targeting X11 backend, and in case if Wayland-only is used - |
| 378 | # package QA complains on missing RDEPENDS, which are only available for X11. | 379 | # package QA complains on missing RDEPENDS, which are only available for X11. |
