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:
Daniel F. Dickinson
2018-01-16 18:19:46 -05:00
committed by Khem Raj
parent 912c392d0b
commit 02a89fb11e

View File

@@ -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"