diff options
Diffstat (limited to 'meta/conf')
-rw-r--r-- | meta/conf/local.conf.sample | 2 | ||||
-rw-r--r-- | meta/conf/machine/atom-pc.conf (renamed from meta/conf/machine/netbook.conf) | 4 |
2 files changed, 3 insertions, 3 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" |
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 @@ | |||
1 | #@TYPE: Machine | 1 | #@TYPE: Machine |
2 | #@NAME: Netbook | 2 | #@NAME: Atom-PC |
3 | 3 | ||
4 | #@DESCRIPTION: Machine configuration for Netbooks. Currently supported machines are the Asus eee901 and the Acer Aspire One | 4 | #@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. |
5 | 5 | ||
6 | TARGET_ARCH = "i586" | 6 | TARGET_ARCH = "i586" |
7 | PACKAGE_EXTRA_ARCHS = "x86 core2" | 7 | PACKAGE_EXTRA_ARCHS = "x86 core2" |