| Submitter | Siddharth Heroor |
|---|---|
| Date | April 9, 2011, 3:27 a.m. |
| Message ID | <1302319620-18223-5-git-send-email-heroor@gmail.com> |
| Download | mbox | patch |
| Permalink | /patch/2101/ |
| State | Under Review, archived |
| Delegated to: | Denys Dmytriyenko |
| Headers | show |
Comments
This recipe includes a SRC URI that is not accessible for the public, why is that? On Fri, Apr 8, 2011 at 10:27 PM, Siddharth Heroor <heroor@gmail.com> wrote: > From: Siddharth Heroor <heroor@ti.com> > > > Signed-off-by: Siddharth Heroor <heroor@ti.com> > --- > ...ti-syslink-libs_02.00.00.67+02.00.00.68beta1.bb | 24 ++++++++++++++++++++ > 1 files changed, 24 insertions(+), 0 deletions(-) > create mode 100644 recipes/ti/ti-syslink-libs_02.00.00.67+02.00.00.68beta1.bb > > diff --git a/recipes/ti/ti-syslink-libs_02.00.00.67+02.00.00.68beta1.bb b/recipes/ti/ti-syslink-libs_02.00.00.67+02.00.00.68beta1.bb > new file mode 100644 > index 0000000..4a88f28 > --- /dev/null > +++ b/recipes/ti/ti-syslink-libs_02.00.00.67+02.00.00.68beta1.bb > @@ -0,0 +1,24 @@ > +require ti-syslink-libs.inc > + > +PV = "02_00_00_68" > +PVExtra = "_beta1" > + > +S = "${WORKDIR}/syslink_${PV}${PVExtra}" > +SYSLINK_ROOT = "${WORKDIR}/syslink_${PV}${PVExtra}" > + > +SRC_URI = "http://software-dl.ti.com/dsps/dsps_public_sw/SysLink/${PV}${PVExtra}/exports/syslink_${PV}${PVExtra}.tar.gz;name=syslinktarball" > +SRC_URI[syslinktarball.md5sum] = "468034372124f70f82b60cfb5f11c8e8" > +SRC_URI[syslinktarball.sha256sum] = "ed574dcb3a5477cfbc69a1c9e768d5197291cb057d19fd791e16e1c89af3e8e1" > + > +do_configure() { > + # Update config.bld > + sed -i \ > + -e s:^C674_ELF.rootDir.*:C674_ELF.rootDir\ =\ \"${CODEGEN_INSTALL_DIR}\":g \ > + -e s:C64P_COFF,://C64P_COFF:g \ > + -e s:C64P_ELF,://C64P_ELF:g \ > + -e s:C674_COFF,://C674P_COFF:g \ > + -e s:M3_ELF,://M3_ELF:g \ > + -e s:A8_ELF$://A8_ELF:g \ > + ${S}/config.bld > +} > + > -- > 1.7.0.4 > > > _______________________________________________ > Openembedded-devel mailing list > Openembedded-devel@lists.openembedded.org > http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel >
On Sat, Apr 16, 2011 at 04:34:18PM -0500, Xianghua Xiao wrote: > This recipe includes a SRC URI that is not accessible for the public, > why is that? Actually, it is publicly downloadable. How did you try it and what was the error message?
Patch
diff --git a/recipes/ti/ti-syslink-libs_02.00.00.67+02.00.00.68beta1.bb b/recipes/ti/ti-syslink-libs_02.00.00.67+02.00.00.68beta1.bb new file mode 100644 index 0000000..4a88f28 --- /dev/null +++ b/recipes/ti/ti-syslink-libs_02.00.00.67+02.00.00.68beta1.bb @@ -0,0 +1,24 @@ +require ti-syslink-libs.inc + +PV = "02_00_00_68" +PVExtra = "_beta1" + +S = "${WORKDIR}/syslink_${PV}${PVExtra}" +SYSLINK_ROOT = "${WORKDIR}/syslink_${PV}${PVExtra}" + +SRC_URI = "http://software-dl.ti.com/dsps/dsps_public_sw/SysLink/${PV}${PVExtra}/exports/syslink_${PV}${PVExtra}.tar.gz;name=syslinktarball" +SRC_URI[syslinktarball.md5sum] = "468034372124f70f82b60cfb5f11c8e8" +SRC_URI[syslinktarball.sha256sum] = "ed574dcb3a5477cfbc69a1c9e768d5197291cb057d19fd791e16e1c89af3e8e1" + +do_configure() { + # Update config.bld + sed -i \ + -e s:^C674_ELF.rootDir.*:C674_ELF.rootDir\ =\ \"${CODEGEN_INSTALL_DIR}\":g \ + -e s:C64P_COFF,://C64P_COFF:g \ + -e s:C64P_ELF,://C64P_ELF:g \ + -e s:C674_COFF,://C674P_COFF:g \ + -e s:M3_ELF,://M3_ELF:g \ + -e s:A8_ELF$://A8_ELF:g \ + ${S}/config.bld +} +