summaryrefslogtreecommitdiffstats
path: root/scripts/poky-env-internal
diff options
context:
space:
mode:
authorSamuel Ortiz <sameo@linux.intel.com>2008-10-21 16:01:02 +0200
committerSamuel Ortiz <sameo@openedhand.com>2008-10-21 16:01:02 +0200
commite5c53ce035eb36fc1b416e9971582a45754844be (patch)
tree4d14d39f2e5f5c4a371a17563155b3f6bd2f0e93 /scripts/poky-env-internal
parent3e045793c740cbac302c2077cc839f1a64c03bc2 (diff)
downloadpoky-e5c53ce035eb36fc1b416e9971582a45754844be.tar.gz
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.
Diffstat (limited to 'scripts/poky-env-internal')
-rwxr-xr-xscripts/poky-env-internal4
1 files changed, 4 insertions, 0 deletions
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
33 33
34BBDIR="$OEROOT/bitbake$BBEXTRA/" 34BBDIR="$OEROOT/bitbake$BBEXTRA/"
35PKGDIR="$OEROOT/meta/" 35PKGDIR="$OEROOT/meta/"
36PKGDIR_MOBLIN="$OEROOT/meta-moblin/"
36BUILDDIR="$OEROOT/$BDIR/" 37BUILDDIR="$OEROOT/$BDIR/"
37MSG='' 38MSG=''
38 39
@@ -59,6 +60,9 @@ if ! (test -r "$BUILDDIR/conf/local.conf"); then
59fi 60fi
60 61
61BBPATH=$BBDIR 62BBPATH=$BBDIR
63if test x"$BBDIR" != x"$PKGDIR_MOBLIN"; then
64 BBPATH=$PKGDIR_MOBLIN:$BBPATH
65fi
62if test x"$BBDIR" != x"$PKGDIR"; then 66if test x"$BBDIR" != x"$PKGDIR"; then
63 BBPATH=$PKGDIR:$BBPATH 67 BBPATH=$PKGDIR:$BBPATH
64fi 68fi