mirror of
git://git.yoctoproject.org/poky.git
synced 2025-07-19 12:59:02 +02:00
Fix regexp to work with qemux86
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1163 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
parent
9c4684a670
commit
85788ed18f
|
@ -37,7 +37,7 @@ else
|
|||
fi
|
||||
|
||||
if [ "x$MACHINE" = "x" ]; then
|
||||
MACHINE=`basename $ZIMAGE | sed -r -e 's#.*-([a-z]+)-?[0-9]*..*#\1#'`
|
||||
MACHINE=`basename $ZIMAGE | sed -r -e 's#.*-([a-z]+[0-9]*)-?[0-9]*..*#\1#'`
|
||||
fi
|
||||
|
||||
INTERNAL_SCRIPT=`which poky-qemu-internal`
|
||||
|
|
Loading…
Reference in New Issue
Block a user