From e5c53ce035eb36fc1b416e9971582a45754844be Mon Sep 17 00:00:00 2001 From: Samuel Ortiz Date: Tue, 21 Oct 2008 16:01:02 +0200 Subject: netbook: changed platform name from eee901 to netbook We want to have a more generic platform definition. The netbook machine one currently supports the eee901 and the aspire one. We also moved the machine and netbook image definitions to meta-moblin. --- scripts/poky-env-internal | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'scripts/poky-env-internal') diff --git a/scripts/poky-env-internal b/scripts/poky-env-internal index b805abe2d5..6acc7a3905 100755 --- a/scripts/poky-env-internal +++ b/scripts/poky-env-internal @@ -33,6 +33,7 @@ fi BBDIR="$OEROOT/bitbake$BBEXTRA/" PKGDIR="$OEROOT/meta/" +PKGDIR_MOBLIN="$OEROOT/meta-moblin/" BUILDDIR="$OEROOT/$BDIR/" MSG='' @@ -59,6 +60,9 @@ if ! (test -r "$BUILDDIR/conf/local.conf"); then fi BBPATH=$BBDIR +if test x"$BBDIR" != x"$PKGDIR_MOBLIN"; then + BBPATH=$PKGDIR_MOBLIN:$BBPATH +fi if test x"$BBDIR" != x"$PKGDIR"; then BBPATH=$PKGDIR:$BBPATH fi -- cgit 1.2.3-korg