distro/include: Add poky-distro-alt-test-config.inc

In order to phase out poky-lsb, move the alternate test configurations
to a separate .inc file. This is necessary to avoid maintaining this
configuration in the autobuilder config (such as kernel version numbers).

(From meta-yocto rev: 235f592b44617afcd31211e476428fadf456eaea)

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Richard Purdie 2019-07-18 14:00:47 +01:00
parent a5b82adf9c
commit ecf0988775

View File

@ -0,0 +1,2 @@
DISTRO_FEATURES_append = " pam"
PREFERRED_VERSION_linux-yocto_linuxstdbase ?= "4.19%"