From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id AAF5FE006AF for ; Fri, 18 Nov 2011 08:55:46 -0800 (PST) Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by fmsmga102.fm.intel.com with ESMTP; 18 Nov 2011 08:55:46 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="4.69,533,1315206000"; d="scan'208";a="86888837" Received: from unknown (HELO localhost) ([10.255.15.232]) by fmsmga001.fm.intel.com with ESMTP; 18 Nov 2011 08:55:45 -0800 From: tom.zanussi@intel.com To: yocto@yoctoproject.org, dvhart@linux.intel.com, kishore.k.bodke@intel.com Date: Fri, 18 Nov 2011 10:59:16 -0600 Message-Id: X-Mailer: git-send-email 1.7.0.4 Subject: [PATCH 00/11] meta-intel: machine config cleanup X-BeenThere: yocto@yoctoproject.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: Discussion of all things Yocto List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 18 Nov 2011 16:55:46 -0000 From: Tom Zanussi This patchset cleans up the BSPs in meta-intel by having them uses the new ia32-base.inc file containing common BSP settings. The following BSPs were build- and boot-tested: sugarbay, crownbay, crownbay-noemgd, emenlow, and n450. These represent all the main variations and all were verified to work the same before as after. This includes the n450, which wasn't able to start X either before or after. The other BSPs are the same or similar to those tested, so shouldn't see any changes either, but will have to be tested later. The following changes since commit 2a41ae377613b1f14829179f437aa76bbb1bc39e: Tom Zanussi (1): meta-intel: update kernel SRCREVs are available in the git repository at: git://git.yoctoproject.org/meta-intel.git tzanussi/conf-cleanup-v0 http://git.yoctoproject.org/cgit/cgit.cgi/meta-intel/log/?h=tzanussi/conf-cleanup-v0 Tom Zanussi (11): meta-intel: remove virtual/xserver-xf86 references Have sugarbay.conf use the common ia32-base .inc file and remove the open-coded machine settings. Have fishriver.conf use the common ia32-base .inc file and remove the open-coded machine settings. Have crownbay.conf use the common ia32-base .inc file and remove the open-coded machine settings. Have crownbay-noemgd.conf use the common ia32-base .inc file and remove the open-coded machine settings. Have fri2.conf use the common ia32-base .inc file and remove the open-coded machine settings. Have fri2-noemgd.conf use the common ia32-base .inc file and remove the open-coded machine settings. Have jasperforest.conf use the common ia32-base .inc file and remove the open-coded machine settings. Have n450.conf use the common ia32-base .inc file and remove the open-coded machine settings. Have romley.conf use the common ia32-base .inc file and remove the open-coded machine settings. Have emenlow.conf use the common ia32-base .inc file and remove the open-coded machine settings. meta-crownbay/conf/machine/crownbay-noemgd.conf | 43 +++------------------- meta-crownbay/conf/machine/crownbay.conf | 43 +++------------------- meta-emenlow/conf/machine/emenlow.conf | 22 +----------- meta-fishriver/conf/machine/fishriver.conf | 42 +++------------------- meta-fri2/conf/machine/fri2-noemgd.conf | 43 +++------------------- meta-fri2/conf/machine/fri2.conf | 43 ++++------------------ meta-jasperforest/conf/machine/jasperforest.conf | 42 +++------------------- meta-n450/conf/machine/n450.conf | 40 +++----------------- meta-romley/conf/machine/romley.conf | 40 ++------------------ meta-sugarbay/conf/machine/sugarbay.conf | 43 +++------------------- 10 files changed, 50 insertions(+), 351 deletions(-)