Follow oe-core's variable changes / class shuffle
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
This commit is contained in:
@@ -4,9 +4,6 @@ INHERIT += "debian"
|
|||||||
# activate config checker
|
# activate config checker
|
||||||
INHERIT += "sanity"
|
INHERIT += "sanity"
|
||||||
|
|
||||||
# activate the blacklister
|
|
||||||
INHERIT += "blacklist"
|
|
||||||
|
|
||||||
# make devshell available as task
|
# make devshell available as task
|
||||||
INHERIT += "devshell"
|
INHERIT += "devshell"
|
||||||
|
|
||||||
@@ -22,5 +19,3 @@ INHERIT += "sstate"
|
|||||||
# drop buildinfo to /etc/build
|
# drop buildinfo to /etc/build
|
||||||
INHERIT += "image-buildinfo-mortsgna"
|
INHERIT += "image-buildinfo-mortsgna"
|
||||||
|
|
||||||
# Prelink images
|
|
||||||
INHERIT += "image-prelink"
|
|
||||||
|
|||||||
@@ -1,2 +1,2 @@
|
|||||||
# glibc:
|
# glibc:
|
||||||
PNBLACKLIST[libiconv] = "the glibc provided iconv library is used"
|
SKIP_RECIPE[libiconv] = "the glibc provided iconv library is used"
|
||||||
|
|||||||
@@ -54,7 +54,7 @@ ONLINE_PACKAGE_MANAGEMENT = "full"
|
|||||||
BB_SIGNATURE_HANDLER ?= "OEBasicHash"
|
BB_SIGNATURE_HANDLER ?= "OEBasicHash"
|
||||||
|
|
||||||
# We want to build a superset for the default config
|
# We want to build a superset for the default config
|
||||||
LICENSE_FLAGS_WHITELIST += "commercial"
|
LICENSE_FLAGS_ACCEPTED += "commercial"
|
||||||
|
|
||||||
# Can be "glibc" or "musl"
|
# Can be "glibc" or "musl"
|
||||||
TCLIBC ?= "glibc"
|
TCLIBC ?= "glibc"
|
||||||
@@ -114,10 +114,10 @@ ENABLE_BINARY_LOCALE_GENERATION_ep9312 = "0"
|
|||||||
ENABLE_BINARY_LOCALE_GENERATION:armeb = "0"
|
ENABLE_BINARY_LOCALE_GENERATION:armeb = "0"
|
||||||
|
|
||||||
# blacklist policy
|
# blacklist policy
|
||||||
PNBLACKLIST[pn-fso-apm] = "regular apmd is good enough"
|
SKIP_RECIPE[pn-fso-apm] = "regular apmd is good enough"
|
||||||
PNBLACKLIST[weston-init] = "A passwordless root session reachable by two keys - security???"
|
SKIP_RECIPE[weston-init] = "A passwordless root session reachable by two keys - security???"
|
||||||
PNBLACKLIST[packagegroup-core-x11] = "Conflicts with mortsgna-images"
|
SKIP_RECIPE[packagegroup-core-x11] = "Conflicts with mortsgna-images"
|
||||||
PNBLACKLIST[xserver-nodm-init] = "Mortsgna-images use graphical display managers"
|
SKIP_RECIPE[xserver-nodm-init] = "Mortsgna-images use graphical display managers"
|
||||||
|
|
||||||
###############################################################################
|
###############################################################################
|
||||||
# Quality & security hardening
|
# Quality & security hardening
|
||||||
|
|||||||
Reference in New Issue
Block a user