mirror of
https://git.yoctoproject.org/poky
synced 2026-05-09 05:29:32 +00:00
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>
This commit is contained in:
committed by
Richard Purdie
parent
68cdea67d5
commit
9d64d83e2b
@@ -57,6 +57,7 @@ do_install () {
|
||||
}
|
||||
|
||||
FILES_${PN} = "/boot"
|
||||
FILESPATH =. "${FILE_DIRNAME}/u-boot-git/${MACHINE}:"
|
||||
|
||||
do_deploy () {
|
||||
install -d ${DEPLOYDIR}
|
||||
|
||||
@@ -10,8 +10,6 @@ LICENSE = "GPLv2+"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=1707d6db1d42237583f50183a5651ecb \
|
||||
file://README;beginline=1;endline=22;md5=3a00ef51d3fc96e9d6c1bc4708ccd3b5"
|
||||
|
||||
FILESDIR = "${@os.path.dirname(d.getVar('FILE',1))}/u-boot-git/${MACHINE}"
|
||||
|
||||
# This revision corresponds to the tag "v2011.03"
|
||||
# We use the revision in order to avoid having to fetch it from the repo during parse
|
||||
SRCREV = "19b54a701811220221fc4d5089a2bb18892018ca"
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -14,8 +14,6 @@ DEFAULT_PREFERENCE = "-1"
|
||||
LICENSE = "GPLv2+"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=1707d6db1d42237583f50183a5651ecb"
|
||||
|
||||
FILESDIR = "${@os.path.dirname(d.getVar('FILE',1))}/u-boot-git/${MACHINE}"
|
||||
|
||||
# This revision corresponds to the tag "v2012.04.01"
|
||||
# We use the revision in order to avoid having to fetch it from the
|
||||
# repo during parse
|
||||
|
||||
Reference in New Issue
Block a user