mirror of
https://git.yoctoproject.org/poky
synced 2026-04-19 15:32:13 +02:00
task-core-boot: allow distribution to override default dev_manager provider with VIRTUAL-RUNTIME_dev_manager
(From OE-Core rev: 6a38215b5214de2da82232f05ed1d29d3c422b3c) Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
02a702806a
commit
a6e564b6ab
@@ -17,6 +17,9 @@ PR = "r8"
|
||||
MACHINE_ESSENTIAL_EXTRA_RDEPENDS ?= ""
|
||||
MACHINE_ESSENTIAL_EXTRA_RRECOMMENDS ?= ""
|
||||
|
||||
# Distro can override dev_manager provider
|
||||
VIRTUAL-RUNTIME_dev_manager ?= "udev"
|
||||
|
||||
PACKAGES = "\
|
||||
task-core-boot \
|
||||
task-core-boot-dbg \
|
||||
@@ -33,7 +36,7 @@ RDEPENDS_task-core-boot = "\
|
||||
netbase \
|
||||
sysvinit \
|
||||
tinylogin \
|
||||
udev \
|
||||
${VIRTUAL-RUNTIME_dev_manager} \
|
||||
${VIRTUAL-RUNTIME_update-alternatives} \
|
||||
${MACHINE_ESSENTIAL_EXTRA_RDEPENDS}"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user