mirror of
https://git.yoctoproject.org/poky
synced 2026-06-02 01:19:52 +00:00
scripts/poky-autobuild: Further path fixes
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4364 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
@@ -38,8 +38,8 @@ shift
|
|||||||
POSTPROCESS=`which poky-autobuild-postprocess`
|
POSTPROCESS=`which poky-autobuild-postprocess`
|
||||||
|
|
||||||
if [ "xcomplete" = "x$BBTARGET" ]; then
|
if [ "xcomplete" = "x$BBTARGET" ]; then
|
||||||
touch ./build/tmp/deploy/images/images-complete
|
touch ./tmp/deploy/images/images-complete
|
||||||
chmod a+w ./build/tmp/deploy/images/images-complete
|
chmod a+w ./tmp/deploy/images/images-complete
|
||||||
cd ..
|
cd ..
|
||||||
if [ "x$POSTPROCESS" != "x" ]; then
|
if [ "x$POSTPROCESS" != "x" ]; then
|
||||||
$POSTPROCESS `pwd`
|
$POSTPROCESS `pwd`
|
||||||
@@ -47,11 +47,11 @@ if [ "xcomplete" = "x$BBTARGET" ]; then
|
|||||||
exit 0
|
exit 0
|
||||||
fi
|
fi
|
||||||
|
|
||||||
CONFFILE="./build/conf/auto.conf"
|
CONFFILE="./conf/auto.conf"
|
||||||
|
|
||||||
if [ ! -e "$CONFFILE" ]; then
|
if [ ! -e "$CONFFILE" ]; then
|
||||||
if [ ! -d "./build/conf" ]; then
|
if [ ! -d "./conf" ]; then
|
||||||
mkdir -p "./build/conf"
|
mkdir -p "./conf"
|
||||||
fi
|
fi
|
||||||
echo 'PACKAGE_CLASSES = "package_ipk package_deb"' > "$CONFFILE"
|
echo 'PACKAGE_CLASSES = "package_ipk package_deb"' > "$CONFFILE"
|
||||||
echo 'BB_NUMBER_THREADS = "6"' >> "$CONFFILE"
|
echo 'BB_NUMBER_THREADS = "6"' >> "$CONFFILE"
|
||||||
|
|||||||
Reference in New Issue
Block a user