From 9d64d83e2b7281f83720cd783fa08b00ca38a338 Mon Sep 17 00:00:00 2001 From: Paul Gortmaker Date: Wed, 4 Jul 2012 11:23:45 -0400 Subject: u-boot: make FILESDIR a shared setting via FILESPATH The setting is the same in all recipes, so move it to the shared settings in u-boot.inc Since FILESDIR is also being phased out, use the FILESPATH setting as suggested by Richard Purdie. Cc: Richard Purdie (From OE-Core rev: 1b78904b115b50172cf82948d8a68dc3a98005ce) Signed-off-by: Paul Gortmaker Signed-off-by: Richard Purdie --- meta/recipes-bsp/u-boot/u-boot_2011.06.bb | 2 -- 1 file changed, 2 deletions(-) (limited to 'meta/recipes-bsp/u-boot/u-boot_2011.06.bb') diff --git a/meta/recipes-bsp/u-boot/u-boot_2011.06.bb b/meta/recipes-bsp/u-boot/u-boot_2011.06.bb index 680401f45b..da61852107 100644 --- a/meta/recipes-bsp/u-boot/u-boot_2011.06.bb +++ b/meta/recipes-bsp/u-boot/u-boot_2011.06.bb @@ -10,8 +10,6 @@ LICENSE = "GPLv2+" LIC_FILES_CHKSUM = "file://COPYING;md5=1707d6db1d42237583f50183a5651ecb \ file://README;beginline=1;endline=22;md5=5ba4218ac89af7846802d0348df3fb90" -FILESDIR = "${@os.path.dirname(d.getVar('FILE',1))}/u-boot-git/${MACHINE}" - # This revision corresponds to the tag "v2011.06" # We use the revision in order to avoid having to fetch it from the repo during parse SRCREV = "b1af6f532e0d348b153d5c148369229d24af361a" -- cgit v1.2.3-54-g00ecf