浏览代码

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

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Richard Purdie 14 年之前
父节点
当前提交
37ac9a0823

+ 0 - 0
scripts/oe-find-native-sysroot


+ 0 - 0
scripts/oe-git-proxy-command


+ 0 - 0
scripts/oe-git-proxy-socks-command


+ 0 - 0
scripts/oe-git-proxy-socks.c


+ 4 - 2
scripts/oe-setup-builddir

@@ -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 - 0
scripts/oe-setup-rpmrepo


+ 0 - 0
scripts/oe-trim-schemas


+ 0 - 0
scripts/qemuimage-testlib


+ 0 - 0
scripts/runqemu-addptable2image


+ 0 - 0
scripts/runqemu-export-rootfs


+ 0 - 0
scripts/runqemu-extract-sdk


+ 0 - 0
scripts/runqemu-gen-tapdevs