summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDarren Hart <dvhart@linux.intel.com>2013-08-27 13:16:14 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-08-28 00:25:57 +0100
commit9b052712efbdc6308ef756276c72141ac923cfa8 (patch)
treec79c5cc867f795444455f9658b6c8fce176983a1
parent201e54782594f9f8394a55cda2489a3193a9cac0 (diff)
downloadast2050-yocto-poky-9b052712efbdc6308ef756276c72141ac923cfa8.zip
ast2050-yocto-poky-9b052712efbdc6308ef756276c72141ac923cfa8.tar.gz
local.conf.sample: Add genericx86-64 machine to machine list
local.conf.sample lists all core BSPs. Add the new genericx86-64 machine, removing the duplicate entry of the genericx86 machine. (From meta-yocto rev: fb2ed5b2bc3fad86ac78c99ad93d0c64a5ea73ba) Signed-off-by: Darren Hart <dvhart@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--meta-yocto/conf/local.conf.sample2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-yocto/conf/local.conf.sample b/meta-yocto/conf/local.conf.sample
index 6f71a9f..81fc121 100644
--- a/meta-yocto/conf/local.conf.sample
+++ b/meta-yocto/conf/local.conf.sample
@@ -42,9 +42,9 @@
# There are also the following hardware board target machines included for
# demonstration purposes:
#
-#MACHINE ?= "genericx86"
#MACHINE ?= "beagleboard"
#MACHINE ?= "genericx86"
+#MACHINE ?= "genericx86-64"
#MACHINE ?= "mpc8315e-rdb"
#MACHINE ?= "routerstationpro"
#
OpenPOWER on IntegriCloud