From e5427e8e7573abc51d8908517551705e072271ae Mon Sep 17 00:00:00 2001 From: Nitin A Kamble Date: Wed, 17 Sep 2014 13:44:22 -0700 Subject: intel-corei7-64: Add intel-ucode to MACHINE_FEATURES Enable the Intel microcode feature for this BSP. Signed-off-by: Nitin A Kamble Acked-by: Darren Hart Signed-off-by: Tom Zanussi --- conf/machine/intel-corei7-64.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/conf/machine/intel-corei7-64.conf b/conf/machine/intel-corei7-64.conf index a4563239..3258f682 100644 --- a/conf/machine/intel-corei7-64.conf +++ b/conf/machine/intel-corei7-64.conf @@ -13,6 +13,7 @@ PREFERRED_VERSION_linux-yocto ?= "3.17%" MACHINE_FEATURES += "pcbios efi" MACHINE_FEATURES += "va-impl-intel" MACHINE_FEATURES += "wifi 3g" +MACHINE_FEATURES += "intel-ucode" MACHINE_HWCODECS ?= "va-intel gst-va-intel" -- cgit v1.2.3-54-g00ecf