All the mail mirrored from lore.kernel.org
 help / color / mirror / Atom feed
* [tisdk-setup-scripts][PATCH] create-sdcard: Remove packaging of CCS.
@ 2015-09-17 16:21 Jacob Stiffler
  0 siblings, 0 replies; only message in thread
From: Jacob Stiffler @ 2015-09-17 16:21 UTC (permalink / raw
  To: meta-arago

Signed-off-by: Jacob Stiffler <j-stiffler@ti.com>
---
 create-sdcard.sh | 18 +++---------------
 1 file changed, 3 insertions(+), 15 deletions(-)

diff --git a/create-sdcard.sh b/create-sdcard.sh
index 4138dfb..c877da7 100644
--- a/create-sdcard.sh
+++ b/create-sdcard.sh
@@ -228,17 +228,6 @@ EOM
 cat << EOM
 
 ################################################################################
-        Extracting CCS tarball
-
-################################################################################
-EOM
-        mv tmp/CCS-5*.tar.gz .
-        untar_progress CCS-5*.tar.gz tmp/
-        rm CCS-5*.tar.gz
-
-cat << EOM
-
-################################################################################
         Copying Contents to START_HERE
 
 ################################################################################
@@ -251,7 +240,6 @@ EOM
         # Fix up the START_HERE partitoin permissions
         chown nobody -R start_here
         chgrp nogroup -R start_here
-        chmod -R g+r+x,o+r+x start_here/CCS
 
         umount boot rootfs start_here
         sync;sync
@@ -459,9 +447,9 @@ cat << EOM
 
 ################################################################################
 
-	Select 2 partitions if only need boot and rootfs (most users)
-	Select 3 partitions if need SDK & CCS on SD card.  This is usually used
-        by device manufacturers with access to partition tarballs.
+	Select 2 partitions if only need boot and rootfs (most users).
+	Select 3 partitions if need SDK & other content on SD card.  This is
+        usually used by device manufacturers with access to partition tarballs.
 
 	****WARNING**** continuing will erase all data on $DEVICEDRIVENAME
 
-- 
1.9.1



^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2015-09-17 16:21 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-09-17 16:21 [tisdk-setup-scripts][PATCH] create-sdcard: Remove packaging of CCS Jacob Stiffler

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.