mirror of
https://github.com/optim-enterprises-bv/meta-openwrt.git
synced 2026-01-09 09:01:43 +00:00
classes/openwrt: Update with VIRTUAL-RUNTIME's for openwrt defaults
Openwrt has different defaults for e.g. dev_manager than usual OE so make it easy to set them by inherting. Signed-off-by: Daniel F. Dickinson <cshored@thecshore.com>
This commit is contained in:
committed by
Khem Raj
parent
912c392d0b
commit
02a89fb11e
@@ -13,3 +13,13 @@ CFLAGS += "-I${STAGING_INCDIR}/lua5.1"
|
||||
# Use this git SRCREV for all recipes that pull files out of openwrt repository
|
||||
# Equivalent to tag v17.01.4
|
||||
OPENWRT_SRCREV = "444add156f2a6d92fc15005c5ade2208a978966c"
|
||||
|
||||
VIRTUAL-RUNTIME_dev_manager ?= "procd"
|
||||
VIRTUAL-RUNTIME_login_manager ?= "busybox"
|
||||
VIRTUAL-RUNTIME_init_manager ?= "procd"
|
||||
VIRTUAL-RUNTIME_kmod_manager ?= "ubox"
|
||||
VIRTUAL-RUNTIME_syslog ?= "ubox"
|
||||
VIRTUAL-RUNTIME_base-utils ?= "busybox"
|
||||
VIRTUAL-RUNTIME_network_manager ?= "netifd"
|
||||
|
||||
DISTRO_FEATURES_BACKFILL_CONSIDERED_append = "sysvinit systemd"
|
||||
|
||||
Reference in New Issue
Block a user