summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDalon Westergreen <dalon.westergreen@intel.com>2017-01-24 06:19:03 -0800
committerKhem Raj <raj.khem@gmail.com>2017-01-24 07:28:08 -0800
commit34d5237397a7c34453bb43581a94bb24980e2339 (patch)
treeb94fc2bcb4f5b505fcc039424d6ea9e53d17773d
parent28c4dfdc547afbb4f541655578559a0dcc7fb3dd (diff)
downloadmeta-altera-34d5237397a7c34453bb43581a94bb24980e2339.tar.gz
Fix problem with FILESEXTRAPATHS in uboot v2016.11 recipe
-rw-r--r--recipes-bsp/u-boot/u-boot-socfpga_v2016.11.bb2
1 files changed, 1 insertions, 1 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 67e8687..afdee06 100644
--- a/recipes-bsp/u-boot/u-boot-socfpga_v2016.11.bb
+++ b/recipes-bsp/u-boot/u-boot-socfpga_v2016.11.bb
@@ -2,7 +2,7 @@ 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:" 5FILESEXTRAPATHS =. "${THISDIR}/files/v2016.11:"
6 6
7# This revision corresponds to the tag "v2016.11" 7# This revision corresponds to the tag "v2016.11"
8# 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