summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/initrdscripts/initramfs-live-boot_1.0.bb
diff options
context:
space:
mode:
authorChen Qi <Qi.Chen@windriver.com>2013-06-28 15:48:52 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-06-28 11:02:40 +0100
commit76ccbba7488cd0bca729568390b4e316a90b4c8e (patch)
tree0fe0912d6c96445a54a0045da787f25496513dd3 /meta/recipes-core/initrdscripts/initramfs-live-boot_1.0.bb
parent44b3c8dfa45fa6a32db46b851a7029e1bacaefb1 (diff)
downloadpoky-76ccbba7488cd0bca729568390b4e316a90b4c8e.tar.gz
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 <Qi.Chen@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core/initrdscripts/initramfs-live-boot_1.0.bb')
-rw-r--r--meta/recipes-core/initrdscripts/initramfs-live-boot_1.0.bb7
1 files changed, 0 insertions, 7 deletions
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"
7 7
8PR = "r11" 8PR = "r11"
9 9
10do_compile() {
11 #if grep -q "CONFIG_UNION_FS=y" ${STAGING_KERNEL_DIR}/.config; then
12 # sed -i 's/UNIONFS="no"/UNIONFS="yes"/g' ${WORKDIR}/init-live.sh
13 #fi
14 :
15}
16
17do_install() { 10do_install() {
18 install -m 0755 ${WORKDIR}/init-live.sh ${D}/init 11 install -m 0755 ${WORKDIR}/init-live.sh ${D}/init
19} 12}