diff options
author | Darren Hart <dvhart@linux.intel.com> | 2013-08-27 13:16:14 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-08-28 00:25:57 +0100 |
commit | 9b052712efbdc6308ef756276c72141ac923cfa8 (patch) | |
tree | c79c5cc867f795444455f9658b6c8fce176983a1 | |
parent | 201e54782594f9f8394a55cda2489a3193a9cac0 (diff) | |
download | 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.sample | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-yocto/conf/local.conf.sample b/meta-yocto/conf/local.conf.sample index 6f71a9f250..81fc121c54 100644 --- a/meta-yocto/conf/local.conf.sample +++ b/meta-yocto/conf/local.conf.sample | |||
@@ -42,9 +42,9 @@ | |||
42 | # There are also the following hardware board target machines included for | 42 | # There are also the following hardware board target machines included for |
43 | # demonstration purposes: | 43 | # demonstration purposes: |
44 | # | 44 | # |
45 | #MACHINE ?= "genericx86" | ||
46 | #MACHINE ?= "beagleboard" | 45 | #MACHINE ?= "beagleboard" |
47 | #MACHINE ?= "genericx86" | 46 | #MACHINE ?= "genericx86" |
47 | #MACHINE ?= "genericx86-64" | ||
48 | #MACHINE ?= "mpc8315e-rdb" | 48 | #MACHINE ?= "mpc8315e-rdb" |
49 | #MACHINE ?= "routerstationpro" | 49 | #MACHINE ?= "routerstationpro" |
50 | # | 50 | # |