From fe16cbc6ed42c8764ac25417b72668d55f573e86 Mon Sep 17 00:00:00 2001 From: Ross Burton Date: Mon, 12 Nov 2012 16:18:35 +0000 Subject: 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 Signed-off-by: Alexandru Damian Signed-off-by: Richard Purdie --- meta/recipes-core/initrdscripts/initramfs-framework_1.0.bb | 2 ++ 1 file changed, 2 insertions(+) (limited to 'meta/recipes-core/initrdscripts/initramfs-framework_1.0.bb') diff --git a/meta/recipes-core/initrdscripts/initramfs-framework_1.0.bb b/meta/recipes-core/initrdscripts/initramfs-framework_1.0.bb index 58e41d4d4c..45d6592bc3 100644 --- a/meta/recipes-core/initrdscripts/initramfs-framework_1.0.bb +++ b/meta/recipes-core/initrdscripts/initramfs-framework_1.0.bb @@ -3,6 +3,8 @@ LICENSE = "MIT" LIC_FILES_CHKSUM = "file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420" RDEPENDS = "busybox" +PR = "r1" + inherit allarch SRC_URI = "file://init \ -- cgit v1.2.3-54-g00ecf