summaryrefslogtreecommitdiffstats
path: root/recipes-bsp/u-boot/u-boot-socfpga_v2016.11.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-bsp/u-boot/u-boot-socfpga_v2016.11.bb')
-rw-r--r--recipes-bsp/u-boot/u-boot-socfpga_v2016.11.bb6
1 files changed, 6 insertions, 0 deletions
diff --git a/recipes-bsp/u-boot/u-boot-socfpga_v2016.11.bb b/recipes-bsp/u-boot/u-boot-socfpga_v2016.11.bb
index 0204422..356f88a 100644
--- a/recipes-bsp/u-boot/u-boot-socfpga_v2016.11.bb
+++ b/recipes-bsp/u-boot/u-boot-socfpga_v2016.11.bb
@@ -1,4 +1,5 @@
1require u-boot-socfpga-common.inc 1require u-boot-socfpga-common.inc
2require u-boot-socfpga-env.inc
2require ${COREBASE}/meta/recipes-bsp/u-boot/u-boot.inc 3require ${COREBASE}/meta/recipes-bsp/u-boot/u-boot.inc
3 4
4# This revision corresponds to the tag "v2016.11" 5# This revision corresponds to the tag "v2016.11"
@@ -6,4 +7,9 @@ require ${COREBASE}/meta/recipes-bsp/u-boot/u-boot.inc
6# repo during parse 7# repo during parse
7SRCREV = "29e0cfb4f77f7aa369136302cee14a91e22dca71" 8SRCREV = "29e0cfb4f77f7aa369136302cee14a91e22dca71"
8 9
10SRC_URI_append = "\
11 file://v2016.11/de0-nano-soc.env \
12 "
13PR = "r1"
14
9DEPENDS += "dtc-native" 15DEPENDS += "dtc-native"