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:
Ramon Moesching 2019-11-18 13:12:34 +01:00
parent e244ba6d10
commit 556b0c9255
1 changed files with 4 additions and 0 deletions

View File

@ -16,3 +16,7 @@ LAYERVERSION_netmodule-distro = "1"
LAYERDEPENDS_netmodule-distro = "core" LAYERDEPENDS_netmodule-distro = "core"
LAYERSERIES_COMPAT_netmodule-distro = "warrior" LAYERSERIES_COMPAT_netmodule-distro = "warrior"
BBMASK += " \
${@bb.utils.contains_any('DISTRO_OSTREE', '-ostree', '', ' meta-netmodule-distro/recipes-core/images/initramfs-ostree-image.bbappend', d)} \
"