mirror of
git://git.yoctoproject.org/poky.git
synced 2025-07-19 21:09:03 +02:00
scripts/poky-autobuild: Preserve exit code
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4374 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
parent
7b717d201a
commit
04c650ae4f
|
@ -65,8 +65,11 @@ fi
|
|||
|
||||
bitbake $@
|
||||
|
||||
retval=$?
|
||||
|
||||
if [ "x$POSTPROCESS" != "x" ]; then
|
||||
cd ..
|
||||
$POSTPROCESS $ABTARGET $TARGETDIR
|
||||
fi
|
||||
|
||||
exit $?
|
||||
|
|
Loading…
Reference in New Issue
Block a user