From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mga09.intel.com ([134.134.136.24]) by linuxtogo.org with esmtp (Exim 4.72) (envelope-from ) id 1U8cFr-0001XF-CF for openembedded-core@lists.openembedded.org; Thu, 21 Feb 2013 20:56:35 +0100 Received: from orsmga002.jf.intel.com ([10.7.209.21]) by orsmga102.jf.intel.com with ESMTP; 21 Feb 2013 11:38:42 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="4.84,711,1355126400"; d="scan'208";a="288945498" Received: from envy.jf.intel.com (HELO localhost) ([10.7.199.102]) by orsmga002.jf.intel.com with ESMTP; 21 Feb 2013 11:40:03 -0800 From: Darren Hart To: openembedded-core@lists.openembedded.org Date: Thu, 21 Feb 2013 11:39:55 -0800 Message-Id: X-Mailer: git-send-email 1.8.1.2 Cc: Darren Hart Subject: [PATCH] atom-pc: Prefer linux-yocto_3.4 X-BeenThere: openembedded-core@lists.openembedded.org X-Mailman-Version: 2.1.11 Precedence: list List-Id: Patches and discussions about the oe-core layer List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Feb 2013 19:56:35 -0000 Atom-pc missed the kernel refresh last time around. 3.0 is on its way out. Set the PREFERRED_PROVIDER to 3.4. Boot tested on a Toshiba NB-305 using core-image-minimal. Signed-off-by: Darren Hart --- meta-yocto-bsp/conf/machine/atom-pc.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-yocto-bsp/conf/machine/atom-pc.conf b/meta-yocto-bsp/conf/machine/atom-pc.conf index 77dd7fb..e97b173 100644 --- a/meta-yocto-bsp/conf/machine/atom-pc.conf +++ b/meta-yocto-bsp/conf/machine/atom-pc.conf @@ -10,7 +10,7 @@ MACHINE_FEATURES = "screen keyboard pci usbhost ext2 ext3 x86 wifi acpi alsa" KERNEL_IMAGETYPE = "bzImage" PREFERRED_PROVIDER_virtual/kernel ?= "linux-yocto" -PREFERRED_VERSION_linux-yocto ?= "3.0%" +PREFERRED_VERSION_linux-yocto ?= "3.4%" PREFERRED_PROVIDER_virtual/xserver ?= "xserver-xorg" XSERVER ?= "xserver-xorg \ xserver-xorg-extension-glx \ -- 1.8.1.2