[oe] [PATCH 3/3 v2] linux-xilinx: new kernel recipe

Adrian Alonso aalonso00 at gmail.com
Wed Jul 14 15:05:16 UTC 2010


I don't have commit rights so I need some one to commit for me.

Thanks.

On Wed, Jul 14, 2010 at 2:11 AM, Frans Meulenbroeks <
fransmeulenbroeks at gmail.com> wrote:

> 2010/7/14 Adrian Alonso <aalonso00 at gmail.com>
>
> > * Kernel recipe for generic xilinx platforms
> > * Inherits xilinx-bsp.bbclass to pass device
> >  tree for the final arch
> >
> > Signed-off-by: Adrian Alonso <aalonso00 at gmail.com>
> > ---
> >  recipes/linux/linux-xilinx_git.bb |   35
> > +++++++++++++++++++++++++++++++++++
> >  1 files changed, 35 insertions(+), 0 deletions(-)
> >  create mode 100644 recipes/linux/linux-xilinx_git.bb
> >
> > diff --git a/recipes/linux/linux-xilinx_git.bb b/recipes/linux/
> > linux-xilinx_git.bb
> > new file mode 100644
> > index 0000000..2a17c85
> > --- /dev/null
> > +++ b/recipes/linux/linux-xilinx_git.bb
> > @@ -0,0 +1,35 @@
> > +require linux.inc
> > +
> > +DESCRIPTION = "Linux kernel for Xilinx platforms"
> > +
> > +COMPATIBLE_MACHINE = "xilinx-virtex4|xilinx-virtex5|xilinx-mb-gen"
> > +DEFAULT_PREFERENCE = "-1"
> > +DEFAULT_PREFERENCE_xilinx-virtex4 = "1"
> > +DEFAULT_PREFERENCE_xilinx-virtex5 = "1"
> > +DEFAULT_PREFERENCE_xilinx-mb-gen = "1"
> > +
> > +PV = "2.6.33+git"
> > +PR = "r0"
> > +
> > +SRCREV = "17431547113100a3ae0a622b9f76ad17fb76eb56"
> > +SRC_URI = "git://git.xilinx.com/linux-2.6-xlnx.git;protocol=git \
> > +           file://xilinxfb.c-update-tft-comp.patch \
> > +                  file://defconfig"
> > +
> > +PV_xilinx-mb-gen = "2.6.34+git"
> > +SRCREV_xilinx-mb-gen = "382e23534109197daddbcbcdf5aae75c674638e7"
> > +SRC_URI_xilinx-mb-gen = "git://
> > developer.petalogix.com/linux-2.6-microblaze.git;protocol=git \
> > +                       file://defconfig"
> > +
> > +inherit kernel xilinx-bsp
> > +
> > +TARGET_BOARD = "${@map_target(bb.data.getVar('TARGET_ARCH', d, 1), d)}"
> > +KERNEL_DEVICETREE_xilinx-virtex4 =
> > "arch/${ARCH}/boot/dts/virtex${TARGET_BOARD}.dts"
> > +KERNEL_DEVICETREE_xilinx-virtex5 =
> > "arch/${ARCH}/boot/dts/virtex${TARGET_BOARD}.dts"
> > +KERNEL_DEVICETREE_xilinx-mb-gen =
> > "arch/${ARCH}/platform/generic/${TARGET_BOARD}.dts"
> > +
> > +S = "${WORKDIR}/git"
> > +
> > +do_configure_prepend() {
> > +    install -m 0644 ${WORKDIR}/defconfig ${S}/.config
> > +}
> > --
> > 1.7.1.1
> >
> > Acked-by: Frans Meulenbroeks <fransmeulenbroeks at gmail.com>
>
> BTW: do you have commit rights? Or does someone need to commit for you?
>
> Frans
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel at lists.openembedded.org
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
>



-- 
Saludos
Adrian Alonso
http://aalonso.wordpress.com



More information about the Openembedded-devel mailing list