mirror of
https://git.yoctoproject.org/poky
synced 2026-01-29 21:08:42 +01:00
scripts/poky-autobuild: Fix directory expectations of the postprocess scripts
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4363 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
@@ -40,6 +40,7 @@ POSTPROCESS=`which poky-autobuild-postprocess`
|
||||
if [ "xcomplete" = "x$BBTARGET" ]; then
|
||||
touch ./build/tmp/deploy/images/images-complete
|
||||
chmod a+w ./build/tmp/deploy/images/images-complete
|
||||
cd ..
|
||||
if [ "x$POSTPROCESS" != "x" ]; then
|
||||
$POSTPROCESS `pwd`
|
||||
fi
|
||||
@@ -60,6 +61,8 @@ fi
|
||||
|
||||
bitbake $BBTARGET
|
||||
|
||||
cd ..
|
||||
|
||||
if [ "x$POSTPROCESS" != "x" ]; then
|
||||
$POSTPROCESS `pwd`
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user