Yes. I'll send update patches today. Probably less than 17 patches if I squash some of the patches Chase mentioned.
> -----Original Message----- > From: Dmytriyenko, Denys > Sent: Monday, March 25, 2013 1:46 PM > To: Cooper Jr., Franklin > Cc: [email protected] > Subject: Re: [meta-arago] [PATCH 01/17] wl12xx-firmware: Pull back in old > r5.00.18 recipe. > > So, due to all the comments from Chase, should I expect a v2 for all the 17 > patches? > > Moreover, if I remember correctly, these 17 patches are required to go in > before the 9 patches from Eyal, correct? > > -- > Denys > > > On Tue, Mar 19, 2013 at 09:05:22PM -0500, Franklin S. Cooper Jr wrote: > > * Current am180x-evm ships with a PG 2 wilink 6 module that isn't > supported in > > newer wilink 6 releases. > > * A newer PG 3 wilink 6 module is available for am180x-evm but needs to > be > > purchased separately.. > > * Bring old r5.00.18 wl12x-firmware recipe with updated recipe name to > add > > support for am180x-evm default wilink 6 module. > > > > Signed-off-by: Franklin S. Cooper Jr <[email protected]> > > --- > > .../wl12xx-firmware/wl12xx-firmware_r5.00.18.bb | 28 > ++++++++++++++++++++ > > 1 files changed, 28 insertions(+), 0 deletions(-) > > create mode 100644 meta-arago-extras/recipes-bsp/wl12xx- > firmware/wl12xx-firmware_r5.00.18.bb > > > > diff --git a/meta-arago-extras/recipes-bsp/wl12xx-firmware/wl12xx- > firmware_r5.00.18.bb b/meta-arago-extras/recipes-bsp/wl12xx- > firmware/wl12xx-firmware_r5.00.18.bb > > new file mode 100644 > > index 0000000..12df963 > > --- /dev/null > > +++ b/meta-arago-extras/recipes-bsp/wl12xx-firmware/wl12xx- > firmware_r5.00.18.bb > > @@ -0,0 +1,28 @@ > > +DESCRIPTION = "Firmware files for use with TI wl12xx" > > +LICENSE = "TI-TSPA" > > +LIC_FILES_CHKSUM = > "file://LICENCE;md5=ba590e1d103f891d0151609046aef9e8" > > + > > +PACKAGE_ARCH = "all" > > + > > +PR = "r0+gitr${SRCREV}" > > + > > +# This recipe provides the latest firmware files for wl12xx. > > +# Therefore, use the contents of this recipe instead of the contents > > +# of linux-firmware-wl12xx. > > +RCONFLICTS_${PN} = "linux-firmware-wl12xx" > > +RPROVIDES_${PN} = "linux-firmware-wl12xx" > > + > > +SRCREV = "38e0dd7999b9087e00d1a59306a7c22fd23246cf" > > +SRC_URI = "git://github.com/TI-ECS/ti-utils.git;protocol=git" > > + > > +S = "${WORKDIR}/git/hw/firmware" > > + > > +do_compile() { > > + : > > +} > > + > > +do_install() { > > + oe_runmake 'DEST_DIR=${D}' install > > +} > > + > > +FILES_${PN} = "/lib/firmware/ti-connectivity/*" > > -- > > 1.7.0.4 > > > > _______________________________________________ > > meta-arago mailing list > > [email protected] > > http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago > > _______________________________________________ meta-arago mailing list [email protected] http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago
