From 76ccbba7488cd0bca729568390b4e316a90b4c8e Mon Sep 17 00:00:00 2001 From: Chen Qi Date: Fri, 28 Jun 2013 15:48:52 +0800 Subject: initrdscripts: unionfs cleanup The unionfs has been disabled for more than a year and it's not going to be used any more. This patch cleans up the unionfs related code. [YOCTO #4761] [YOCTO #1487] (From OE-Core rev: ba5e437bc7335468a70ea293496f78e1a9d66287) Signed-off-by: Chen Qi Signed-off-by: Richard Purdie --- meta/recipes-core/initrdscripts/initramfs-live-boot_1.0.bb | 7 ------- 1 file changed, 7 deletions(-) (limited to 'meta/recipes-core/initrdscripts/initramfs-live-boot_1.0.bb') diff --git a/meta/recipes-core/initrdscripts/initramfs-live-boot_1.0.bb b/meta/recipes-core/initrdscripts/initramfs-live-boot_1.0.bb index 0cbfe0288b..8626bb5b33 100644 --- a/meta/recipes-core/initrdscripts/initramfs-live-boot_1.0.bb +++ b/meta/recipes-core/initrdscripts/initramfs-live-boot_1.0.bb @@ -7,13 +7,6 @@ SRC_URI = "file://init-live.sh" PR = "r11" -do_compile() { - #if grep -q "CONFIG_UNION_FS=y" ${STAGING_KERNEL_DIR}/.config; then - # sed -i 's/UNIONFS="no"/UNIONFS="yes"/g' ${WORKDIR}/init-live.sh - #fi - : -} - do_install() { install -m 0755 ${WORKDIR}/init-live.sh ${D}/init } -- cgit v1.2.3-54-g00ecf