From: Denys Dmytriyenko <[email protected]>

Signed-off-by: Denys Dmytriyenko <[email protected]>
---
 meta-arago-distro/recipes-bsp/netboot-initrd/netboot-initrd_0.0.1.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/meta-arago-distro/recipes-bsp/netboot-initrd/netboot-initrd_0.0.1.bb 
b/meta-arago-distro/recipes-bsp/netboot-initrd/netboot-initrd_0.0.1.bb
index 0d0aaf0..e165d9a 100644
--- a/meta-arago-distro/recipes-bsp/netboot-initrd/netboot-initrd_0.0.1.bb
+++ b/meta-arago-distro/recipes-bsp/netboot-initrd/netboot-initrd_0.0.1.bb
@@ -40,7 +40,7 @@ IMAGE_LINGUAS = ""
 # To further reduce the size of the rootfs, remove the /boot directory from 
the final image
 # this is usually done by adding RDEPENDS_kernel-base = "" in the 
configuration file. In our case we can't use
 # this method. Instead we just wipe out the content of "/boot" before creating 
the image.
-ROOTFS_POSTPROCESS_COMMAND += 'empty_boot_dir'
+ROOTFS_POSTPROCESS_COMMAND += "empty_boot_dir; "
 empty_boot_dir () {
        rm -rf ${IMAGE_ROOTFS}/boot/*
 }
-- 
2.7.4

_______________________________________________
meta-arago mailing list
[email protected]
http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago

Reply via email to