scripts/oe-setup-builddir: Fix up OE-Core/Poky mismatch for now (and fix permissions)

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Richard Purdie 2011-04-21 19:19:33 +01:00
parent 8d40582b19
commit 37ac9a0823
12 changed files with 4 additions and 2 deletions

0
scripts/oe-find-native-sysroot Normal file → Executable file
View File

0
scripts/oe-git-proxy-command Normal file → Executable file
View File

0
scripts/oe-git-proxy-socks-command Normal file → Executable file
View File

0
scripts/oe-git-proxy-socks.c Normal file → Executable file
View File

6
scripts/oe-setup-builddir Normal file → Executable file
View File

@ -37,6 +37,8 @@ fi
cd "$BUILDDIR"
TEMPLATECONF=meta-yocto/conf
#
# $TEMPLATECONF can point to a directory for the template local.conf & bblayers.conf
#
@ -51,8 +53,8 @@ if [ "x" != "x$TEMPLATECONF" ]; then
return
fi
fi
OECORELAYERCONF="$TEMPLATECONF/bblayers.conf"
OECORELOCALCONF="$TEMPLATECONF/local.conf"
OECORELAYERCONF="$TEMPLATECONF/bblayers.conf.sample"
OECORELOCALCONF="$TEMPLATECONF/local.conf.sample"
fi
if [ "x" = "x$OECORELOCALCONF" ]; then

0
scripts/oe-setup-rpmrepo Normal file → Executable file
View File

0
scripts/oe-trim-schemas Normal file → Executable file
View File

0
scripts/qemuimage-testlib Normal file → Executable file
View File

0
scripts/runqemu-addptable2image Normal file → Executable file
View File

0
scripts/runqemu-export-rootfs Normal file → Executable file
View File

0
scripts/runqemu-extract-sdk Normal file → Executable file
View File

0
scripts/runqemu-gen-tapdevs Normal file → Executable file
View File