mirror of
https://git.yoctoproject.org/poky
synced 2026-06-02 01:19:52 +00: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_RDEPENDS ?= ""
|
||||||
MACHINE_ESSENTIAL_EXTRA_RRECOMMENDS ?= ""
|
MACHINE_ESSENTIAL_EXTRA_RRECOMMENDS ?= ""
|
||||||
|
|
||||||
|
# Distro can override dev_manager provider
|
||||||
|
VIRTUAL-RUNTIME_dev_manager ?= "udev"
|
||||||
|
|
||||||
PACKAGES = "\
|
PACKAGES = "\
|
||||||
task-core-boot \
|
task-core-boot \
|
||||||
task-core-boot-dbg \
|
task-core-boot-dbg \
|
||||||
@@ -33,7 +36,7 @@ RDEPENDS_task-core-boot = "\
|
|||||||
netbase \
|
netbase \
|
||||||
sysvinit \
|
sysvinit \
|
||||||
tinylogin \
|
tinylogin \
|
||||||
udev \
|
${VIRTUAL-RUNTIME_dev_manager} \
|
||||||
${VIRTUAL-RUNTIME_update-alternatives} \
|
${VIRTUAL-RUNTIME_update-alternatives} \
|
||||||
${MACHINE_ESSENTIAL_EXTRA_RDEPENDS}"
|
${MACHINE_ESSENTIAL_EXTRA_RDEPENDS}"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user