20 lines
554 B
Text
20 lines
554 B
Text
# require conf/distro/poky.conf
|
|
|
|
DISTRO = "limbux"
|
|
DISTRO_NAME = "Limux"
|
|
DISTRO_VERSION = "1.0"
|
|
|
|
DISTRO_FEATURES:remove = "wifi irda zeroconf sysvinit"
|
|
# DISTRO_FEATURES:remove = "wifi irda zeroconf systemd"
|
|
|
|
# Select systemd as the init manager for this distro
|
|
# INIT_MANAGER = "systemd"
|
|
|
|
# VIRTUAL-RUNTIME_init_manager = "systemd"
|
|
|
|
# Select to use "mylinux" as provider of the linux kernel and set the
|
|
# version to use to be 6.10.6
|
|
#PREFERRED_PROVIDER_virtual/kernel = "limbux"
|
|
#PREFERRED_VERSION_mylinux = "6.10.6%"
|
|
|
|
#PACKAGE_CLASSES ?= "package_ipk"
|