mirror of
https://git.yoctoproject.org/poky
synced 2026-04-16 15:32:13 +02:00
initramfs-live-boot: explicitly depend on udev-extraconf
init-live.sh depends on udev performing automounting, which happens in udev-extraconf. Explicitly depend on it so that we always have it installed. (From OE-Core rev: a608d74e69ca1efe5f2b176c000fb8212797d056) Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
ef73f099ff
commit
cb1941c180
@@ -2,7 +2,7 @@ DESCRIPTION = "A live image init script"
|
||||
LICENSE = "MIT"
|
||||
LIC_FILES_CHKSUM = "file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420"
|
||||
DEPENDS = "virtual/kernel"
|
||||
RDEPENDS_${PN} = "udev"
|
||||
RDEPENDS_${PN} = "udev udev-extraconf"
|
||||
SRC_URI = "file://init-live.sh"
|
||||
|
||||
PR = "r11"
|
||||
|
||||
Reference in New Issue
Block a user