summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--recipes-bsp/u-boot/u-boot-mkenvimage_v2016.11.bb12
-rw-r--r--recipes-bsp/u-boot/u-boot-socfpga-common.inc2
2 files changed, 13 insertions, 1 deletions
diff --git a/recipes-bsp/u-boot/u-boot-mkenvimage_v2016.11.bb b/recipes-bsp/u-boot/u-boot-mkenvimage_v2016.11.bb
index cab156a..e90e5f1 100644
--- a/recipes-bsp/u-boot/u-boot-mkenvimage_v2016.11.bb
+++ b/recipes-bsp/u-boot/u-boot-mkenvimage_v2016.11.bb
@@ -1,6 +1,16 @@
1SUMMARY = "U-Boot bootloader environment image creation tool" 1SUMMARY = "U-Boot bootloader environment image creation tool"
2 2
3require u-boot-socfpga-common.inc 3HOMEPAGE = "http://www.denx.de/wiki/U-Boot/WebHome"
4SECTION = "bootloaders"
5
6LICENSE = "GPLv2+"
7LIC_FILES_CHKSUM = "file://Licenses/README;md5=a2c678cfd4a4d97135585cad908541c6"
8
9PV_append = "+git${SRCPV}"
10
11SRC_URI = "git://git.denx.de/u-boot.git;branch=master"
12
13S = "${WORKDIR}/git"
4 14
5# This revision corresponds to the tag "v2016.11" 15# This revision corresponds to the tag "v2016.11"
6# We use the revision in order to avoid having to fetch it from the 16# We use the revision in order to avoid having to fetch it from the
diff --git a/recipes-bsp/u-boot/u-boot-socfpga-common.inc b/recipes-bsp/u-boot/u-boot-socfpga-common.inc
index d0f1723..2ef338d 100644
--- a/recipes-bsp/u-boot/u-boot-socfpga-common.inc
+++ b/recipes-bsp/u-boot/u-boot-socfpga-common.inc
@@ -9,3 +9,5 @@ PV_append = "+git${SRCPV}"
9SRC_URI = "git://git.denx.de/u-boot.git;branch=master" 9SRC_URI = "git://git.denx.de/u-boot.git;branch=master"
10 10
11S = "${WORKDIR}/git" 11S = "${WORKDIR}/git"
12
13RPROVIDES_${PN} += "u-boot"