mirror of
https://git.yoctoproject.org/poky
synced 2026-06-02 13:29:49 +00:00
initrdscripts: fix udevd in the live boot init scripts
udevd moved location and isn't in $PATH anymore, so use an absolute path to start it. The control socket path moved too, so mkdir the directory it's in. Mounts the new devtmpfs on /dev device tree. (From OE-Core rev: 543606e5dc379497c34196d004a214e847f5db2d) Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Alexandru Damian <alexandru.damian@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
9cc79b2f4d
commit
fe16cbc6ed
@@ -5,7 +5,7 @@ RDEPENDS = "udev"
|
||||
DEPENDS = "virtual/kernel"
|
||||
SRC_URI = "file://init-live.sh"
|
||||
|
||||
PR = "r10"
|
||||
PR = "r11"
|
||||
|
||||
do_compile() {
|
||||
#if grep -q "CONFIG_UNION_FS=y" ${STAGING_KERNEL_DIR}/.config; then
|
||||
|
||||
Reference in New Issue
Block a user