summaryrefslogtreecommitdiffstats
path: root/recipes-bsp/u-boot/u-boot-mkenvimage_v2016.11.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-bsp/u-boot/u-boot-mkenvimage_v2016.11.bb')
-rw-r--r--recipes-bsp/u-boot/u-boot-mkenvimage_v2016.11.bb12
1 files changed, 11 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