summaryrefslogtreecommitdiffstats
path: root/recipes-bsp/u-boot/u-boot-socfpga_v2016.11.bb
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2017-01-20 16:44:55 -0800
committerGitHub <noreply@github.com>2017-01-20 16:44:55 -0800
commitaf1bfa9cecb0cc4d1134f59909bb4f741c17b1a7 (patch)
tree7b2555068a6e1c011cbc7de62c87daf762110010 /recipes-bsp/u-boot/u-boot-socfpga_v2016.11.bb
parente24b0ec9d6d62ae69ee4614fb1d6f03d2b9df35c (diff)
parentfb8728b073ffca2acc0bdaf7f76c3a7c7b8073dc (diff)
downloadmeta-altera-af1bfa9cecb0cc4d1134f59909bb4f741c17b1a7.tar.gz
Merge pull request #51 from dwesterg/master
Only conditionally set SOCFPGA_SDIMG_PARTITION_COMMAND
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"