This commit is contained in:
Imbus 2026-02-03 18:12:28 +01:00
commit b4d9399de6
16 changed files with 465 additions and 0 deletions

20
conf/distro/limbux.conf Normal file
View file

@ -0,0 +1,20 @@
# 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"

13
conf/layer.conf Normal file
View file

@ -0,0 +1,13 @@
# We have a conf and classes directory, add to BBPATH
BBPATH .= ":${LAYERDIR}"
# We have recipes-* directories, add to BBFILES
BBFILES += "${LAYERDIR}/recipes-*/*/*.bb \
${LAYERDIR}/recipes-*/*/*.bbappend"
BBFILE_COLLECTIONS += "meta-imbus"
BBFILE_PATTERN_meta-imbus = "^${LAYERDIR}/"
BBFILE_PRIORITY_meta-imbus = "6"
LAYERDEPENDS_meta-imbus = "core"
LAYERSERIES_COMPAT_meta-imbus = "scarthgap"