This cherry-pick slipped through testing and lead to unbootable hddimg images.
This reverts commit
0140519ba15bfb27ccbfb3d41c7e678a1118fc5c.
[ YOCTO #3634 ]
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
mkdir -p /sys
mount -t proc proc /proc
mount -t sysfs sysfs /sys
- mount -t devtmpfs none /dev
# support modular kernel
modprobe isofs 2> /dev/null
mkdir -p /run
- mkdir -p /var/run
- /lib/udev/udevd --daemon
+ udevd --daemon
udevadm trigger --action=add
}
DEPENDS = "virtual/kernel"
SRC_URI = "file://init-live.sh"
-PR = "r11"
+PR = "r12"
do_compile() {
#if grep -q "CONFIG_UNION_FS=y" ${STAGING_KERNEL_DIR}/.config; then