From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail.windriver.com (mail.windriver.com [147.11.1.11]) by mx1.pokylinux.org (Postfix) with ESMTP id 16D4B4C80050; Mon, 13 Dec 2010 00:26:32 -0600 (CST) Received: from localhost.localdomain (yow-bashfiel-d2.ottawa.windriver.com [128.224.146.167]) by mail.windriver.com (8.14.3/8.14.3) with ESMTP id oBD6QThR002593; Sun, 12 Dec 2010 22:26:30 -0800 (PST) From: Bruce Ashfield To: rpurdie@linux.intel.com, saul.wold@intel.com Date: Mon, 13 Dec 2010 01:27:50 -0500 Message-Id: X-Mailer: git-send-email 1.7.0.4 Cc: yocto@yoctoproject.org, poky@yoctoproject.org Subject: [PATCH 0/1] linux-yocto: fix machine compatibility lists X-BeenThere: poky@yoctoproject.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: Poky build system developer discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Dec 2010 06:26:32 -0000 During the last phase of the recipe factoring, the board compatibility lists ended up in the wrong place, which meant we had an incomplete list of boards, and the same set of boards for both kernels (stable and devel). To fix this, I've yanked the compatibility to the recipes themselves and updated the emenlow to have a -stable bbappend. Pull URL: git://git.pokylinux.org/poky-contrib.git Branch: zedd/kernel Browse: http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=zedd/kernel Thanks, Bruce Ashfield --- Bruce Ashfield (1): linux-yocto: fix machine compatibility ...it.bbappend => linux-yocto-stable_git.bbappend} | 0 .../recipes-kernel/linux/linux-yocto-stable_git.bb | 2 ++ meta/recipes-kernel/linux/linux-yocto.inc | 2 -- meta/recipes-kernel/linux/linux-yocto_git.bb | 1 + 4 files changed, 3 insertions(+), 2 deletions(-) rename meta-emenlow/recipes/linux/{linux-yocto_git.bbappend => linux-yocto-stable_git.bbappend} (100%)