linux-yocto_3.14 : Fix 32bit kernel build 46/34546/2
authorXavier Roche <xavier.roche@open.eurogiciel.org>
Wed, 28 Jan 2015 19:41:53 +0000 (20:41 +0100)
committerXavier Roche <xavier.roche@open.eurogiciel.org>
Wed, 28 Jan 2015 19:42:18 +0000 (11:42 -0800)
Disable CONFIG_64BIT kernel option when unnecessary ; enable it otherwise.

Change-Id: I1f8c021419215580fcfb43e4790a29446268c0da
Signed-off-by: Xavier Roche <xavier.roche@open.eurogiciel.org>
meta-tizen-adaptation/meta/recipes-kernel/linux/linux-yocto/arm/defconfig
meta-tizen-adaptation/meta/recipes-kernel/linux/linux-yocto/i586/defconfig
meta-tizen-adaptation/meta/recipes-kernel/linux/linux-yocto/x86-64/defconfig

index b87200b..b65c218 100644 (file)
@@ -1,4 +1,5 @@
 # CONFIG_LOCALVERSION_AUTO is not set
+# CONFIG_64BIT is not set
 CONFIG_DEFAULT_HOSTNAME="common_box"
 CONFIG_SYSVIPC=y
 CONFIG_POSIX_MQUEUE=y
index bd2cb49..b966900 100644 (file)
@@ -1,4 +1,5 @@
 # CONFIG_LOCALVERSION_AUTO is not set
+# CONFIG_64BIT is not set
 CONFIG_DEFAULT_HOSTNAME="common_box"
 CONFIG_SYSVIPC=y
 CONFIG_POSIX_MQUEUE=y