diff options
author | Darren Hart <dvhart@linux.intel.com> | 2010-10-07 13:04:23 -0700 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2010-10-08 16:56:44 +0100 |
commit | c449c78c25eacb17797097377802af291247b8c0 (patch) | |
tree | 25594e946b96df4a03ca9f40368dc93b64706f49 /meta/conf/machine | |
parent | 5f17c07331fd0bfcc5aba87587ede385bd896c47 (diff) | |
download | openembedded-core-c449c78c25eacb17797097377802af291247b8c0.tar.gz openembedded-core-c449c78c25eacb17797097377802af291247b8c0.tar.bz2 openembedded-core-c449c78c25eacb17797097377802af291247b8c0.zip |
Rename MACHINE=netbook to MACHINE=atom-pc
In preparation for the more generic atom-pc, rename the netbook machine and all
the relevant overrides. Leave the linux-netbook kernel recipe intact and as the
default kernel for the atom-pc machine. A future patch will convert this over
to linux-wrs and likely remove the linux-netbook kernel recipe.
Cc: Tom Zanussi <tom.zanussi@intel.com>
Cc: Bruce Ashfield <bruce.ashfield@windriver.com>
Signed-off-by: Darren Hart <dvhart@linux.intel.com>
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Diffstat (limited to 'meta/conf/machine')
-rw-r--r-- | meta/conf/machine/atom-pc.conf (renamed from meta/conf/machine/netbook.conf) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/conf/machine/netbook.conf b/meta/conf/machine/atom-pc.conf index 17bb8d789d..d1fa1efcb1 100644 --- a/meta/conf/machine/netbook.conf +++ b/meta/conf/machine/atom-pc.conf @@ -1,7 +1,7 @@ #@TYPE: Machine -#@NAME: Netbook +#@NAME: Atom-PC -#@DESCRIPTION: Machine configuration for Netbooks. Currently supported machines are the Asus eee901 and the Acer Aspire One +#@DESCRIPTION: Machine configuration for Intel Atom based PCs. Currently supported machines are the Asus eee901, Acer Aspire One, Toshiba NB305, and Intel BlackSand development board. TARGET_ARCH = "i586" PACKAGE_EXTRA_ARCHS = "x86 core2" |