summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorRichard Purdie <rpurdie@linux.intel.com>2009-01-06 09:30:55 +0000
committerRichard Purdie <rpurdie@linux.intel.com>2009-01-06 09:30:55 +0000
commitfa89b73e259104da3c7453ed4d034c51a1e3e158 (patch)
treec3559ccee3272561e2a6cd35c73fb8a80e255d86 /scripts
parenta65bb5032c010c624d0b81c00591f29497170b14 (diff)
downloadpoky-fa89b73e259104da3c7453ed4d034c51a1e3e158.tar.gz
scripts/poky-autobuild-moblin: Add moblin-uricheck target support
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/poky-autobuild-moblin2
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/poky-autobuild-moblin b/scripts/poky-autobuild-moblin
index 90ee931eba..025b7678b8 100755
--- a/scripts/poky-autobuild-moblin
+++ b/scripts/poky-autobuild-moblin
@@ -33,6 +33,8 @@ elif [ "$CURRDIR" = "$SRVWORKDIR/poky-slave/moblin-incremental/build" ]; then
33 ABTARGET="moblin-incremental" 33 ABTARGET="moblin-incremental"
34elif [ "$CURRDIR" = "$SRVWORKDIR/poky-slave/moblin-full/build" ]; then 34elif [ "$CURRDIR" = "$SRVWORKDIR/poky-slave/moblin-full/build" ]; then
35 ABTARGET="moblin-full" 35 ABTARGET="moblin-full"
36elif [ "$CURRDIR" = "$SRVWORKDIR/poky-slave/moblin-uricheck/build" ]; then
37 ABTARGET="moblin-uricheck"
36elif [ "$CURRDIR" = "$SRVWORKDIR/poky-slave/full-darwin-shihtzu/build" ]; then 38elif [ "$CURRDIR" = "$SRVWORKDIR/poky-slave/full-darwin-shihtzu/build" ]; then
37 ABTARGET="darwin" 39 ABTARGET="darwin"
38 if [ ! -d "$CURRDIR/meta-darwin" ]; then 40 if [ ! -d "$CURRDIR/meta-darwin" ]; then