1
0
mirror of https://git.yoctoproject.org/poky synced 2026-05-08 17:19:20 +00:00

netbook/menlow: Add core2 as an architecture

This commit is contained in:
Richard Purdie
2009-01-29 13:57:07 +00:00
parent 6147dc336e
commit 5a9a4802a9
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -4,7 +4,7 @@
#@DESCRIPTION: Machine configuration for Menlow platforms. Currently supported machines are the Compal JAX10
TARGET_ARCH = "i586"
PACKAGE_EXTRA_ARCHS = "x86"
PACKAGE_EXTRA_ARCHS = "x86 core2"
include conf/machine/include/tune-atom.inc
+1 -1
View File
@@ -4,7 +4,7 @@
#@DESCRIPTION: Machine configuration for Netbooks. Currently supported machines are the Asus eee901 and the Acer Aspire One
TARGET_ARCH = "i586"
PACKAGE_EXTRA_ARCHS = "x86"
PACKAGE_EXTRA_ARCHS = "x86 core2"
include conf/machine/include/tune-atom.inc