diff options
author | Paul Gortmaker <paul.gortmaker@windriver.com> | 2012-07-04 11:23:45 -0400 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-07-05 14:21:56 +0100 |
commit | 9d64d83e2b7281f83720cd783fa08b00ca38a338 (patch) | |
tree | e22faf24891bf0253cad7d6353516323910fb17c /meta/recipes-bsp/u-boot/u-boot.inc | |
parent | 68cdea67d56d912e41434a56378af0f9b9ec418c (diff) | |
download | poky-9d64d83e2b7281f83720cd783fa08b00ca38a338.tar.gz |
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 <richard.purdie@linuxfoundation.org>
(From OE-Core rev: 1b78904b115b50172cf82948d8a68dc3a98005ce)
Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-bsp/u-boot/u-boot.inc')
-rw-r--r-- | meta/recipes-bsp/u-boot/u-boot.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-bsp/u-boot/u-boot.inc b/meta/recipes-bsp/u-boot/u-boot.inc index afc2d126e4..f794a2ac31 100644 --- a/meta/recipes-bsp/u-boot/u-boot.inc +++ b/meta/recipes-bsp/u-boot/u-boot.inc | |||
@@ -57,6 +57,7 @@ do_install () { | |||
57 | } | 57 | } |
58 | 58 | ||
59 | FILES_${PN} = "/boot" | 59 | FILES_${PN} = "/boot" |
60 | FILESPATH =. "${FILE_DIRNAME}/u-boot-git/${MACHINE}:" | ||
60 | 61 | ||
61 | do_deploy () { | 62 | do_deploy () { |
62 | install -d ${DEPLOYDIR} | 63 | install -d ${DEPLOYDIR} |