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/local.conf.sample | |
parent | 5f17c07331fd0bfcc5aba87587ede385bd896c47 (diff) | |
download | poky-c449c78c25eacb17797097377802af291247b8c0.tar.gz |
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/local.conf.sample')
-rw-r--r-- | meta/conf/local.conf.sample | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/conf/local.conf.sample b/meta/conf/local.conf.sample index fc6f13932f..29f8967510 100644 --- a/meta/conf/local.conf.sample +++ b/meta/conf/local.conf.sample | |||
@@ -21,7 +21,7 @@ MACHINE ?= "qemux86" | |||
21 | # Other supported machines | 21 | # Other supported machines |
22 | #MACHINE ?= "qemuarm" | 22 | #MACHINE ?= "qemuarm" |
23 | #MACHINE ?= "qemux86-64" | 23 | #MACHINE ?= "qemux86-64" |
24 | #MACHINE ?= "netbook" | 24 | #MACHINE ?= "atom-pc" |
25 | #MACHINE ?= "c7x0" | 25 | #MACHINE ?= "c7x0" |
26 | #MACHINE ?= "akita" | 26 | #MACHINE ?= "akita" |
27 | #MACHINE ?= "spitz" | 27 | #MACHINE ?= "spitz" |