diff options
-rw-r--r-- | recipes-bsp/isp-imx/isp-imx_4.2.2.16.0.bb | 3 | ||||
-rw-r--r-- | recipes-bsp/u-boot/u-boot-fslc-common_2022.04.inc (renamed from recipes-bsp/u-boot/u-boot-fslc-common_2022.01.inc) | 6 | ||||
-rw-r--r-- | recipes-bsp/u-boot/u-boot-fslc-mfgtool_2022.04.bb (renamed from recipes-bsp/u-boot/u-boot-fslc-mfgtool_2022.01.bb) | 0 | ||||
-rw-r--r-- | recipes-bsp/u-boot/u-boot-fslc-mxsboot_2022.04.bb (renamed from recipes-bsp/u-boot/u-boot-fslc-mxsboot_2022.01.bb) | 0 | ||||
-rw-r--r-- | recipes-bsp/u-boot/u-boot-fslc_2022.04.bb (renamed from recipes-bsp/u-boot/u-boot-fslc_2022.01.bb) | 0 |
5 files changed, 6 insertions, 3 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 += " \ |
diff --git a/recipes-bsp/u-boot/u-boot-fslc-common_2022.01.inc b/recipes-bsp/u-boot/u-boot-fslc-common_2022.04.inc index 43478516..0fad0367 100644 --- a/recipes-bsp/u-boot/u-boot-fslc-common_2022.01.inc +++ b/recipes-bsp/u-boot/u-boot-fslc-common_2022.04.inc | |||
@@ -10,10 +10,10 @@ DEPENDS += "flex-native bison-native" | |||
10 | 10 | ||
11 | SRC_URI = "git://github.com/Freescale/u-boot-fslc.git;branch=${SRCBRANCH};protocol=https" | 11 | SRC_URI = "git://github.com/Freescale/u-boot-fslc.git;branch=${SRCBRANCH};protocol=https" |
12 | 12 | ||
13 | SRCREV = "ed9503daa309c765a8654dc89c486326b4850f6d" | 13 | SRCREV = "f88519827335b548fcd276acda32107f5120276f" |
14 | SRCBRANCH = "2022.01+fslc" | 14 | SRCBRANCH = "2022.04+fslc" |
15 | 15 | ||
16 | PV = "v2022.01+git${SRCPV}" | 16 | PV = "v2022.04+git${SRCPV}" |
17 | 17 | ||
18 | S = "${WORKDIR}/git" | 18 | S = "${WORKDIR}/git" |
19 | B = "${WORKDIR}/build" | 19 | B = "${WORKDIR}/build" |
diff --git a/recipes-bsp/u-boot/u-boot-fslc-mfgtool_2022.01.bb b/recipes-bsp/u-boot/u-boot-fslc-mfgtool_2022.04.bb index 2e79166b..2e79166b 100644 --- a/recipes-bsp/u-boot/u-boot-fslc-mfgtool_2022.01.bb +++ b/recipes-bsp/u-boot/u-boot-fslc-mfgtool_2022.04.bb | |||
diff --git a/recipes-bsp/u-boot/u-boot-fslc-mxsboot_2022.01.bb b/recipes-bsp/u-boot/u-boot-fslc-mxsboot_2022.04.bb index 0a0a1d9c..0a0a1d9c 100644 --- a/recipes-bsp/u-boot/u-boot-fslc-mxsboot_2022.01.bb +++ b/recipes-bsp/u-boot/u-boot-fslc-mxsboot_2022.04.bb | |||
diff --git a/recipes-bsp/u-boot/u-boot-fslc_2022.01.bb b/recipes-bsp/u-boot/u-boot-fslc_2022.04.bb index ec5298b6..ec5298b6 100644 --- a/recipes-bsp/u-boot/u-boot-fslc_2022.01.bb +++ b/recipes-bsp/u-boot/u-boot-fslc_2022.04.bb | |||