diff options
author | Koen Kooi <k-kooi@ti.com> | 2010-01-27 17:50:35 +0100 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2010-04-12 19:43:15 +0200 |
commit | fd4ef1d3ed07572e7013cb6f79b1d53a225d5938 (patch) | |
tree | 2156ea26924a9abe26ece6d16e62f9a79e8ee7a0 /contrib | |
parent | 499af1ec6eb17599c61dc8df800d02902d51d9e3 (diff) | |
download | openembedded-fd4ef1d3ed07572e7013cb6f79b1d53a225d5938.tar.gz |
ti-codec-engine, ti-dsplink-module: convert to new style staging
* bundle complete trees into -sdk packages
* blacklist said -sdk package in the angstrom package uploader
Signed-off-by: Koen Kooi <k-kooi@ti.com>
Diffstat (limited to 'contrib')
-rw-r--r-- | contrib/angstrom/upload-packages.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/contrib/angstrom/upload-packages.sh b/contrib/angstrom/upload-packages.sh index 20c1187144..0225875a22 100644 --- a/contrib/angstrom/upload-packages.sh +++ b/contrib/angstrom/upload-packages.sh @@ -32,6 +32,7 @@ cat files-remote files-local | sort | uniq -u >files-uniq cat files-uniq files-local | sort | uniq -d > files-trans rm -f upload-queue/bigbuck* +rm -f upload-queue/ti*-sdk* # Copy over non-duplicate files echo "Starting rsync..." |