From 4d842039a5082bb3dff5167ff2beff9e58ceb5fb Mon Sep 17 00:00:00 2001 From: Alexandre Bard Date: Thu, 26 Aug 2021 11:22:02 +0200 Subject: [PATCH] layer.conf: Don't mask ostree initramfs patch The DISTRO_OSTREE variable is not relevant anymore. BugzID: 74466 --- conf/layer.conf | 4 ---- 1 file changed, 4 deletions(-) diff --git a/conf/layer.conf b/conf/layer.conf index 951a1b3..d9bc0c0 100644 --- a/conf/layer.conf +++ b/conf/layer.conf @@ -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)} \ - "