mirror of
https://git.yoctoproject.org/poky
synced 2026-06-01 00:59:48 +00:00
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.
This commit is contained in:
committed by
Samuel Ortiz
parent
3e045793c7
commit
e5c53ce035
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user