diff options
author | Dalon Westergreen <dwesterg@gmail.com> | 2019-12-04 10:31:59 -0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2019-12-04 10:57:34 -0800 |
commit | 062ccdd41007aff3e0bbed1461bf9288da06acee (patch) | |
tree | 89acdbd2718b8400d0676c6e32aeda1b8bf9826d | |
parent | d09b6a0442f7913f3a6e82e7d148008b5cc68906 (diff) | |
download | meta-altera-062ccdd41007aff3e0bbed1461bf9288da06acee.tar.gz |
u-boot: Update to supported 2019.04 u-boot
All socfpga platforms are supported in 2019.04 u-boot-socfpga
Signed-off-by: Dalon Westergreen <dwesterg@gmail.com>
-rw-r--r-- | recipes-bsp/u-boot/u-boot-socfpga-common.inc | 7 | ||||
-rw-r--r-- | recipes-bsp/u-boot/u-boot-socfpga_v2019.04.bb | 7 |
2 files changed, 12 insertions, 2 deletions
diff --git a/recipes-bsp/u-boot/u-boot-socfpga-common.inc b/recipes-bsp/u-boot/u-boot-socfpga-common.inc index 06f0992..2038545 100644 --- a/recipes-bsp/u-boot/u-boot-socfpga-common.inc +++ b/recipes-bsp/u-boot/u-boot-socfpga-common.inc | |||
@@ -1,9 +1,12 @@ | |||
1 | HOMEPAGE = "http://www.denx.de/wiki/U-Boot/WebHome" | 1 | HOMEPAGE = "http://www.denx.de/wiki/U-Boot/WebHome" |
2 | SECTION = "bootloaders" | 2 | SECTION = "bootloaders" |
3 | DEPENDS += "flex-native bison-native" | ||
3 | 4 | ||
4 | PV_append = "+git${SRCPV}" | 5 | LICENSE = "GPLv2+" |
6 | LIC_FILES_CHKSUM = "file://Licenses/README;md5=30503fd321432fc713238f582193b78e" | ||
7 | PE = "1" | ||
5 | 8 | ||
6 | SRC_URI = "git://git.denx.de/u-boot.git;branch=master" | 9 | PV_append = "+git${SRCPV}" |
7 | 10 | ||
8 | S = "${WORKDIR}/git" | 11 | S = "${WORKDIR}/git" |
9 | 12 | ||
diff --git a/recipes-bsp/u-boot/u-boot-socfpga_v2019.04.bb b/recipes-bsp/u-boot/u-boot-socfpga_v2019.04.bb new file mode 100644 index 0000000..6ff279e --- /dev/null +++ b/recipes-bsp/u-boot/u-boot-socfpga_v2019.04.bb | |||
@@ -0,0 +1,7 @@ | |||
1 | require u-boot-socfpga-common.inc | ||
2 | require ${COREBASE}/meta/recipes-bsp/u-boot/u-boot.inc | ||
3 | |||
4 | SRC_URI = "git://github.com/altera-opensource/u-boot-socfpga.git;branch=socfpga_v2019.04" | ||
5 | SRCREV = "0c3e6f623d87899448191f2cffb761b7e7a8c5d5" | ||
6 | |||
7 | DEPENDS += "dtc-native bc-native u-boot-mkimage-native" | ||