layer.conf: Don't mask ostree initramfs patch

The DISTRO_OSTREE variable is not relevant anymore.

BugzID: 74466
This commit is contained in:
Alexandre Bard 2021-08-26 11:22:02 +02:00
parent db43fc0a36
commit 4d842039a5
1 changed files with 0 additions and 4 deletions

View File

@ -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)} \
"