From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id 4B5C9E01248 for ; Mon, 29 Oct 2012 10:41:04 -0700 (PDT) Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by fmsmga101.fm.intel.com with ESMTP; 29 Oct 2012 10:41:03 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="4.80,673,1344236400"; d="scan'208";a="241571133" Received: from kishore-desktop.sc.intel.com (HELO localhost) ([143.183.188.87]) by fmsmga002.fm.intel.com with ESMTP; 29 Oct 2012 10:41:03 -0700 From: kishore.k.bodke@intel.com To: tom.zanussi@intel.com, nitin.a.kamble@intel.com, yocto@yoctoproject.org Date: Mon, 29 Oct 2012 10:42:26 -0700 Message-Id: X-Mailer: git-send-email 1.7.9.5 Subject: [PATCH 0/2][meta-intel] Change machine names 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: Mon, 29 Oct 2012 17:41:04 -0000 From: Kishore Bodke Hi, These patch sets are for changing the machine names for the Crystal Forest which will be used to publish on the Yocto Project Website and adding the WEBTITLE for the Romley BSP. Please pull them into meta-intel/master. Thanks Kishore. The following changes since commit 0ebdf34f9a0f023f62305bddcbc8427d36f740b4: fri2: Add tiny-init bbappend for devtmpfs and console (2012-10-26 20:24:53 -0700) are available in the git repository at: git://git.pokylinux.org/meta-intel-contrib Kishore/change_machine http://git.pokylinux.org/cgit.cgi/meta-intel-contrib/log/?h=Kishore/change_machine Kishore Bodke (2): crystalforest: Change the machine names romley: add WEBTITLE & Compliance information meta-crystalforest/README | 26 +++++++++----------- ...rest-stargo.conf => crystalforest-gladden.conf} | 4 +-- ...rest-shumway.conf => crystalforest-server.conf} | 4 +-- .../machconfig | 0 .../machconfig | 0 .../xorg.conf | 0 .../xorg.conf | 0 .../linux/linux-yocto-rt_3.4.bbappend | 21 ++++++++-------- .../recipes-kernel/linux/linux-yocto_3.4.bbappend | 20 +++++++-------- meta-romley/README | 11 +++++++-- meta-romley/conf/machine/romley.conf | 5 +++- 11 files changed, 49 insertions(+), 42 deletions(-) rename meta-crystalforest/conf/machine/{crystalforest-stargo.conf => crystalforest-gladden.conf} (87%) rename meta-crystalforest/conf/machine/{crystalforest-shumway.conf => crystalforest-server.conf} (94%) rename meta-crystalforest/recipes-bsp/formfactor/formfactor/{crystalforest-shumway => crystalforest-gladden}/machconfig (100%) rename meta-crystalforest/recipes-bsp/formfactor/formfactor/{crystalforest-stargo => crystalforest-server}/machconfig (100%) rename meta-crystalforest/recipes-graphics/xorg-xserver/xserver-xf86-config/{crystalforest-shumway => crystalforest-gladden}/xorg.conf (100%) rename meta-crystalforest/recipes-graphics/xorg-xserver/xserver-xf86-config/{crystalforest-stargo => crystalforest-server}/xorg.conf (100%) -- 1.7.9.5