mirror of
git://git.yoctoproject.org/poky
synced 2026-08-12 11:09:23 +00:00
scripts/poky-autobuild-moblin: Add moblin-uricheck target support
This commit is contained in:
parent
a65bb5032c
commit
fa89b73e25
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user