]> code.ossystems Code Review - openembedded-core.git/commitdiff
scripts/poky-autobuild-moblin: Add moblin-uricheck target support
authorRichard Purdie <rpurdie@linux.intel.com>
Tue, 6 Jan 2009 09:30:55 +0000 (09:30 +0000)
committerRichard Purdie <rpurdie@linux.intel.com>
Tue, 6 Jan 2009 09:30:55 +0000 (09:30 +0000)
scripts/poky-autobuild-moblin

index 90ee931eba9c4622ee6ddb9c9849a4bbc3595805..025b7678b8a84c6b148abbbd03f53094c41f2f28 100755 (executable)
@@ -33,6 +33,8 @@ elif [ "$CURRDIR" = "$SRVWORKDIR/poky-slave/moblin-incremental/build" ]; then
     ABTARGET="moblin-incremental"
 elif [ "$CURRDIR" = "$SRVWORKDIR/poky-slave/moblin-full/build" ]; then
     ABTARGET="moblin-full"
+elif [ "$CURRDIR" = "$SRVWORKDIR/poky-slave/moblin-uricheck/build" ]; then
+    ABTARGET="moblin-uricheck"
 elif [ "$CURRDIR" = "$SRVWORKDIR/poky-slave/full-darwin-shihtzu/build" ]; then
     ABTARGET="darwin"
     if [ ! -d "$CURRDIR/meta-darwin" ]; then