From 91c85a585af09167995d612a2e7ca3bfe383dd4d Mon Sep 17 00:00:00 2001 From: Ferry Toth Date: Sun, 1 Jul 2018 22:25:16 +0200 Subject: [PATCH] Revert "image: switch 32 bits" This reverts commit fc6803fcc11a658399a8ec2763aeded79ca57194. Signed-off-by: Ferry Toth --- meta-intel-edison-bsp/conf/machine/edison.conf | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/meta-intel-edison-bsp/conf/machine/edison.conf b/meta-intel-edison-bsp/conf/machine/edison.conf index 4450a39a..940899a5 100644 --- a/meta-intel-edison-bsp/conf/machine/edison.conf +++ b/meta-intel-edison-bsp/conf/machine/edison.conf @@ -6,7 +6,7 @@ # This sets compilation options close to what is used on android include conf/machine/include/tune-corei7.inc TUNE_CCARGS .= " -mstackrealign" -DEFAULTTUNE = "corei7-32" +#DEFAULTTUNE = "corei7-32" MACHINE_FEATURES = "bluetooth alsa pci serial usbgadget usbhost wifi x86 ext3" KERNEL_IMAGETYPE = "bzImage" @@ -16,8 +16,7 @@ SERIAL_CONSOLES = "115200;ttyS2" UBOOT_MACHINE = "edison_defconfig" # this tells yocto to use the defconfig supplied with the kernel -#KBUILD_DEFCONFIG="x86_64_defconfig" -KBUILD_DEFCONFIG="i386_defconfig" +KBUILD_DEFCONFIG="x86_64_defconfig" # this tells yocto to expand the defconfig, i.e. make defconfig KCONFIG_MODE="--alldefconfig"