summaryrefslogtreecommitdiffstats
path: root/meta/conf
diff options
context:
space:
mode:
Diffstat (limited to 'meta/conf')
-rw-r--r--meta/conf/local.conf.sample2
-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 fc6f139..29f8967 100644
--- a/meta/conf/local.conf.sample
+++ b/meta/conf/local.conf.sample
@@ -21,7 +21,7 @@ MACHINE ?= "qemux86"
# Other supported machines
#MACHINE ?= "qemuarm"
#MACHINE ?= "qemux86-64"
-#MACHINE ?= "netbook"
+#MACHINE ?= "atom-pc"
#MACHINE ?= "c7x0"
#MACHINE ?= "akita"
#MACHINE ?= "spitz"
diff --git a/meta/conf/machine/netbook.conf b/meta/conf/machine/atom-pc.conf
index 17bb8d7..d1fa1ef 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"
OpenPOWER on IntegriCloud