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>
27 lines
509 B
PHP
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"
|