mirror of
git://git.yoctoproject.org/meta-virtualization.git
synced 2025-07-19 20:59:41 +02:00
container-base: Allow building with a specific kernel binding
The oe-core layer sets a variable which intends that linux-dummy is set for container building. This commit would allow you to have a specific kernel and board setup as well as generate multiple containers by turrning off the linux-dummy check found in: oe-core/meta/classes/image-container.bbclass Signed-off-by: Jason Wessel <jason.wessel@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
This commit is contained in:
parent
24218342dc
commit
261cdbefcb
|
@ -20,6 +20,9 @@ IMAGE_INSTALL = " \
|
||||||
netbase \
|
netbase \
|
||||||
"
|
"
|
||||||
|
|
||||||
|
# Allow build with or without a specific kernel
|
||||||
|
IMAGE_CONTAINER_NO_DUMMY = "1"
|
||||||
|
|
||||||
# Workaround /var/volatile for now
|
# Workaround /var/volatile for now
|
||||||
ROOTFS_POSTPROCESS_COMMAND += "rootfs_fixup_var_volatile ; "
|
ROOTFS_POSTPROCESS_COMMAND += "rootfs_fixup_var_volatile ; "
|
||||||
rootfs_fixup_var_volatile () {
|
rootfs_fixup_var_volatile () {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user