summaryrefslogtreecommitdiffstats
path: root/meta/recipes-bsp/u-boot
diff options
context:
space:
mode:
authorPetter Mabäcker <petter@technux.se>2014-05-12 15:55:36 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2014-05-13 19:32:05 +0100
commit6a43ad9f8c76f1ec46293d3d6e356f132f146d23 (patch)
tree4501b5758fbd9a17ea832e9f2ea81dd4795af2ac /meta/recipes-bsp/u-boot
parent0c7877667a473bc6858cd37fc15a60c44932dc81 (diff)
downloadpoky-6a43ad9f8c76f1ec46293d3d6e356f132f146d23.tar.gz
u-boot: remove unused FILESPATH
Fixes [YOCTO #4497] Usage of FILESPATH is discouraged, since it can make recipes harder to bbappend. Instead FILESEXTRAPATHS should be used to extend the path. However in u-boot no FILESPATH additions are currently needed so instead it should be removed. (From OE-Core rev: f8675ffa3f90d4e411a82d33ac8319f2c4c19235) Signed-off-by: Petter Mabäcker <petter@technux.se> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-bsp/u-boot')
-rw-r--r--meta/recipes-bsp/u-boot/u-boot.inc1
1 files changed, 0 insertions, 1 deletions
diff --git a/meta/recipes-bsp/u-boot/u-boot.inc b/meta/recipes-bsp/u-boot/u-boot.inc
index cb50949a37..d826a40c9c 100644
--- a/meta/recipes-bsp/u-boot/u-boot.inc
+++ b/meta/recipes-bsp/u-boot/u-boot.inc
@@ -65,7 +65,6 @@ do_install () {
65} 65}
66 66
67FILES_${PN} = "/boot ${sysconfdir}" 67FILES_${PN} = "/boot ${sysconfdir}"
68FILESPATH =. "${FILE_DIRNAME}/u-boot-git/${MACHINE}:"
69 68
70do_deploy () { 69do_deploy () {
71 install -d ${DEPLOYDIR} 70 install -d ${DEPLOYDIR}