layer.conf: Don't mask ostree initramfs patch
The DISTRO_OSTREE variable is not relevant anymore. BugzID: 74466
This commit is contained in:
parent
db43fc0a36
commit
4d842039a5
|
|
@ -16,7 +16,3 @@ LAYERVERSION_netmodule-distro = "1"
|
|||
LAYERDEPENDS_netmodule-distro = "core"
|
||||
|
||||
LAYERSERIES_COMPAT_netmodule-distro = "dunfell"
|
||||
|
||||
BBMASK += " \
|
||||
${@bb.utils.contains_any('DISTRO_OSTREE', '-ostree', '', ' meta-netmodule-distro/recipes-core/images/initramfs-ostree-image.bbappend', d)} \
|
||||
"
|
||||
|
|
|
|||
Loading…
Reference in New Issue