[yocto] [PATCH] fri2: Add linux-yocto-tiny bbappend

Richard Purdie richard.purdie at linuxfoundation.org
Wed Dec 21 09:35:19 PST 2011


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 <dvhart at linux.intel.com>
> >> ---
> >>  .../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




More information about the yocto mailing list