Files
meta-mortsgna/conf/distro/include/mortsgna-inherits.inc
Andreas Müller ed61a8799f replace oe-core's image-buildinfo by image-buildinfo-mortsgna
OE-cores's version is missing important information and it is not that I did
not try it...

Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
2019-03-14 18:02:10 +01:00

27 lines
509 B
PHP

# use debian style naming
INHERIT += "debian"
# activate config checker
INHERIT += "sanity"
# activate the blacklister
INHERIT += "blacklist"
# make devshell available as task
INHERIT += "devshell"
# run QA tests on builds and packages and log them
INHERIT += "insane"
# run QA tests on recipes
#INHERIT += "recipe_sanity"
# have a shared state a.k.a package-staging2
INHERIT += "sstate"
# drop buildinfo to /etc/build
INHERIT += "image-buildinfo-mortsgna"
# Prelink images
INHERIT += "image-prelink"