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 yocto-www.yoctoproject.org (Postfix) with ESMTP id C86C2E00594 for ; Wed, 1 Feb 2012 18:23:09 -0800 (PST) Received: from ALA-HCA.corp.ad.wrs.com (ala-hca [147.11.189.40]) by mail.windriver.com (8.14.3/8.14.3) with ESMTP id q122N62C007011 (version=TLSv1/SSLv3 cipher=AES128-SHA bits=128 verify=FAIL); Wed, 1 Feb 2012 18:23:07 -0800 (PST) Received: from bruce-ashfields-macbook.local (128.224.20.37) by ALA-HCA.corp.ad.wrs.com (147.11.189.50) with Microsoft SMTP Server id 14.1.255.0; Wed, 1 Feb 2012 18:23:06 -0800 Message-ID: <4F29F389.9010705@windriver.com> Date: Wed, 1 Feb 2012 21:23:05 -0500 From: Bruce Ashfield User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.7; rv:9.0) Gecko/20111222 Thunderbird/9.0.1 MIME-Version: 1.0 To: Darren Hart References: In-Reply-To: Cc: Yocto Project Subject: Re: [PATCH 0/2][linux-yocto-3.0] sys940x BSP and boot-live consolidation 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: Thu, 02 Feb 2012 02:23:09 -0000 Content-Type: text/plain; charset="ISO-8859-1"; format=flowed Content-Transfer-Encoding: 7bit On 12-02-01 1:45 PM, Darren Hart wrote: > The following changes since commit 59314a3523e360796419d76d78c6f7d8c5ef2593: > > meta/beagleboard: Using CONFIG_PANEL_GENERIC_DPI=y (2012-01-30 00:50:09 -0500) > > are available in the git repository at: > git://git.infradead.org/users/dvhart/linux-yocto-3.0.git meta-sys940x > http://git.infradead.org/users/dvhart/linux-yocto-3.0.git/shortlog/refs/heads/meta-sys940x Merged and pushed. Two questions: - I also did a commit to the linux-yocto files, do you need them sent out immediately, or is working with AUTOREV enough for now ? There are some other updates I'll batch this with, if we can wait. - Is there any reason (outside of not being tested there, and potentially missing items like emgd), that this shouldn't go to the 3.2 tree as well ? Cheers, Bruce > > Darren Hart (2): > meta: sys940x BSP meta data > Remove boot-live cfg duplication from BSPs > > .../cfg/kernel-cache/bsp/cedartrail/cedartrail.cfg | 10 ---- > meta/cfg/kernel-cache/bsp/crownbay/crownbay.cfg | 10 ---- > meta/cfg/kernel-cache/bsp/emenlow/emenlow.cfg | 10 ---- > meta/cfg/kernel-cache/bsp/fishriver/fishriver.cfg | 10 ---- > meta/cfg/kernel-cache/bsp/fri2/fri2.cfg | 10 ---- > .../bsp/sys940x/sys940x-preempt-rt.scc | 7 +++ > .../kernel-cache/bsp/sys940x/sys940x-standard.scc | 6 +++ > meta/cfg/kernel-cache/bsp/sys940x/sys940x.cfg | 44 ++++++++++++++++++++ > meta/cfg/kernel-cache/bsp/sys940x/sys940x.scc | 17 ++++++++ > meta/cfg/kernel-cache/cfg/boot-live.cfg | 3 + > 10 files changed, 77 insertions(+), 50 deletions(-) > create mode 100644 meta/cfg/kernel-cache/bsp/sys940x/sys940x-preempt-rt.scc > create mode 100644 meta/cfg/kernel-cache/bsp/sys940x/sys940x-standard.scc > create mode 100644 meta/cfg/kernel-cache/bsp/sys940x/sys940x.cfg > create mode 100644 meta/cfg/kernel-cache/bsp/sys940x/sys940x.scc >