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 17:33:00 +0100 |
commit | d0389bf1cd63154ed2cce159ee37d7a4f1fd72a7 (patch) | |
tree | 05369397e8ab8a44987301185d0ec630a5a4be3e /meta/conf/multilib.conf | |
parent | c159b6249a61211d9fa0ec9ac9ac426cf71b9a5e (diff) | |
download | poky-d0389bf1cd63154ed2cce159ee37d7a4f1fd72a7.tar.gz |
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}"
(From OE-Core rev: 7d0ef0eaa1bfe97015a774c26f5791622e7e8b12)
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/conf/multilib.conf')
0 files changed, 0 insertions, 0 deletions