aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKoen Kooi <k-kooi@ti.com>2010-02-02 16:25:36 +0100
committerKoen Kooi <koen@openembedded.org>2010-04-12 19:43:16 +0200
commitc85386fccb05a18583ca40bffdeccfcb55780359 (patch)
treea73e082107464a3876f8b83387b0a4aafc030137
parent73ed3496a4028ec312ac740891d16858b52220e2 (diff)
downloadopenembedded-c85386fccb05a18583ca40bffdeccfcb55780359.tar.gz
ti-staging: rename -sdk to -sourcetree to make it clearer what it actually is
Signed-off-by: Koen Kooi <k-kooi@ti.com>
-rw-r--r--contrib/angstrom/upload-packages.sh1
-rw-r--r--recipes/ti/ti-staging.inc6
2 files changed, 4 insertions, 3 deletions
diff --git a/contrib/angstrom/upload-packages.sh b/contrib/angstrom/upload-packages.sh
index 0225875a22..564156d6ff 100644
--- a/contrib/angstrom/upload-packages.sh
+++ b/contrib/angstrom/upload-packages.sh
@@ -33,6 +33,7 @@ cat files-uniq files-local | sort | uniq -d > files-trans
rm -f upload-queue/bigbuck*
rm -f upload-queue/ti*-sdk*
+rm -f upload-queue/ti*-tree*
# Copy over non-duplicate files
echo "Starting rsync..."
diff --git a/recipes/ti/ti-staging.inc b/recipes/ti/ti-staging.inc
index 947c3835b2..1b3491db31 100644
--- a/recipes/ti/ti-staging.inc
+++ b/recipes/ti/ti-staging.inc
@@ -5,7 +5,7 @@ INHIBIT_PACKAGE_STRIP = "1"
ALLOW_EMPTY_${PN} = "1"
ALLOW_EMPTY_${PN}-dev = "1"
-PACKAGES =+ "${PN}-sdk"
-FILES_${PN}-sdk = "${installdir}/*-tree"
-INSANE_SKIP_${PN}-sdk = "True"
+PACKAGES =+ "${PN}-sourcetree"
+FILES_${PN}-sourcetree = "${installdir}/*-tree"
+INSANE_SKIP_${PN}-sourcetree = "True"