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

Richard Purdie richard.purdie at linuxfoundation.org
Wed Dec 21 08:59:45 PST 2011


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.

Cheers,

Richard




More information about the yocto mailing list