diff options
author | Martin Jansa <martin.jansa@gmail.com> | 2018-07-09 15:05:00 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-07-10 11:10:14 +0100 |
commit | 7d0ef0eaa1bfe97015a774c26f5791622e7e8b12 (patch) | |
tree | ed49828c57277075bce854d221a257b7c4ec5250 /scripts/lib/buildstats.py | |
parent | 935b9d5a2bd12effad65f69a631ecff96b8bb553 (diff) | |
download | openembedded-core-7d0ef0eaa1bfe97015a774c26f5791622e7e8b12.tar.gz openembedded-core-7d0ef0eaa1bfe97015a774c26f5791622e7e8b12.tar.bz2 openembedded-core-7d0ef0eaa1bfe97015a774c26f5791622e7e8b12.zip |
kernel.bbclass: move variables for kernel artifacts names to separate bbclass
* this makes it easier to access these variables from some other bbclass
e.g. sdcard_image-rpi.bbclass in meta-raspberry where we need to know
how some files in deploy are named, but we cannot inherit kernel.bbclass
as it's used in image recipe not kernel recipe
* alternatively we can move these to bitbake.conf like similar image variables are:
meta/conf/bitbake.conf:IMAGE_BASENAME = "${PN}"
meta/conf/bitbake.conf:IMAGE_NAME = "${IMAGE_BASENAME}-${MACHINE}-${DATETIME}"
meta/conf/bitbake.conf:IMAGE_LINK_NAME = "${IMAGE_BASENAME}-${MACHINE}"
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'scripts/lib/buildstats.py')
0 files changed, 0 insertions, 0 deletions