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.bb7
1 files changed, 5 insertions, 2 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 356f88a..8dd0fc5 100644
--- a/recipes-bsp/u-boot/u-boot-socfpga_v2016.11.bb
+++ b/recipes-bsp/u-boot/u-boot-socfpga_v2016.11.bb
@@ -2,14 +2,17 @@ require u-boot-socfpga-common.inc
2require u-boot-socfpga-env.inc 2require u-boot-socfpga-env.inc
3require ${COREBASE}/meta/recipes-bsp/u-boot/u-boot.inc 3require ${COREBASE}/meta/recipes-bsp/u-boot/u-boot.inc
4 4
5FILESEXTRAPATHS =. "files/v2016.11:"
6
5# This revision corresponds to the tag "v2016.11" 7# This revision corresponds to the tag "v2016.11"
6# We use the revision in order to avoid having to fetch it from the 8# We use the revision in order to avoid having to fetch it from the
7# repo during parse 9# repo during parse
8SRCREV = "29e0cfb4f77f7aa369136302cee14a91e22dca71" 10SRCREV = "29e0cfb4f77f7aa369136302cee14a91e22dca71"
9 11
12PR = "r1"
13
10SRC_URI_append = "\ 14SRC_URI_append = "\
11 file://v2016.11/de0-nano-soc.env \ 15 file://de0-nano-soc.env \
12 " 16 "
13PR = "r1"
14 17
15DEPENDS += "dtc-native" 18DEPENDS += "dtc-native"