diff options
-rw-r--r-- | recipes-bsp/u-boot/u-boot-qoriq-common_2018.09.inc | 19 | ||||
-rw-r--r-- | recipes-bsp/u-boot/u-boot-qoriq_2018.09.bb (renamed from recipes-bsp/u-boot/u-boot-qoriq_2018.03.bb) | 2 |
2 files changed, 20 insertions, 1 deletions
diff --git a/recipes-bsp/u-boot/u-boot-qoriq-common_2018.09.inc b/recipes-bsp/u-boot/u-boot-qoriq-common_2018.09.inc new file mode 100644 index 00000000..a3a554cc --- /dev/null +++ b/recipes-bsp/u-boot/u-boot-qoriq-common_2018.09.inc | |||
@@ -0,0 +1,19 @@ | |||
1 | |||
2 | inherit fsl-u-boot-localversion | ||
3 | |||
4 | LICENSE = "GPLv2 & BSD-3-Clause & BSD-2-Clause & LGPL-2.0 & LGPL-2.1" | ||
5 | LIC_FILES_CHKSUM = " \ | ||
6 | file://Licenses/gpl-2.0.txt;md5=b234ee4d69f5fce4486a80fdaf4a4263 \ | ||
7 | file://Licenses/bsd-2-clause.txt;md5=6a31f076f5773aabd8ff86191ad6fdd5 \ | ||
8 | file://Licenses/bsd-3-clause.txt;md5=4a1190eac56a9db675d58ebe86eaf50c \ | ||
9 | file://Licenses/lgpl-2.0.txt;md5=5f30f0716dfdd0d91eb439ebec522ec2 \ | ||
10 | file://Licenses/lgpl-2.1.txt;md5=4fbd65380cdd255951079008b364516c \ | ||
11 | " | ||
12 | |||
13 | SRC_URI = "git://source.codeaurora.org/external/qoriq/qoriq-components/u-boot;nobranch=1 \ | ||
14 | " | ||
15 | SRCREV= "c08de7c3c92d45a824500ad936f4d72465c181ec" | ||
16 | |||
17 | S = "${WORKDIR}/git" | ||
18 | PV_append = "+fslgit" | ||
19 | LOCALVERSION = "+fsl" | ||
diff --git a/recipes-bsp/u-boot/u-boot-qoriq_2018.03.bb b/recipes-bsp/u-boot/u-boot-qoriq_2018.09.bb index 0ad754f7..d01efdd5 100644 --- a/recipes-bsp/u-boot/u-boot-qoriq_2018.03.bb +++ b/recipes-bsp/u-boot/u-boot-qoriq_2018.09.bb | |||
@@ -5,7 +5,7 @@ DESCRIPTION = "U-Boot provided by Freescale with focus on QorIQ boards" | |||
5 | PROVIDES += "u-boot" | 5 | PROVIDES += "u-boot" |
6 | 6 | ||
7 | INHIBIT_DEFAULT_DEPS = "1" | 7 | INHIBIT_DEFAULT_DEPS = "1" |
8 | DEPENDS = "libgcc virtual/${TARGET_PREFIX}gcc" | 8 | DEPENDS = "libgcc virtual/${TARGET_PREFIX}gcc bison-native bc-native swig-native python-native" |
9 | DEPENDS_append_qoriq-arm64 = " change-file-endianess-native dtc-native tcl-native" | 9 | DEPENDS_append_qoriq-arm64 = " change-file-endianess-native dtc-native tcl-native" |
10 | DEPENDS_append_qoriq-arm = " change-file-endianess-native dtc-native tcl-native" | 10 | DEPENDS_append_qoriq-arm = " change-file-endianess-native dtc-native tcl-native" |
11 | DEPENDS_append_qoriq-ppc = " boot-format-native" | 11 | DEPENDS_append_qoriq-ppc = " boot-format-native" |