diff options
-rw-r--r-- | recipes-bsp/isp-imx/isp-imx_4.2.2.16.0.bb | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/recipes-bsp/isp-imx/isp-imx_4.2.2.16.0.bb b/recipes-bsp/isp-imx/isp-imx_4.2.2.16.0.bb index 64fe3bf1..b8cd5033 100644 --- a/recipes-bsp/isp-imx/isp-imx_4.2.2.16.0.bb +++ b/recipes-bsp/isp-imx/isp-imx_4.2.2.16.0.bb | |||
@@ -21,6 +21,9 @@ OECMAKE_SOURCEPATH = "${S}/appshell" | |||
21 | # Use make instead of ninja | 21 | # Use make instead of ninja |
22 | OECMAKE_GENERATOR = "Unix Makefiles" | 22 | OECMAKE_GENERATOR = "Unix Makefiles" |
23 | 23 | ||
24 | # Workaround for linking issues seen with gold linker | ||
25 | LDFLAGS:append = "${@bb.utils.contains('DISTRO_FEATURES', 'ld-is-gold', ' -fuse-ld=bfd ', '', d)}" | ||
26 | |||
24 | SYSTEMD_SERVICE:${PN} = "imx8-isp.service" | 27 | SYSTEMD_SERVICE:${PN} = "imx8-isp.service" |
25 | 28 | ||
26 | EXTRA_OECMAKE += " \ | 29 | EXTRA_OECMAKE += " \ |