From: Richard Purdie Date: Tue, 6 Jan 2009 09:30:55 +0000 (+0000) Subject: scripts/poky-autobuild-moblin: Add moblin-uricheck target support X-Git-Tag: 2011-1~7648 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=fa89b73e259104da3c7453ed4d034c51a1e3e158;p=openembedded-core.git scripts/poky-autobuild-moblin: Add moblin-uricheck target support --- 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 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