mirror of
https://git.yoctoproject.org/poky
synced 2026-01-29 21:08:42 +01:00
poky-altcfg: Replace poky-lsb with poky-altcfg
LSB has been removed, replace poky-lsb with poky-altcfg, a place where we can test different configurations on the autobuilder as well as showing an example of how to subclass a distro configuration. (From meta-yocto rev: 00fdefff55717331a220fe624f29c387970d31d7) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
@@ -1,2 +1,8 @@
|
||||
# Add an extra DISTRO_FEATURE
|
||||
DISTRO_FEATURES_append = " pam"
|
||||
|
||||
# Use the LTSI Kernel
|
||||
PREFERRED_VERSION_linux-yocto ?= "4.19%"
|
||||
|
||||
# Ensure the kernel nfs server is enabled
|
||||
KERNEL_FEATURES_append_pn-linux-yocto = " features/nfsd/nfsd-enable.scc"
|
||||
|
||||
11
meta-poky/conf/distro/poky-altcfg.conf
Normal file
11
meta-poky/conf/distro/poky-altcfg.conf
Normal file
@@ -0,0 +1,11 @@
|
||||
#
|
||||
# An example of subclassing a distro, primarily used for testing alternate configuration
|
||||
# combinations on the Yocto Project autobuilder
|
||||
#
|
||||
require conf/distro/poky.conf
|
||||
|
||||
DISTRO = "poky-altcfg"
|
||||
DISTROOVERRIDES = "poky:poky-altcfg"
|
||||
#DISTROOVERRIDES = "poky:linuxstdbase"
|
||||
|
||||
require conf/distro/include/poky-distro-alt-test-config.inc
|
||||
@@ -1,13 +0,0 @@
|
||||
|
||||
require conf/distro/poky.conf
|
||||
|
||||
DISTRO = "poky-lsb"
|
||||
DISTROOVERRIDES = "poky:linuxstdbase"
|
||||
|
||||
DISTRO_FEATURES_append = " pam"
|
||||
|
||||
# Ensure the kernel nfs server is enabled
|
||||
KERNEL_FEATURES_append_pn-linux-yocto = " features/nfsd/nfsd-enable.scc"
|
||||
|
||||
# Use the LTSI Kernel for LSB Testing
|
||||
PREFERRED_VERSION_linux-yocto_linuxstdbase ?= "4.19%"
|
||||
Reference in New Issue
Block a user