summaryrefslogtreecommitdiff
path: root/meta/recipes-core
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2012-04-22 15:47:30 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-04-22 15:58:02 +0100
commit4a2d7a7cd04a1706c3bd9ee79e0cfe79dd3ae80d (patch)
tree4dfae004c5a684dd9241d7b6d0bfc839f6ba66c5 /meta/recipes-core
parentd6081b2940965ee1f2e545d755f31e88f0db9e35 (diff)
downloadopenembedded-core-4a2d7a7cd04a1706c3bd9ee79e0cfe79dd3ae80d.tar.gz
openembedded-core-4a2d7a7cd04a1706c3bd9ee79e0cfe79dd3ae80d.tar.bz2
openembedded-core-4a2d7a7cd04a1706c3bd9ee79e0cfe79dd3ae80d.zip
initramfs-live-boot: Disable unionfs until its issue with the system rootdir are resolved
There are issues with the current unionfs when making a union mount over "/". Until these are resolved we can't use unionfs for live booting so disable this temporarily as a workaround. unionfs is usable in other circumstances. [YOCTO #2331 workaround] Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core')
-rw-r--r--meta/recipes-core/initrdscripts/initramfs-live-boot_1.0.bb9
1 files changed, 5 insertions, 4 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 8f7511eadd..137a40106e 100644
--- a/meta/recipes-core/initrdscripts/initramfs-live-boot_1.0.bb
+++ b/meta/recipes-core/initrdscripts/initramfs-live-boot_1.0.bb
@@ -5,12 +5,13 @@ RDEPENDS = "udev"
DEPENDS = "virtual/kernel"
SRC_URI = "file://init-live.sh"
-PR = "r9"
+PR = "r10"
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
+ #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() {