Similar comment that I made to "[PATCH 01/11] ti-connectivity/ti-compat-wireless-wl18xx: Add Wilink8 r8.a7.02"
> -----Original Message----- > From: [email protected] [mailto:meta-arago- > [email protected]] On Behalf Of Monk, Roger > Sent: Wednesday, October 09, 2013 7:58 PM > To: [email protected] > Subject: [meta-arago] [PATCH 08/11] ti-connectivity/wlconf: Add Wilink8 > r8.a7.02 > > * Add v r8.a7.02 engineering release configuration utility for wilink8 > * This release supports the omap-a15 devices (omap5-evm/dra7-evm) with ES > 2.1 WL8 > * OMAP5432 UEVMs with the following SKU contain ES2.1 Wilink8 TDK 18xx > module > * OMAP5432x-xx-x1-xx > > Signed-off-by: Roger Monk <[email protected]> > --- > .../recipes-connectivity/wlconf/wlconf_r8.a7.02.bb | 39 > ++++++++++++++++++++ > 1 file changed, 39 insertions(+) > create mode 100644 meta-arago-extras/recipes- > connectivity/wlconf/wlconf_r8.a7.02.bb > > diff --git a/meta-arago-extras/recipes-connectivity/wlconf/wlconf_r8.a7.02.bb > b/meta-arago-extras/recipes-connectivity/wlconf/wlconf_r8.a7.02.bb > new file mode 100644 > index 0000000..214d05b > --- /dev/null > +++ b/meta-arago-extras/recipes-connectivity/wlconf/wlconf_r8.a7.02.bb > @@ -0,0 +1,39 @@ > +DESCRIPTION = "Configuration utility for TI wireless drivers" > +LICENSE = "GPLv2" > +LIC_FILES_CHKSUM = > "file://README;beginline=1;endline=21;md5=adc05a1903d3f107f85c90328e3 > a9438" > + > +COMPATIBLE_MACHINE = "(omap-a15)" > + > +PR ="r1" > +PR_append = "+gitr${SRCPV}" > + > +# Tag: ol_r8.a7.02 > +SRCREV = "badbb7ecb70971857e4863c792a40e91f4f0a985" > +SRC_URI = "git://github.com/TI-OpenLink/18xx-ti-utils.git" > + > +S = "${WORKDIR}/git/wlconf" > + > +EXTRA_OEMAKE = "CC=${TARGET_PREFIX}gcc" > + > +do_install() { > + install -d ${D}${bindir} > + install -d ${D}${bindir}/wlconf/ > + install -d ${D}${bindir}/wlconf/official_inis > + > + install -m 0755 wlconf ${D}${bindir}/wlconf/ > + install -m 0755 dictionary.txt ${D}${bindir}/wlconf/ > + install -m 0755 struct.bin ${D}${bindir}/wlconf/ > + install -m 0755 wl18xx-conf-default.bin ${D}${bindir}/wlconf/ > + install -m 0755 README ${D}${bindir}/wlconf/ > + install -m 0755 example.conf ${D}${bindir}/wlconf/ > + install -m 0755 example.ini ${D}${bindir}/wlconf/ > + install -m 0755 ${S}/official_inis/* \ > + ${D}${bindir}/wlconf/official_inis/ > +} > + > +FILES_${PN} += " \ > + ${bindir}/wlconf \ > + ${bindir}/wlconf/official_inis \ > +" > + > +FILES_${PN}-dbg += "${bindir}/wlconf/.debug" > -- > 1.7.9.5 > > _______________________________________________ > 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
