[poky] [PATCH 14/15] genericx86: Use new x86 tune files
Darren Hart
dvhart at linux.intel.com
Tue Jan 21 14:40:00 PST 2014
Use the new names for the x86 tunes files (x86 instead of ia32).
Signed-off-by: Darren Hart <dvhart at linux.intel.com>
---
.../conf/machine/include/genericx86-common.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/meta-yocto-bsp/conf/machine/include/genericx86-common.inc b/meta-yocto-bsp/conf/machine/include/genericx86-common.inc
index c5ef358..8b24c18 100644
--- a/meta-yocto-bsp/conf/machine/include/genericx86-common.inc
+++ b/meta-yocto-bsp/conf/machine/include/genericx86-common.inc
@@ -1,4 +1,4 @@
-include conf/machine/include/ia32-base.inc
+include conf/machine/include/x86-base.inc
MACHINE_FEATURES += "wifi efi pcbios"
PREFERRED_PROVIDER_virtual/kernel ?= "linux-yocto"
--
1.7.9.5
More information about the poky
mailing list