summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2011-04-21 19:19:33 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-04-21 19:19:33 +0100
commit37ac9a0823690bd3e031c04e2351a41af04e8aa1 (patch)
treef077ca04d7da57f30e0d0bdf7f4e070b73d0c00a /scripts
parent8d40582b195ee64f227465c03293d6e50b047f64 (diff)
downloadast2050-yocto-poky-37ac9a0823690bd3e031c04e2351a41af04e8aa1.zip
ast2050-yocto-poky-37ac9a0823690bd3e031c04e2351a41af04e8aa1.tar.gz
scripts/oe-setup-builddir: Fix up OE-Core/Poky mismatch for now (and fix permissions)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'scripts')
-rwxr-xr-x[-rw-r--r--]scripts/oe-find-native-sysroot0
-rwxr-xr-x[-rw-r--r--]scripts/oe-git-proxy-command0
-rwxr-xr-x[-rw-r--r--]scripts/oe-git-proxy-socks-command0
-rwxr-xr-x[-rw-r--r--]scripts/oe-git-proxy-socks.c0
-rwxr-xr-x[-rw-r--r--]scripts/oe-setup-builddir6
-rwxr-xr-x[-rw-r--r--]scripts/oe-setup-rpmrepo0
-rwxr-xr-x[-rw-r--r--]scripts/oe-trim-schemas0
-rwxr-xr-x[-rw-r--r--]scripts/qemuimage-testlib0
-rwxr-xr-x[-rw-r--r--]scripts/runqemu-addptable2image0
-rwxr-xr-x[-rw-r--r--]scripts/runqemu-export-rootfs0
-rwxr-xr-x[-rw-r--r--]scripts/runqemu-extract-sdk0
-rwxr-xr-x[-rw-r--r--]scripts/runqemu-gen-tapdevs0
12 files changed, 4 insertions, 2 deletions
diff --git a/scripts/oe-find-native-sysroot b/scripts/oe-find-native-sysroot
index 26fc730..26fc730 100644..100755
--- a/scripts/oe-find-native-sysroot
+++ b/scripts/oe-find-native-sysroot
diff --git a/scripts/oe-git-proxy-command b/scripts/oe-git-proxy-command
index d31f85a..d31f85a 100644..100755
--- a/scripts/oe-git-proxy-command
+++ b/scripts/oe-git-proxy-command
diff --git a/scripts/oe-git-proxy-socks-command b/scripts/oe-git-proxy-socks-command
index 90fa14e..90fa14e 100644..100755
--- a/scripts/oe-git-proxy-socks-command
+++ b/scripts/oe-git-proxy-socks-command
diff --git a/scripts/oe-git-proxy-socks.c b/scripts/oe-git-proxy-socks.c
index f574711..f574711 100644..100755
--- a/scripts/oe-git-proxy-socks.c
+++ b/scripts/oe-git-proxy-socks.c
diff --git a/scripts/oe-setup-builddir b/scripts/oe-setup-builddir
index 2f8a064..58c9ad6 100644..100755
--- a/scripts/oe-setup-builddir
+++ b/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
diff --git a/scripts/oe-setup-rpmrepo b/scripts/oe-setup-rpmrepo
index 03372b6..03372b6 100644..100755
--- a/scripts/oe-setup-rpmrepo
+++ b/scripts/oe-setup-rpmrepo
diff --git a/scripts/oe-trim-schemas b/scripts/oe-trim-schemas
index 29fb3a1..29fb3a1 100644..100755
--- a/scripts/oe-trim-schemas
+++ b/scripts/oe-trim-schemas
diff --git a/scripts/qemuimage-testlib b/scripts/qemuimage-testlib
index 5318ca6..5318ca6 100644..100755
--- a/scripts/qemuimage-testlib
+++ b/scripts/qemuimage-testlib
diff --git a/scripts/runqemu-addptable2image b/scripts/runqemu-addptable2image
index f0195ad..f0195ad 100644..100755
--- a/scripts/runqemu-addptable2image
+++ b/scripts/runqemu-addptable2image
diff --git a/scripts/runqemu-export-rootfs b/scripts/runqemu-export-rootfs
index 6b4aee8..6b4aee8 100644..100755
--- a/scripts/runqemu-export-rootfs
+++ b/scripts/runqemu-export-rootfs
diff --git a/scripts/runqemu-extract-sdk b/scripts/runqemu-extract-sdk
index d30e5a6..d30e5a6 100644..100755
--- a/scripts/runqemu-extract-sdk
+++ b/scripts/runqemu-extract-sdk
diff --git a/scripts/runqemu-gen-tapdevs b/scripts/runqemu-gen-tapdevs
index 995e1d5..995e1d5 100644..100755
--- a/scripts/runqemu-gen-tapdevs
+++ b/scripts/runqemu-gen-tapdevs
OpenPOWER on IntegriCloud