From fe73ea8c510877fe4e3c117985e8f3d0b79ddf1b Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Thu, 21 Apr 2011 12:26:25 +0100 Subject: Further cleanup of various poky references Signed-off-by: Richard Purdie --- scripts/oe-setup-builddir | 35 ++++++++++++++++++++++------------- 1 file changed, 22 insertions(+), 13 deletions(-) (limited to 'scripts/oe-setup-builddir') diff --git a/scripts/oe-setup-builddir b/scripts/oe-setup-builddir index 0e616a7805..2f8a0646b9 100755 --- a/scripts/oe-setup-builddir +++ b/scripts/oe-setup-builddir @@ -1,8 +1,8 @@ #!/bin/sh -# Poky Build Enviroment Setup Script +# OE Build Enviroment Setup Script # -# Copyright (C) 2006-2007 OpenedHand Ltd. +# Copyright (C) 2006-2011 Linux Foundation # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -44,7 +44,7 @@ if [ "x" != "x$TEMPLATECONF" ]; then if ! (test -d "$TEMPLATECONF"); then # Allow TEMPLATECONF=meta-xyz/conf as a shortcut if [ -d "$OEROOT/$TEMPLATECONF" ]; then - TEMPLATECONF="$OEROOT/$POKYCONF" + TEMPLATECONF="$OEROOT/$TEMPLATECONF" fi if ! (test -d "$TEMPLATECONF"); then echo >&2 "Error: '$TEMPLATECONF' must be a directory containing local.conf & bblayers.conf" @@ -60,15 +60,19 @@ if [ "x" = "x$OECORELOCALCONF" ]; then fi if ! (test -r "$BUILDDIR/conf/local.conf"); then cat <' -- cgit 1.2.3-korg