From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from tim.rpsys.net (93-97-173-237.zone5.bethere.co.uk [93.97.173.237]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id 05277E005A3 for ; Wed, 21 Dec 2011 09:35:31 -0800 (PST) Received: from localhost (localhost [127.0.0.1]) by tim.rpsys.net (8.13.6/8.13.8) with ESMTP id pBLHZQj9012062; Wed, 21 Dec 2011 17:35:26 GMT Received: from tim.rpsys.net ([127.0.0.1]) by localhost (tim.rpsys.net [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 11633-07; Wed, 21 Dec 2011 17:35:22 +0000 (GMT) Received: from [192.168.3.10] ([192.168.3.10]) (authenticated bits=0) by tim.rpsys.net (8.13.6/8.13.8) with ESMTP id pBLHZHcP012056 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Wed, 21 Dec 2011 17:35:18 GMT Message-ID: <1324488919.19860.9.camel@ted> From: Richard Purdie To: Darren Hart Date: Wed, 21 Dec 2011 17:35:19 +0000 In-Reply-To: <4EF211C5.9040200@linux.intel.com> References: <1324458570-20804-1-git-send-email-dvhart@linux.intel.com> <3df5dff75aa30bfc19324795dc8496b8dbb0291a.1324458376.git.dvhart@linux.intel.com> <1324486785.18348.10.camel@ted> <4EF211C5.9040200@linux.intel.com> X-Mailer: Evolution 3.2.1- Mime-Version: 1.0 X-Virus-Scanned: amavisd-new at rpsys.net Cc: Yocto Project Subject: Re: [PATCH] fri2: Add linux-yocto-tiny bbappend 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: Wed, 21 Dec 2011 17:35:37 -0000 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit On Wed, 2011-12-21 at 09:05 -0800, Darren Hart wrote: > > On 12/21/2011 08:59 AM, Richard Purdie wrote: > > On Wed, 2011-12-21 at 01:09 -0800, Darren Hart wrote: > >> Provide a bbappend for linux-yocto-tiny with support EFI, SATA, and the EG20T. > >> This includes EFI framebuffer and USB HID support which normally would be > >> omitted from a tiny kernel, but it is our only functional console as the serial > >> port is still non-functional. > >> > >> Signed-off-by: Darren Hart > >> --- > >> .../linux/linux-yocto-tiny/defconfig | 613 ++++++++++++++++++++ > >> .../linux/linux-yocto-tiny/eg20t.cfg | 40 ++ > >> .../linux/linux-yocto-tiny/inforce.cfg | 21 + > >> .../recipes-kernel/linux/linux-yocto-tiny/sata.cfg | 7 + > >> .../linux/linux-yocto-tiny/usbhid.cfg | 9 + > >> .../linux/linux-yocto-tiny_3.0.bbappend | 13 + > >> 6 files changed, 703 insertions(+), 0 deletions(-) > >> create mode 100644 meta-fri2/recipes-kernel/linux/linux-yocto-tiny/defconfig > >> create mode 100644 meta-fri2/recipes-kernel/linux/linux-yocto-tiny/eg20t.cfg > >> create mode 100644 meta-fri2/recipes-kernel/linux/linux-yocto-tiny/inforce.cfg > >> create mode 100644 meta-fri2/recipes-kernel/linux/linux-yocto-tiny/sata.cfg > >> create mode 100644 meta-fri2/recipes-kernel/linux/linux-yocto-tiny/usbhid.cfg > >> create mode 100644 meta-fri2/recipes-kernel/linux/linux-yocto-tiny_3.0.bbappend > > > > I'd just note that if merged, this would make meta-fri2 depend on > > meta-tiny since we'd throw parsing errors if the .bbappend is present > > without the file its appending to. > > > > We might want to consider this as an example in the tiny layer itself > > for that reason. > > Hrm, good point. My goal was to eliminate meta-tiny altogether. I have > never built meta-intel without meta-yocto. Do we feel that dependency a > problem? I suggesting meta-dri2/meta-intel depending on meta-tiny is a problem. Where does meta-yocto come into this? Cheers, Richard