[meta-ti] [for master 2/6] dspdce-fw: Updated dspdce firmware for latest IPC version
Cooper Jr., Franklin
fcooper at ti.com
Tue Sep 23 11:01:37 PDT 2014
> -----Original Message-----
> From: meta-ti-bounces at yoctoproject.org [mailto:meta-ti-
> bounces at yoctoproject.org] On Behalf Of Dmytriyenko, Denys
> Sent: Tuesday, September 23, 2014 11:16 AM
> To: R, Karthik
> Cc: meta-ti at yoctoproject.org
> Subject: Re: [meta-ti] [for master 2/6] dspdce-fw: Updated dspdce firmware
> for latest IPC version
>
> On Tue, Sep 23, 2014 at 09:30:32PM +0530, Karthik Ramanan wrote:
> > Signed-off-by: Karthik Ramanan <a0393906 at ti.com>
> > ---
> > recipes-bsp/dspdce-fw/dspdce-fw_1.00.00.04.bb | 26
> +++++++++++++++++++++++++
> > 1 file changed, 26 insertions(+)
> > create mode 100644 recipes-bsp/dspdce-fw/dspdce-fw_1.00.00.04.bb
> >
> > diff --git a/recipes-bsp/dspdce-fw/dspdce-fw_1.00.00.04.bb b/recipes-
> bsp/dspdce-fw/dspdce-fw_1.00.00.04.bb
> > new file mode 100644
> > index 0000000..20cd7c8
> > --- /dev/null
> > +++ b/recipes-bsp/dspdce-fw/dspdce-fw_1.00.00.04.bb
> > @@ -0,0 +1,26 @@
> > +DESCRIPTION = "Firmware for DSP "
>
> ^^^ Do you want to clarify what kind of firmware for DSP this is?
>
> Otherwise looks fine.
>
>
> > +LICENSE = "TI-TSPA"
> > +LIC_FILES_CHKSUM = "file://DSPDCE-${PV}-
> Manifest.doc;md5=b8feda5a3ed8197d05993c0d0ff5590e"
> > +
> > +COMPATIBLE_MACHINE = "dra7xx-evm"
> > +PACKAGE_ARCH = "${MACHINE_ARCH}"
> > +
> > +SRC_URI = "
> http://downloads.ti.com/dsps/dsps_public_sw/glsdk/dspdce/1_00_00_04/ex
> ports/dspdce-${MACHINE}-1.00.00.04.tar.gz;protocol=ftp"
> > +
> > +S = "${WORKDIR}/dspdce-${MACHINE}-${PV}"
> > +
> > +SRC_URI[md5sum] = "72722b12e90c26a85f7f1b56d749cad0"
> > +SRC_URI[sha256sum] =
> "64057db41dbee5a992db88129a9154f27c67cfbba8efdc0f09b7de38df4d58e
> b"
> > +
> > +TARGET = "dra7-dsp1-fw.xe66"
> > +
> > +do_install() {
> > + mkdir -p ${D}${base_libdir}/firmware
> > + cp ${S}/firmware/${TARGET} ${D}${base_libdir}/firmware/${TARGET}
> > +}
> > +
> > +FILES_${PN} += "${base_libdir}/firmware/${TARGET}"
> > +
> > +INSANE_SKIP_${PN} = "arch"
> > +
> > +PR = "r2"
[Franklin] Can you also move this PR up? Usually it goes somewhere below the Description and above the SRC_URI. Also setting it to r0 would be good since this is the first time this recipe has existed.
> > --
> > 1.7.9.5
> >
> > --
> > _______________________________________________
> > meta-ti mailing list
> > meta-ti at yoctoproject.org
> > https://lists.yoctoproject.org/listinfo/meta-ti
> --
> _______________________________________________
> meta-ti mailing list
> meta-ti at yoctoproject.org
> https://lists.yoctoproject.org/listinfo/meta-ti
More information about the meta-ti
mailing list