summaryrefslogtreecommitdiffstats
path: root/recipes-bsp/u-boot
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-bsp/u-boot')
-rw-r--r--recipes-bsp/u-boot/u-boot-socfpga-common.inc7
-rw-r--r--recipes-bsp/u-boot/u-boot-socfpga_v2019.04.bb7
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 @@
1HOMEPAGE = "http://www.denx.de/wiki/U-Boot/WebHome" 1HOMEPAGE = "http://www.denx.de/wiki/U-Boot/WebHome"
2SECTION = "bootloaders" 2SECTION = "bootloaders"
3DEPENDS += "flex-native bison-native"
3 4
4PV_append = "+git${SRCPV}" 5LICENSE = "GPLv2+"
6LIC_FILES_CHKSUM = "file://Licenses/README;md5=30503fd321432fc713238f582193b78e"
7PE = "1"
5 8
6SRC_URI = "git://git.denx.de/u-boot.git;branch=master" 9PV_append = "+git${SRCPV}"
7 10
8S = "${WORKDIR}/git" 11S = "${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..f9e1afc
--- /dev/null
+++ b/recipes-bsp/u-boot/u-boot-socfpga_v2019.04.bb
@@ -0,0 +1,7 @@
1require u-boot-socfpga-common.inc
2require ${COREBASE}/meta/recipes-bsp/u-boot/u-boot.inc
3
4SRC_URI = "git://github.com/altera-opensource/u-boot-socfpga.git;branch=socfpga_v2019.04"
5SRCREV = "bc38a09daa09e73b075006d8006caa84bb2fe0fe"
6
7DEPENDS += "dtc-native bc-native u-boot-mkimage-native"