diff options
author | Richard Purdie <rpurdie@linux.intel.com> | 2009-01-06 09:30:55 +0000 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2009-01-06 09:30:55 +0000 |
commit | fa89b73e259104da3c7453ed4d034c51a1e3e158 (patch) | |
tree | c3559ccee3272561e2a6cd35c73fb8a80e255d86 | |
parent | a65bb5032c010c624d0b81c00591f29497170b14 (diff) | |
download | openembedded-core-fa89b73e259104da3c7453ed4d034c51a1e3e158.tar.gz openembedded-core-fa89b73e259104da3c7453ed4d034c51a1e3e158.tar.bz2 openembedded-core-fa89b73e259104da3c7453ed4d034c51a1e3e158.zip |
scripts/poky-autobuild-moblin: Add moblin-uricheck target support
-rwxr-xr-x | scripts/poky-autobuild-moblin | 2 |
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 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 |