mirror of
https://git.yoctoproject.org/poky
synced 2026-05-30 12:29:55 +00: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:
@@ -65,8 +65,11 @@ fi
|
|||||||
|
|
||||||
bitbake $@
|
bitbake $@
|
||||||
|
|
||||||
|
retval=$?
|
||||||
|
|
||||||
if [ "x$POSTPROCESS" != "x" ]; then
|
if [ "x$POSTPROCESS" != "x" ]; then
|
||||||
cd ..
|
cd ..
|
||||||
$POSTPROCESS $ABTARGET $TARGETDIR
|
$POSTPROCESS $ABTARGET $TARGETDIR
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
exit $?
|
||||||
|
|||||||
Reference in New Issue
Block a user