summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-jasperforest/conf/machine/jasperforest.conf7
1 files changed, 1 insertions, 6 deletions
diff --git a/meta-jasperforest/conf/machine/jasperforest.conf b/meta-jasperforest/conf/machine/jasperforest.conf
index 1d875b54..6be95026 100644
--- a/meta-jasperforest/conf/machine/jasperforest.conf
+++ b/meta-jasperforest/conf/machine/jasperforest.conf
@@ -4,10 +4,7 @@
4#@DESCRIPTION: Machine configuration for Jasper Forest Picket Post 4#@DESCRIPTION: Machine configuration for Jasper Forest Picket Post
5# systems i.e. Xeon C5500/C3500 + Intel 3420 chipset (Ibex Peak) 5# systems i.e. Xeon C5500/C3500 + Intel 3420 chipset (Ibex Peak)
6 6
7TARGET_ARCH = "x86_64" 7require conf/machine/include/tune-x86_64.inc
8PACKAGE_EXTRA_ARCHS = "x86 xeon"
9
10BASE_PACKAGE_ARCH="xeon"
11 8
12MACHINE_FEATURES = "kernel26 screen keyboard pci usbhost ext2 ext3 x86 \ 9MACHINE_FEATURES = "kernel26 screen keyboard pci usbhost ext2 ext3 x86 \
13 acpi serial usbgadget" 10 acpi serial usbgadget"
@@ -41,5 +38,3 @@ GLIBC_EXTRA_OECONF = "--with-tls"
41MACHINE_ESSENTIAL_EXTRA_RDEPENDS = "grub" 38MACHINE_ESSENTIAL_EXTRA_RDEPENDS = "grub"
42PREFERRED_VERSION_grub ?= "1.98" 39PREFERRED_VERSION_grub ?= "1.98"
43 40
44TARGET_CC_ARCH = "-m64"
45