[oe-commits] =?UTF-8?Q?Petter=20Mab=C3=A4cker=20?=: u-boot: remove unused FILESPATH

git at git.openembedded.org git at git.openembedded.org
Mon May 12 17:01:56 UTC 2014


Module: openembedded-core.git
Branch: master-next
Commit: 80ee4af7c1679d4c6378ab9e347ece296e4b02ba
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=80ee4af7c1679d4c6378ab9e347ece296e4b02ba

Author: Petter Mabäcker <petter at technux.se>
Date:   Mon May 12 15:55:36 2014 +0200

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.

Signed-off-by: Petter Mabäcker <petter at technux.se>
Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

 meta/recipes-bsp/u-boot/u-boot.inc | 1 -
 1 file changed, 1 deletion(-)

diff --git a/meta/recipes-bsp/u-boot/u-boot.inc b/meta/recipes-bsp/u-boot/u-boot.inc
index cb50949..d826a40 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 () {
 }
 
 FILES_${PN} = "/boot ${sysconfdir}"
-FILESPATH =. "${FILE_DIRNAME}/u-boot-git/${MACHINE}:"
 
 do_deploy () {
     install -d ${DEPLOYDIR}



More information about the Openembedded-commits mailing list