Follow oe-core's variable changes / class shuffle

Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
This commit is contained in:
Andreas Müller
2022-02-23 23:08:07 +01:00
parent 4a20f472e7
commit 70ebea74f9
3 changed files with 6 additions and 11 deletions

View File

@@ -4,9 +4,6 @@ INHERIT += "debian"
# activate config checker
INHERIT += "sanity"
# activate the blacklister
INHERIT += "blacklist"
# make devshell available as task
INHERIT += "devshell"
@@ -22,5 +19,3 @@ INHERIT += "sstate"
# drop buildinfo to /etc/build
INHERIT += "image-buildinfo-mortsgna"
# Prelink images
INHERIT += "image-prelink"

View File

@@ -1,2 +1,2 @@
# glibc:
PNBLACKLIST[libiconv] = "the glibc provided iconv library is used"
SKIP_RECIPE[libiconv] = "the glibc provided iconv library is used"

View File

@@ -54,7 +54,7 @@ ONLINE_PACKAGE_MANAGEMENT = "full"
BB_SIGNATURE_HANDLER ?= "OEBasicHash"
# We want to build a superset for the default config
LICENSE_FLAGS_WHITELIST += "commercial"
LICENSE_FLAGS_ACCEPTED += "commercial"
# Can be "glibc" or "musl"
TCLIBC ?= "glibc"
@@ -114,10 +114,10 @@ ENABLE_BINARY_LOCALE_GENERATION_ep9312 = "0"
ENABLE_BINARY_LOCALE_GENERATION:armeb = "0"
# blacklist policy
PNBLACKLIST[pn-fso-apm] = "regular apmd is good enough"
PNBLACKLIST[weston-init] = "A passwordless root session reachable by two keys - security???"
PNBLACKLIST[packagegroup-core-x11] = "Conflicts with mortsgna-images"
PNBLACKLIST[xserver-nodm-init] = "Mortsgna-images use graphical display managers"
SKIP_RECIPE[pn-fso-apm] = "regular apmd is good enough"
SKIP_RECIPE[weston-init] = "A passwordless root session reachable by two keys - security???"
SKIP_RECIPE[packagegroup-core-x11] = "Conflicts with mortsgna-images"
SKIP_RECIPE[xserver-nodm-init] = "Mortsgna-images use graphical display managers"
###############################################################################
# Quality & security hardening