All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] tisdk-image: Hide lib directory in image.
@ 2015-01-06 14:44 Jacob Stiffler
  2015-01-06 18:17 ` Denys Dmytriyenko
  0 siblings, 1 reply; 2+ messages in thread
From: Jacob Stiffler @ 2015-01-06 14:44 UTC (permalink / raw)
  To: meta-arago

Signed-off-by: Jacob Stiffler <j-stiffler@ti.com>
---
 meta-arago-distro/classes/tisdk-image.bbclass |    2 ++
 1 file changed, 2 insertions(+)

diff --git a/meta-arago-distro/classes/tisdk-image.bbclass b/meta-arago-distro/classes/tisdk-image.bbclass
index 6023d6b..3030a38 100644
--- a/meta-arago-distro/classes/tisdk-image.bbclass
+++ b/meta-arago-distro/classes/tisdk-image.bbclass
@@ -481,6 +481,7 @@ tisdk_image_setup () {
 
     mkdir -p ${IMAGE_ROOTFS}/etc
     mkdir -p ${IMAGE_ROOTFS}/var/lib/opkg
+    mkdir -p ${IMAGE_ROOTFS}/lib
 
     chmod 755 ${DEPLOY_DIR}/sdk/${SDK_NAME}-${ARMPKGARCH}-${TARGET_OS}-tisdk*
 
@@ -614,6 +615,7 @@ tisdk_image_cleanup () {
     # manifest (and maybe one day for online updates) to a hidden directory.
     mv ${IMAGE_ROOTFS}/var ${IMAGE_ROOTFS}/.var
     mv ${IMAGE_ROOTFS}/etc ${IMAGE_ROOTFS}/.etc
+    mv ${IMAGE_ROOTFS}/lib ${IMAGE_ROOTFS}/.lib
 }
 
 license_create_manifest() {
-- 
1.7.9.5



^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2015-01-06 18:17 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-01-06 14:44 [PATCH] tisdk-image: Hide lib directory in image Jacob Stiffler
2015-01-06 18:17 ` Denys Dmytriyenko

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.