From 3a86943c364a6aef466952fcf4c3a44e1d513d4f Mon Sep 17 00:00:00 2001 From: Ronan Le Martret Date: Mon, 8 Dec 2014 15:14:15 +0100 Subject: [PATCH] Add COMPATIBLE_MACHINE for generic BSP Change-Id: Ib2ca87455e14a88e35b0dba83aabebc3d5b6b767 --- .../meta/recipes-kernel/linux/linux-yocto_3.14.bbappend | 3 +++ 1 file changed, 3 insertions(+) diff --git a/meta-tizen-adaptation/meta/recipes-kernel/linux/linux-yocto_3.14.bbappend b/meta-tizen-adaptation/meta/recipes-kernel/linux/linux-yocto_3.14.bbappend index 318eb25..f756cf6 100644 --- a/meta-tizen-adaptation/meta/recipes-kernel/linux/linux-yocto_3.14.bbappend +++ b/meta-tizen-adaptation/meta/recipes-kernel/linux/linux-yocto_3.14.bbappend @@ -38,3 +38,6 @@ DEFCONFIG_arm= "file://defconfig" # Setting the KCONFIG_MODE variable prevents it to being set to # "--allnoconfig" which disable all kernel options. KCONFIG_MODE = "--reconfig" + +COMPATIBLE_MACHINE_genericx86 = "genericx86" +COMPATIBLE_MACHINE_genericx86-64 = "genericx86-64" \ No newline at end of file -- 2.7.4