layer.conf: mask off initramfs-ostree-image append for non-ostree images
initramfs append file is blocking all projects and images setup without meta-updater:initramfs-ostree-image recipe use append file for install packages or pre/post images process. prefered way to install initramfs packages is via netmodule-linux-ostree.conf:INITRAMFS_PACKAGES Signed-off-by: Ramon Moesching <ramon.moesching@netmodule.com>
This commit is contained in:
parent
e244ba6d10
commit
556b0c9255
|
|
@ -16,3 +16,7 @@ LAYERVERSION_netmodule-distro = "1"
|
|||
LAYERDEPENDS_netmodule-distro = "core"
|
||||
|
||||
LAYERSERIES_COMPAT_netmodule-distro = "warrior"
|
||||
|
||||
BBMASK += " \
|
||||
${@bb.utils.contains_any('DISTRO_OSTREE', '-ostree', '', ' meta-netmodule-distro/recipes-core/images/initramfs-ostree-image.bbappend', d)} \
|
||||
"
|
||||
|
|
|
|||
Loading…
Reference in New Issue