From 34d5237397a7c34453bb43581a94bb24980e2339 Mon Sep 17 00:00:00 2001 From: Dalon Westergreen Date: Tue, 24 Jan 2017 06:19:03 -0800 Subject: Fix problem with FILESEXTRAPATHS in uboot v2016.11 recipe --- recipes-bsp/u-boot/u-boot-socfpga_v2016.11.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 require u-boot-socfpga-env.inc require ${COREBASE}/meta/recipes-bsp/u-boot/u-boot.inc -FILESEXTRAPATHS =. "files/v2016.11:" +FILESEXTRAPATHS =. "${THISDIR}/files/v2016.11:" # This revision corresponds to the tag "v2016.11" # We use the revision in order to avoid having to fetch it from the -- cgit v1.2.3-54-g00ecf