mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-02 01:50:18 +00:00
initramfs-kexecboot(-klibc)-image: Drop legacy export of IMAGE_BASENAME
* We used to export this in the days an external script handled the image * generation. This is no longer the case and hence we no longer need * this export. * As committed in oe-core with 919613c0e75362ee0eace99b51cc77d34a05372f Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
This commit is contained in:
committed by
Paul Eggleton
parent
7728dc5d2f
commit
5c49f8c7c0
@@ -16,8 +16,6 @@ IMAGE_INSTALL = "kexec kexecboot mtd-utils-ubifs"
|
||||
# Do not pollute the initrd image with rootfs features
|
||||
IMAGE_FEATURES = ""
|
||||
|
||||
export IMAGE_BASENAME = "initramfs-kexecboot-image"
|
||||
|
||||
IMAGE_LINGUAS = ""
|
||||
IMAGE_LOGIN_MANAGER = ""
|
||||
IMAGE_INIT_MANAGER = ""
|
||||
|
||||
@@ -1,5 +1,3 @@
|
||||
require initramfs-kexecboot-image.bb
|
||||
|
||||
IMAGE_INSTALL = "kexec-klibc kexecboot-klibc ubiattach-klibc"
|
||||
|
||||
export IMAGE_BASENAME = "initramfs-kexecboot-klibc-image"
|
||||
|
||||
Reference in New Issue
Block a user