From aaab29ad036b13a0959925329b2b8e471869ca53 Mon Sep 17 00:00:00 2001 From: California Sullivan Date: Wed, 27 Jan 2016 12:51:14 -0800 Subject: machine: move PREFERRED_VERSION/PREFERRED_PROVIDER to meta-intel.inc This information is the same across all meta-intel supported MACHINEs, so we can move it to a shared location. Signed-off-by: California Sullivan --- conf/machine/intel-core2-32.conf | 3 --- 1 file changed, 3 deletions(-) (limited to 'conf/machine/intel-core2-32.conf') diff --git a/conf/machine/intel-core2-32.conf b/conf/machine/intel-core2-32.conf index 313df631..d9587c0d 100644 --- a/conf/machine/intel-core2-32.conf +++ b/conf/machine/intel-core2-32.conf @@ -7,9 +7,6 @@ require conf/machine/include/meta-intel.inc require conf/machine/include/intel-core2-32-common.inc require conf/machine/include/intel-common-pkgarch.inc -PREFERRED_PROVIDER_virtual/kernel ?= "linux-yocto" -PREFERRED_VERSION_linux-yocto ?= "4.4%" - MACHINE_FEATURES += "pcbios efi" MACHINE_FEATURES += "va-impl-intel" MACHINE_FEATURES += "wifi 3g nfc" -- cgit v1.2.3-54-g00ecf