scripts/poky-autobuild-moblin: Add moblin-uricheck target support

This commit is contained in:
Richard Purdie 2009-01-06 09:30:55 +00:00
parent a65bb5032c
commit fa89b73e25
1 changed files with 2 additions and 0 deletions

View File

@ -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