Skip to content

Commit

Permalink
Revert "image: switch 32 bits"
Browse files Browse the repository at this point in the history
This reverts commit fc6803f.

Signed-off-by: Ferry Toth <ftoth@exalondelft.nl>
  • Loading branch information
htot committed Apr 2, 2021
1 parent b1ddc15 commit 57272f2
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions meta-intel-edison-bsp/conf/machine/edison.conf
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -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"

Expand Down

0 comments on commit 57272f2

Please sign in to comment.