summaryrefslogtreecommitdiffstats
path: root/recipes-bsp
diff options
context:
space:
mode:
authorChanghyeok Bae <changhyeok.bae@gmail.com>2017-08-03 04:29:30 +0000
committerChanghyeok Bae <changhyeok.bae@gmail.com>2017-08-03 04:29:30 +0000
commit93e5ebeac106e38cb99db12ecc4b0673dca05956 (patch)
treeaeafa612507ff2e2c4ae351876383f77ccf0553a /recipes-bsp
parentea1c3a48c1fa417d4dc4da7260069e60596bdb1b (diff)
downloadmeta-updater-93e5ebeac106e38cb99db12ecc4b0673dca05956.tar.gz
Add LICENSE and SRC_URI variable in recipe
In pyro, u-boot-common_2017.01.inc is created. In the inc file, SRC_URI and LICENSE is defined. So u-boot_2016.11 needs those variables Signed-off-by: Changhyeok Bae <changhyeok.bae@gmail.com>
Diffstat (limited to 'recipes-bsp')
-rw-r--r--recipes-bsp/u-boot/u-boot_2016.11.bb9
1 files changed, 9 insertions, 0 deletions
diff --git a/recipes-bsp/u-boot/u-boot_2016.11.bb b/recipes-bsp/u-boot/u-boot_2016.11.bb
index e6e1fcf..acd4bb8 100644
--- a/recipes-bsp/u-boot/u-boot_2016.11.bb
+++ b/recipes-bsp/u-boot/u-boot_2016.11.bb
@@ -1,8 +1,17 @@
1require recipes-bsp/u-boot/u-boot.inc 1require recipes-bsp/u-boot/u-boot.inc
2 2
3HOMEPAGE = "http://www.denx.de/wiki/U-Boot/WebHome"
4SECTION = "bootloaders"
5
6LICENSE = "GPLv2+"
7LIC_FILES_CHKSUM = "file://Licenses/README;md5=a2c678cfd4a4d97135585cad908541c6"
8PE = "1"
9
3DEPENDS += "dtc-native" 10DEPENDS += "dtc-native"
4 11
5SRCREV = "5ea3e51fc481613a8dee8c02848d1b42c81ad892" 12SRCREV = "5ea3e51fc481613a8dee8c02848d1b42c81ad892"
13SRC_URI = "git://git.denx.de/u-boot.git"
14S = "${WORKDIR}/git"
6 15
7PV = "v2016.11+git${SRCPV}" 16PV = "v2016.11+git${SRCPV}"
8 17