* [meta-oe][PATCH 1/3] uhd-firmware : Update to version 3.5.0.
@ 2013-01-11 20:40 Philip Balister
2013-01-11 20:41 ` [meta-oe][PATCH 2/3] uhd " Philip Balister
` (2 more replies)
0 siblings, 3 replies; 9+ messages in thread
From: Philip Balister @ 2013-01-11 20:40 UTC (permalink / raw)
To: openembedded-devel
Signed-off-by: Philip Balister <philip@balister.org>
---
.../uhd/uhd-firmware_003.004.000.bb | 27 ----------------------
.../uhd/uhd-firmware_003.005.000.bb | 27 ++++++++++++++++++++++
2 files changed, 27 insertions(+), 27 deletions(-)
delete mode 100644 meta-oe/recipes-connectivity/uhd/uhd-firmware_003.004.000.bb
create mode 100644 meta-oe/recipes-connectivity/uhd/uhd-firmware_003.005.000.bb
diff --git a/meta-oe/recipes-connectivity/uhd/uhd-firmware_003.004.000.bb b/meta-oe/recipes-connectivity/uhd/uhd-firmware_003.004.000.bb
deleted file mode 100644
index b445307..0000000
--- a/meta-oe/recipes-connectivity/uhd/uhd-firmware_003.004.000.bb
+++ /dev/null
@@ -1,27 +0,0 @@
-DESCRIPTION = "Universal Hardware Driver Firmware"
-HOMEPAGE = "http://www.ettus.com"
-
-PE = "1"
-
-LICENSE = "GPLv3"
-LIC_FILES_CHKSUM = "file://share/uhd/images/usrp_e100_fpga_v2.bin;md5=d8a4f8958d3b56a11bbb1bb134826b28"
-
-inherit allarch
-
-SRC_URI = "http://files.ettus.com/binaries/uhd_stable/releases/uhd_${PV}-release/uhd-images_${PV}-release.tar.gz"
-SRC_URI[md5sum] = "4269fac82df1fe593ba76206773ce551"
-SRC_URI[sha256sum] = "4b80ebf90079a823212d3b77e5311ef1b467497a4a3585c2cfb4fe65bff71acf"
-
-S = "${WORKDIR}/uhd-images_${PV}-release"
-
-do_install() {
- install -d ${D}${datadir}/uhd/images
- install -d ${D}${datadir}/uhd/images/bit
- install -m 0644 ${S}/share/uhd/images/bit/* ${D}${datadir}/uhd/images/bit
- rm -rf ${S}/share/uhd/images/bit
- install -m 0644 ${S}/share/uhd/images/* ${D}${datadir}/uhd/images
-}
-
-PACKAGES = "${PN}"
-FILES_${PN} = "${datadir}/uhd/images"
-
diff --git a/meta-oe/recipes-connectivity/uhd/uhd-firmware_003.005.000.bb b/meta-oe/recipes-connectivity/uhd/uhd-firmware_003.005.000.bb
new file mode 100644
index 0000000..ee771fb
--- /dev/null
+++ b/meta-oe/recipes-connectivity/uhd/uhd-firmware_003.005.000.bb
@@ -0,0 +1,27 @@
+DESCRIPTION = "Universal Hardware Driver Firmware"
+HOMEPAGE = "http://www.ettus.com"
+
+PE = "1"
+
+LICENSE = "GPLv3"
+LIC_FILES_CHKSUM = "file://share/uhd/images/usrp_e100_fpga_v2.bin;md5=8df143216c46b7c49804f95056c7057a"
+
+inherit allarch
+
+SRC_URI = "http://files.ettus.com/binaries/uhd_stable/releases/uhd_${PV}-release/uhd-images_${PV}-release.tar.gz"
+SRC_URI[md5sum] = "dd2373263740d2d48fb39e57846bcd2a"
+SRC_URI[sha256sum] = "352fbf69fbfff03a02b5d9b3c398771db40e4c5b77f99f0fdbff67c547cc0d18"
+
+S = "${WORKDIR}/uhd-images_${PV}-release"
+
+do_install() {
+ install -d ${D}${datadir}/uhd/images
+ install -d ${D}${datadir}/uhd/images/bit
+ install -m 0644 ${S}/share/uhd/images/bit/* ${D}${datadir}/uhd/images/bit
+ rm -rf ${S}/share/uhd/images/bit
+ install -m 0644 ${S}/share/uhd/images/* ${D}${datadir}/uhd/images
+}
+
+PACKAGES = "${PN}"
+FILES_${PN} = "${datadir}/uhd/images"
+
--
1.7.11.7
^ permalink raw reply related [flat|nested] 9+ messages in thread* [meta-oe][PATCH 2/3] uhd : Update to version 3.5.0. 2013-01-11 20:40 [meta-oe][PATCH 1/3] uhd-firmware : Update to version 3.5.0 Philip Balister @ 2013-01-11 20:41 ` Philip Balister 2013-01-11 20:41 ` [meta-oe][PATCH 3/3] gnuradio : Update to version 3.6.3 Philip Balister 2013-01-11 20:49 ` [meta-oe][PATCH 1/3] uhd-firmware : Update to version 3.5.0 Andrei Gherzan 2 siblings, 0 replies; 9+ messages in thread From: Philip Balister @ 2013-01-11 20:41 UTC (permalink / raw) To: openembedded-devel This version drops the usrp E100 utilities. Also, the recipe depends on python-cheetah-native now. Signed-off-by: Philip Balister <philip@balister.org> --- meta-oe/recipes-connectivity/uhd/uhd.inc | 7 +++---- meta-oe/recipes-connectivity/uhd/uhd_git.bb | 6 +++--- 2 files changed, 6 insertions(+), 7 deletions(-) diff --git a/meta-oe/recipes-connectivity/uhd/uhd.inc b/meta-oe/recipes-connectivity/uhd/uhd.inc index c237a96..d3cc4c8 100644 --- a/meta-oe/recipes-connectivity/uhd/uhd.inc +++ b/meta-oe/recipes-connectivity/uhd/uhd.inc @@ -1,9 +1,9 @@ DESCRIPTION = "Universal Hardware Driver for Ettus Research products." HOMEPAGE = "http://www.ettus.com" -LICENSE = "GPLV3+" +LICENSE = "GPLv3+" LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=51b35d652c070d136bf20244494be2d3" -DEPENDS = "git-native boost libusb1 uhd-firmware orc-native" +DEPENDS = "git-native python-cheetah-native boost libusb1 uhd-firmware orc-native" RDEPENDS_${PN} += "uhd-firmware" PE = "1" @@ -18,7 +18,6 @@ INSANE_SKIP_${PN} = "dev-so" FILES_${PN} += "${libdir}/libuhd.so \ ${datadir}/uhd/utils/*" FILES_${PN}-tests += "${datadir}/uhd/tests/*" -FILES_${PN}-e1xx += "${datadir}/uhd/usrp_e_utils/*" FILES_${PN}-dbg += "${datadir}/uhd/examples/.debug/* \ ${datadir}/uhd/utils/.debug/* \ ${datadir}/uhd/tests/.debug/* \ @@ -28,6 +27,6 @@ FILES_${PN}-examples = "${datadir}/uhd/examples/*" OECMAKE_BUILDPATH = "${S}/build" OECMAKE_SOURCEPATH = "${S}" -EXTRA_OECMAKE = "-DENABLE_E100=TRUE -DENABLE_USRP_E_UTILS=TRUE" +EXTRA_OECMAKE = "-DENABLE_E100=TRUE" EXTRA_OEMAKE = "-C ${OECMAKE_BUILDPATH}" diff --git a/meta-oe/recipes-connectivity/uhd/uhd_git.bb b/meta-oe/recipes-connectivity/uhd/uhd_git.bb index e740ccd..721182c 100644 --- a/meta-oe/recipes-connectivity/uhd/uhd_git.bb +++ b/meta-oe/recipes-connectivity/uhd/uhd_git.bb @@ -1,10 +1,10 @@ require uhd.inc -PV = "3.4.1" +PV = "3.5.0" PR = "${INC_PR}.0" -SRC_URI = "git://ettus.sourcerepo.com/ettus/uhd.git;protocol=git \ +SRC_URI = "git://ettus.sourcerepo.com/ettus/uhd.git;branch=maint;protocol=git \ " S = "${WORKDIR}/git/host" -SRCREV = "3fb067567b0c799b3c707938491eb8489d85fefa" +SRCREV = "5cb9779da40491b06157596b06422f704a58c7d0" -- 1.7.11.7 ^ permalink raw reply related [flat|nested] 9+ messages in thread
* [meta-oe][PATCH 3/3] gnuradio : Update to version 3.6.3. 2013-01-11 20:40 [meta-oe][PATCH 1/3] uhd-firmware : Update to version 3.5.0 Philip Balister 2013-01-11 20:41 ` [meta-oe][PATCH 2/3] uhd " Philip Balister @ 2013-01-11 20:41 ` Philip Balister 2013-01-11 22:30 ` Martin Jansa 2013-01-11 20:49 ` [meta-oe][PATCH 1/3] uhd-firmware : Update to version 3.5.0 Andrei Gherzan 2 siblings, 1 reply; 9+ messages in thread From: Philip Balister @ 2013-01-11 20:41 UTC (permalink / raw) To: openembedded-devel Also fixes pakcaging issues for the examples package. Signed-off-by: Philip Balister <philip@balister.org> --- meta-oe/recipes-connectivity/gnuradio/gnuradio_git.bb | 16 +++++----------- 1 file changed, 5 insertions(+), 11 deletions(-) diff --git a/meta-oe/recipes-connectivity/gnuradio/gnuradio_git.bb b/meta-oe/recipes-connectivity/gnuradio/gnuradio_git.bb index aca2f97..f084149 100644 --- a/meta-oe/recipes-connectivity/gnuradio/gnuradio_git.bb +++ b/meta-oe/recipes-connectivity/gnuradio/gnuradio_git.bb @@ -4,8 +4,6 @@ SECTION = "apps" LICENSE = "GPLv3" LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504" -PR = "r0" - DEPENDS = "uhd gsl fftwf python alsa-lib boost cppunit \ swig-native python-numpy python-pygtk orc qt4-x11-free qwt" @@ -23,11 +21,6 @@ RDEPENDS_${PN} = "python-core python-audio python-threading python-codecs \ C_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504" -#do_configure_append() { -# find ${S} -name Makefile | xargs sed -i s:'-I${STAGING_INCDIR_NATIVE'::g -# find ${S} -name Makefile | xargs sed -i s:'-L${STAGING_LIBDIR_NATIVE'::g -#} - do_configure_prepend() { ${BUILD_CC} ${S}/gr-vocoder/lib/codec2/generate_codebook.c -o ${S}/gr-vocoder/lib/generate_codebook -lm echo "ADD_EXECUTABLE(generate_codebook IMPORTED)" >${S}/gr-vocoder/lib/generate_codebook.txt @@ -39,7 +32,7 @@ do_compile_prepend() { cp ${S}/gr-vocoder/lib/codec2/defines.h ${OECMAKE_BUILDPATH}/gr-vocoder/lib/codec2 } -PACKAGES =+ "\ +PACKAGES += " \ ${PN}-examples \ ${PN}-grc \ " @@ -53,20 +46,21 @@ FILES_${PN} += "${prefix}/etc/gnuradio/*" FILES_${PN}-dbg += "${PYTHON_SITEPACKAGES_DIR}/gnuradio/.debug \ ${PYTHON_SITEPACKAGES_DIR}/gnuradio/*/.debug \ + ${datadir}/gnuradio/examples/*/.debug \ " FILES_${PN}-examples = "${datadir}/gnuradio/examples" -PV = "3.5.3" +PV = "3.6.3" FILESPATHPKG_prepend = "gnuradio-git:" -SRCREV = "f621a52f779381cfe550b4278b83e701a747944c" +SRCREV = "607a6fa3f80e08298ce7b3ee74ffca1590c05164" # Make it easy to test against developer repos and branches GIT_REPO = "gnuradio.git" GIT_BRANCH = "master" -SRC_URI = "git://gnuradio.org/git/${GIT_REPO};branch=${GIT_BRANCH};protocol=http \ +SRC_URI = "git://gnuradio.org/${GIT_REPO};branch=${GIT_BRANCH};protocol=git \ " S="${WORKDIR}/git" -- 1.7.11.7 ^ permalink raw reply related [flat|nested] 9+ messages in thread
* Re: [meta-oe][PATCH 3/3] gnuradio : Update to version 3.6.3. 2013-01-11 20:41 ` [meta-oe][PATCH 3/3] gnuradio : Update to version 3.6.3 Philip Balister @ 2013-01-11 22:30 ` Martin Jansa 2013-01-12 0:04 ` Philip Balister 0 siblings, 1 reply; 9+ messages in thread From: Martin Jansa @ 2013-01-11 22:30 UTC (permalink / raw) To: openembedded-devel [-- Attachment #1: Type: text/plain, Size: 4176 bytes --] On Fri, Jan 11, 2013 at 03:41:01PM -0500, Philip Balister wrote: > Also fixes pakcaging issues for the examples package. > /home/jenkins/oe/shr-core-branches/shr-core/tmp-eglibc/work/armv5te-oe-linux-gnueabi/gnuradio/3.6.3-r0/git/gnuradio-core/src/lib/filter/dotprod_fff_armv7_a.c: In function 'dotprod_fff_armv7_a': | /home/jenkins/oe/shr-core-branches/shr-core/tmp-eglibc/work/armv5te-oe-linux-gnueabi/gnuradio/3.6.3-r0/git/gnuradio-core/src/lib/filter/dotprod_fff_armv7_a.c:67:5: error: inconsistent operand constraints in an 'asm' | make[2]: *** [gnuradio-core/src/lib/CMakeFiles/gnuradio-core.dir/filter/dotprod_fff_armv7_a.c.o] Error 1 | make[2]: *** Waiting for unfinished jobs.... | /home/jenkins/oe/shr-core-branches/shr-core/tmp-eglibc/sysroots/x86_64-linux/usr/bin/cmake -E cmake_progress_report /home/jenkins/oe/shr-core-branches/shr-core/tmp-eglibc/work/armv5te-oe-linux-gnueabi/gnuradio/3.6.3-r0/git/build/CMakeFiles | /home/jenkins/oe/shr-core-branches/shr-core/tmp-eglibc/sysroots/x86_64-linux/usr/bin/cmake -E cmake_progress_report /home/jenkins/oe/shr-core-branches/shr-core/tmp-eglibc/work/armv5te-oe-linux-gnueabi/gnuradio/3.6.3-r0/git/build/CMakeFiles | [ 37%] [ 37%] Generating gnuradio_core_general.pyc For whole log see http://logs.nslu2-linux.org/buildlogs/oe/oe-shr-core-branches/log.world.20130111_140417.log/ Cheers, > Signed-off-by: Philip Balister <philip@balister.org> > --- > meta-oe/recipes-connectivity/gnuradio/gnuradio_git.bb | 16 +++++----------- > 1 file changed, 5 insertions(+), 11 deletions(-) > > diff --git a/meta-oe/recipes-connectivity/gnuradio/gnuradio_git.bb b/meta-oe/recipes-connectivity/gnuradio/gnuradio_git.bb > index aca2f97..f084149 100644 > --- a/meta-oe/recipes-connectivity/gnuradio/gnuradio_git.bb > +++ b/meta-oe/recipes-connectivity/gnuradio/gnuradio_git.bb > @@ -4,8 +4,6 @@ SECTION = "apps" > LICENSE = "GPLv3" > LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504" > > -PR = "r0" > - > DEPENDS = "uhd gsl fftwf python alsa-lib boost cppunit \ > swig-native python-numpy python-pygtk orc qt4-x11-free qwt" > > @@ -23,11 +21,6 @@ RDEPENDS_${PN} = "python-core python-audio python-threading python-codecs \ > > C_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504" > > -#do_configure_append() { > -# find ${S} -name Makefile | xargs sed -i s:'-I${STAGING_INCDIR_NATIVE'::g > -# find ${S} -name Makefile | xargs sed -i s:'-L${STAGING_LIBDIR_NATIVE'::g > -#} > - > do_configure_prepend() { > ${BUILD_CC} ${S}/gr-vocoder/lib/codec2/generate_codebook.c -o ${S}/gr-vocoder/lib/generate_codebook -lm > echo "ADD_EXECUTABLE(generate_codebook IMPORTED)" >${S}/gr-vocoder/lib/generate_codebook.txt > @@ -39,7 +32,7 @@ do_compile_prepend() { > cp ${S}/gr-vocoder/lib/codec2/defines.h ${OECMAKE_BUILDPATH}/gr-vocoder/lib/codec2 > } > > -PACKAGES =+ "\ > +PACKAGES += " \ > ${PN}-examples \ > ${PN}-grc \ > " > @@ -53,20 +46,21 @@ FILES_${PN} += "${prefix}/etc/gnuradio/*" > > FILES_${PN}-dbg += "${PYTHON_SITEPACKAGES_DIR}/gnuradio/.debug \ > ${PYTHON_SITEPACKAGES_DIR}/gnuradio/*/.debug \ > + ${datadir}/gnuradio/examples/*/.debug \ > " > FILES_${PN}-examples = "${datadir}/gnuradio/examples" > > -PV = "3.5.3" > +PV = "3.6.3" > > FILESPATHPKG_prepend = "gnuradio-git:" > > -SRCREV = "f621a52f779381cfe550b4278b83e701a747944c" > +SRCREV = "607a6fa3f80e08298ce7b3ee74ffca1590c05164" > > # Make it easy to test against developer repos and branches > GIT_REPO = "gnuradio.git" > GIT_BRANCH = "master" > > -SRC_URI = "git://gnuradio.org/git/${GIT_REPO};branch=${GIT_BRANCH};protocol=http \ > +SRC_URI = "git://gnuradio.org/${GIT_REPO};branch=${GIT_BRANCH};protocol=git \ > " > > S="${WORKDIR}/git" > -- > 1.7.11.7 > > > _______________________________________________ > Openembedded-devel mailing list > Openembedded-devel@lists.openembedded.org > http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel -- Martin 'JaMa' Jansa jabber: Martin.Jansa@gmail.com [-- Attachment #2: Digital signature --] [-- Type: application/pgp-signature, Size: 205 bytes --] ^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [meta-oe][PATCH 3/3] gnuradio : Update to version 3.6.3. 2013-01-11 22:30 ` Martin Jansa @ 2013-01-12 0:04 ` Philip Balister 2013-01-12 0:21 ` Martin Jansa 0 siblings, 1 reply; 9+ messages in thread From: Philip Balister @ 2013-01-12 0:04 UTC (permalink / raw) To: openembedded-devel; +Cc: Martin Jansa You'd have to be crazy to run gnuradio on anything less than armv7a. However, I thought someone gave us a patch to let it build for machine without NEON. I'll look into this again. Philip On 01/11/2013 05:30 PM, Martin Jansa wrote: > On Fri, Jan 11, 2013 at 03:41:01PM -0500, Philip Balister wrote: >> Also fixes pakcaging issues for the examples package. >> > > /home/jenkins/oe/shr-core-branches/shr-core/tmp-eglibc/work/armv5te-oe-linux-gnueabi/gnuradio/3.6.3-r0/git/gnuradio-core/src/lib/filter/dotprod_fff_armv7_a.c: > In function 'dotprod_fff_armv7_a': | > /home/jenkins/oe/shr-core-branches/shr-core/tmp-eglibc/work/armv5te-oe-linux-gnueabi/gnuradio/3.6.3-r0/git/gnuradio-core/src/lib/filter/dotprod_fff_armv7_a.c:67:5: > error: inconsistent operand constraints in an 'asm' | make[2]: *** > [gnuradio-core/src/lib/CMakeFiles/gnuradio-core.dir/filter/dotprod_fff_armv7_a.c.o] > Error 1 | make[2]: *** Waiting for unfinished jobs.... | > /home/jenkins/oe/shr-core-branches/shr-core/tmp-eglibc/sysroots/x86_64-linux/usr/bin/cmake > -E cmake_progress_report > /home/jenkins/oe/shr-core-branches/shr-core/tmp-eglibc/work/armv5te-oe-linux-gnueabi/gnuradio/3.6.3-r0/git/build/CMakeFiles > > | /home/jenkins/oe/shr-core-branches/shr-core/tmp-eglibc/sysroots/x86_64-linux/usr/bin/cmake -E cmake_progress_report /home/jenkins/oe/shr-core-branches/shr-core/tmp-eglibc/work/armv5te-oe-linux-gnueabi/gnuradio/3.6.3-r0/git/build/CMakeFiles > | [ 37%] [ 37%] Generating gnuradio_core_general.pyc > > For whole log see > http://logs.nslu2-linux.org/buildlogs/oe/oe-shr-core-branches/log.world.20130111_140417.log/ > > Cheers, > >> Signed-off-by: Philip Balister <philip@balister.org> --- >> meta-oe/recipes-connectivity/gnuradio/gnuradio_git.bb | 16 >> +++++----------- 1 file changed, 5 insertions(+), 11 >> deletions(-) >> >> diff --git >> a/meta-oe/recipes-connectivity/gnuradio/gnuradio_git.bb >> b/meta-oe/recipes-connectivity/gnuradio/gnuradio_git.bb index >> aca2f97..f084149 100644 --- >> a/meta-oe/recipes-connectivity/gnuradio/gnuradio_git.bb +++ >> b/meta-oe/recipes-connectivity/gnuradio/gnuradio_git.bb @@ -4,8 >> +4,6 @@ SECTION = "apps" LICENSE = "GPLv3" LIC_FILES_CHKSUM = >> "file://COPYING;md5=d32239bcb673463ab874e80d47fae504" >> >> -PR = "r0" - DEPENDS = "uhd gsl fftwf python alsa-lib boost >> cppunit \ swig-native python-numpy python-pygtk orc qt4-x11-free >> qwt" >> >> @@ -23,11 +21,6 @@ RDEPENDS_${PN} = "python-core python-audio >> python-threading python-codecs \ >> >> C_FILES_CHKSUM = >> "file://COPYING;md5=d32239bcb673463ab874e80d47fae504" >> >> -#do_configure_append() { -# find ${S} -name Makefile | xargs sed >> -i s:'-I${STAGING_INCDIR_NATIVE'::g -# find ${S} -name Makefile | >> xargs sed -i s:'-L${STAGING_LIBDIR_NATIVE'::g -#} - >> do_configure_prepend() { ${BUILD_CC} >> ${S}/gr-vocoder/lib/codec2/generate_codebook.c -o >> ${S}/gr-vocoder/lib/generate_codebook -lm echo >> "ADD_EXECUTABLE(generate_codebook IMPORTED)" >> >${S}/gr-vocoder/lib/generate_codebook.txt @@ -39,7 +32,7 @@ >> do_compile_prepend() { cp ${S}/gr-vocoder/lib/codec2/defines.h >> ${OECMAKE_BUILDPATH}/gr-vocoder/lib/codec2 } >> >> -PACKAGES =+ "\ +PACKAGES += " \ ${PN}-examples \ ${PN}-grc \ " >> @@ -53,20 +46,21 @@ FILES_${PN} += "${prefix}/etc/gnuradio/*" >> >> FILES_${PN}-dbg += "${PYTHON_SITEPACKAGES_DIR}/gnuradio/.debug \ >> ${PYTHON_SITEPACKAGES_DIR}/gnuradio/*/.debug \ + >> ${datadir}/gnuradio/examples/*/.debug \ " FILES_${PN}-examples = >> "${datadir}/gnuradio/examples" >> >> -PV = "3.5.3" +PV = "3.6.3" >> >> FILESPATHPKG_prepend = "gnuradio-git:" >> >> -SRCREV = "f621a52f779381cfe550b4278b83e701a747944c" +SRCREV = >> "607a6fa3f80e08298ce7b3ee74ffca1590c05164" >> >> # Make it easy to test against developer repos and branches >> GIT_REPO = "gnuradio.git" GIT_BRANCH = "master" >> >> -SRC_URI = >> "git://gnuradio.org/git/${GIT_REPO};branch=${GIT_BRANCH};protocol=http >> \ +SRC_URI = >> "git://gnuradio.org/${GIT_REPO};branch=${GIT_BRANCH};protocol=git >> \ " >> >> S="${WORKDIR}/git" -- 1.7.11.7 >> >> >> _______________________________________________ >> Openembedded-devel mailing list >> Openembedded-devel@lists.openembedded.org >> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel > >> > > > _______________________________________________ Openembedded-devel > mailing list Openembedded-devel@lists.openembedded.org > http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel > ^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [meta-oe][PATCH 3/3] gnuradio : Update to version 3.6.3. 2013-01-12 0:04 ` Philip Balister @ 2013-01-12 0:21 ` Martin Jansa 0 siblings, 0 replies; 9+ messages in thread From: Martin Jansa @ 2013-01-12 0:21 UTC (permalink / raw) To: Philip Balister; +Cc: openembedded-devel [-- Attachment #1: Type: text/plain, Size: 5005 bytes --] On Fri, Jan 11, 2013 at 07:04:23PM -0500, Philip Balister wrote: > You'd have to be crazy to run gnuradio on anything less than armv7a. > However, I thought someone gave us a patch to let it build for machine > without NEON. I'll look into this again. I don't want to run it. Just trying to get world build sane. Cheers, > > Philip > > On 01/11/2013 05:30 PM, Martin Jansa wrote: > > On Fri, Jan 11, 2013 at 03:41:01PM -0500, Philip Balister wrote: > >> Also fixes pakcaging issues for the examples package. > >> > > > > /home/jenkins/oe/shr-core-branches/shr-core/tmp-eglibc/work/armv5te-oe-linux-gnueabi/gnuradio/3.6.3-r0/git/gnuradio-core/src/lib/filter/dotprod_fff_armv7_a.c: > > In function 'dotprod_fff_armv7_a': | > > /home/jenkins/oe/shr-core-branches/shr-core/tmp-eglibc/work/armv5te-oe-linux-gnueabi/gnuradio/3.6.3-r0/git/gnuradio-core/src/lib/filter/dotprod_fff_armv7_a.c:67:5: > > error: inconsistent operand constraints in an 'asm' | make[2]: *** > > [gnuradio-core/src/lib/CMakeFiles/gnuradio-core.dir/filter/dotprod_fff_armv7_a.c.o] > > Error 1 | make[2]: *** Waiting for unfinished jobs.... | > > /home/jenkins/oe/shr-core-branches/shr-core/tmp-eglibc/sysroots/x86_64-linux/usr/bin/cmake > > -E cmake_progress_report > > /home/jenkins/oe/shr-core-branches/shr-core/tmp-eglibc/work/armv5te-oe-linux-gnueabi/gnuradio/3.6.3-r0/git/build/CMakeFiles > > > > > | > /home/jenkins/oe/shr-core-branches/shr-core/tmp-eglibc/sysroots/x86_64-linux/usr/bin/cmake > -E cmake_progress_report > /home/jenkins/oe/shr-core-branches/shr-core/tmp-eglibc/work/armv5te-oe-linux-gnueabi/gnuradio/3.6.3-r0/git/build/CMakeFiles > > | [ 37%] [ 37%] Generating gnuradio_core_general.pyc > > > > For whole log see > > http://logs.nslu2-linux.org/buildlogs/oe/oe-shr-core-branches/log.world.20130111_140417.log/ > > > > Cheers, > > > >> Signed-off-by: Philip Balister <philip@balister.org> --- > >> meta-oe/recipes-connectivity/gnuradio/gnuradio_git.bb | 16 > >> +++++----------- 1 file changed, 5 insertions(+), 11 > >> deletions(-) > >> > >> diff --git > >> a/meta-oe/recipes-connectivity/gnuradio/gnuradio_git.bb > >> b/meta-oe/recipes-connectivity/gnuradio/gnuradio_git.bb index > >> aca2f97..f084149 100644 --- > >> a/meta-oe/recipes-connectivity/gnuradio/gnuradio_git.bb +++ > >> b/meta-oe/recipes-connectivity/gnuradio/gnuradio_git.bb @@ -4,8 > >> +4,6 @@ SECTION = "apps" LICENSE = "GPLv3" LIC_FILES_CHKSUM = > >> "file://COPYING;md5=d32239bcb673463ab874e80d47fae504" > >> > >> -PR = "r0" - DEPENDS = "uhd gsl fftwf python alsa-lib boost > >> cppunit \ swig-native python-numpy python-pygtk orc qt4-x11-free > >> qwt" > >> > >> @@ -23,11 +21,6 @@ RDEPENDS_${PN} = "python-core python-audio > >> python-threading python-codecs \ > >> > >> C_FILES_CHKSUM = > >> "file://COPYING;md5=d32239bcb673463ab874e80d47fae504" > >> > >> -#do_configure_append() { -# find ${S} -name Makefile | xargs sed > >> -i s:'-I${STAGING_INCDIR_NATIVE'::g -# find ${S} -name Makefile | > >> xargs sed -i s:'-L${STAGING_LIBDIR_NATIVE'::g -#} - > >> do_configure_prepend() { ${BUILD_CC} > >> ${S}/gr-vocoder/lib/codec2/generate_codebook.c -o > >> ${S}/gr-vocoder/lib/generate_codebook -lm echo > >> "ADD_EXECUTABLE(generate_codebook IMPORTED)" > >> >${S}/gr-vocoder/lib/generate_codebook.txt @@ -39,7 +32,7 @@ > >> do_compile_prepend() { cp ${S}/gr-vocoder/lib/codec2/defines.h > >> ${OECMAKE_BUILDPATH}/gr-vocoder/lib/codec2 } > >> > >> -PACKAGES =+ "\ +PACKAGES += " \ ${PN}-examples \ ${PN}-grc \ " > >> @@ -53,20 +46,21 @@ FILES_${PN} += "${prefix}/etc/gnuradio/*" > >> > >> FILES_${PN}-dbg += "${PYTHON_SITEPACKAGES_DIR}/gnuradio/.debug \ > >> ${PYTHON_SITEPACKAGES_DIR}/gnuradio/*/.debug \ + > >> ${datadir}/gnuradio/examples/*/.debug \ " FILES_${PN}-examples = > >> "${datadir}/gnuradio/examples" > >> > >> -PV = "3.5.3" +PV = "3.6.3" > >> > >> FILESPATHPKG_prepend = "gnuradio-git:" > >> > >> -SRCREV = "f621a52f779381cfe550b4278b83e701a747944c" +SRCREV = > >> "607a6fa3f80e08298ce7b3ee74ffca1590c05164" > >> > >> # Make it easy to test against developer repos and branches > >> GIT_REPO = "gnuradio.git" GIT_BRANCH = "master" > >> > >> -SRC_URI = > >> "git://gnuradio.org/git/${GIT_REPO};branch=${GIT_BRANCH};protocol=http > >> \ +SRC_URI = > >> "git://gnuradio.org/${GIT_REPO};branch=${GIT_BRANCH};protocol=git > >> \ " > >> > >> S="${WORKDIR}/git" -- 1.7.11.7 > >> > >> > >> _______________________________________________ > >> Openembedded-devel mailing list > >> Openembedded-devel@lists.openembedded.org > >> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel > > > >> > > > > > > _______________________________________________ Openembedded-devel > > mailing list Openembedded-devel@lists.openembedded.org > > http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel > > -- Martin 'JaMa' Jansa jabber: Martin.Jansa@gmail.com [-- Attachment #2: Digital signature --] [-- Type: application/pgp-signature, Size: 205 bytes --] ^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [meta-oe][PATCH 1/3] uhd-firmware : Update to version 3.5.0. 2013-01-11 20:40 [meta-oe][PATCH 1/3] uhd-firmware : Update to version 3.5.0 Philip Balister 2013-01-11 20:41 ` [meta-oe][PATCH 2/3] uhd " Philip Balister 2013-01-11 20:41 ` [meta-oe][PATCH 3/3] gnuradio : Update to version 3.6.3 Philip Balister @ 2013-01-11 20:49 ` Andrei Gherzan 2013-01-11 20:59 ` Philip Balister 2 siblings, 1 reply; 9+ messages in thread From: Andrei Gherzan @ 2013-01-11 20:49 UTC (permalink / raw) To: openembedded Send emails with -M flag please. Thanks. *Andrei Gherzan* mobile +40.744.478.414 fax +40.31.816.28.12 Email: andrei@gherzan.ro Email: andrei.gherzan@windriver.com Romania On Fri, Jan 11, 2013 at 10:40 PM, Philip Balister <philip@balister.org>wrote: > Signed-off-by: Philip Balister <philip@balister.org> > --- > .../uhd/uhd-firmware_003.004.000.bb | 27 > ---------------------- > .../uhd/uhd-firmware_003.005.000.bb | 27 > ++++++++++++++++++++++ > 2 files changed, 27 insertions(+), 27 deletions(-) > delete mode 100644 meta-oe/recipes-connectivity/uhd/ > uhd-firmware_003.004.000.bb > create mode 100644 meta-oe/recipes-connectivity/uhd/ > uhd-firmware_003.005.000.bb > > diff --git a/meta-oe/recipes-connectivity/uhd/uhd-firmware_003.004.000.bbb/meta-oe/recipes-connectivity/uhd/ > uhd-firmware_003.004.000.bb > deleted file mode 100644 > index b445307..0000000 > --- a/meta-oe/recipes-connectivity/uhd/uhd-firmware_003.004.000.bb > +++ /dev/null > @@ -1,27 +0,0 @@ > -DESCRIPTION = "Universal Hardware Driver Firmware" > -HOMEPAGE = "http://www.ettus.com" > - > -PE = "1" > - > -LICENSE = "GPLv3" > -LIC_FILES_CHKSUM = > "file://share/uhd/images/usrp_e100_fpga_v2.bin;md5=d8a4f8958d3b56a11bbb1bb134826b28" > - > -inherit allarch > - > -SRC_URI = " > http://files.ettus.com/binaries/uhd_stable/releases/uhd_${PV}-release/uhd-images_${PV}-release.tar.gz > " > -SRC_URI[md5sum] = "4269fac82df1fe593ba76206773ce551" > -SRC_URI[sha256sum] = > "4b80ebf90079a823212d3b77e5311ef1b467497a4a3585c2cfb4fe65bff71acf" > - > -S = "${WORKDIR}/uhd-images_${PV}-release" > - > -do_install() { > - install -d ${D}${datadir}/uhd/images > - install -d ${D}${datadir}/uhd/images/bit > - install -m 0644 ${S}/share/uhd/images/bit/* > ${D}${datadir}/uhd/images/bit > - rm -rf ${S}/share/uhd/images/bit > - install -m 0644 ${S}/share/uhd/images/* ${D}${datadir}/uhd/images > -} > - > -PACKAGES = "${PN}" > -FILES_${PN} = "${datadir}/uhd/images" > - > diff --git a/meta-oe/recipes-connectivity/uhd/uhd-firmware_003.005.000.bbb/meta-oe/recipes-connectivity/uhd/ > uhd-firmware_003.005.000.bb > new file mode 100644 > index 0000000..ee771fb > --- /dev/null > +++ b/meta-oe/recipes-connectivity/uhd/uhd-firmware_003.005.000.bb > @@ -0,0 +1,27 @@ > +DESCRIPTION = "Universal Hardware Driver Firmware" > +HOMEPAGE = "http://www.ettus.com" > + > +PE = "1" > + > +LICENSE = "GPLv3" > +LIC_FILES_CHKSUM = > "file://share/uhd/images/usrp_e100_fpga_v2.bin;md5=8df143216c46b7c49804f95056c7057a" > + > +inherit allarch > + > +SRC_URI = " > http://files.ettus.com/binaries/uhd_stable/releases/uhd_${PV}-release/uhd-images_${PV}-release.tar.gz > " > +SRC_URI[md5sum] = "dd2373263740d2d48fb39e57846bcd2a" > +SRC_URI[sha256sum] = > "352fbf69fbfff03a02b5d9b3c398771db40e4c5b77f99f0fdbff67c547cc0d18" > + > +S = "${WORKDIR}/uhd-images_${PV}-release" > + > +do_install() { > + install -d ${D}${datadir}/uhd/images > + install -d ${D}${datadir}/uhd/images/bit > + install -m 0644 ${S}/share/uhd/images/bit/* > ${D}${datadir}/uhd/images/bit > + rm -rf ${S}/share/uhd/images/bit > + install -m 0644 ${S}/share/uhd/images/* ${D}${datadir}/uhd/images > +} > + > +PACKAGES = "${PN}" > +FILES_${PN} = "${datadir}/uhd/images" > + > -- > 1.7.11.7 > > > _______________________________________________ > Openembedded-devel mailing list > Openembedded-devel@lists.openembedded.org > http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel > ^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [meta-oe][PATCH 1/3] uhd-firmware : Update to version 3.5.0. 2013-01-11 20:49 ` [meta-oe][PATCH 1/3] uhd-firmware : Update to version 3.5.0 Andrei Gherzan @ 2013-01-11 20:59 ` Philip Balister 2013-01-11 21:17 ` Andrei Gherzan 0 siblings, 1 reply; 9+ messages in thread From: Philip Balister @ 2013-01-11 20:59 UTC (permalink / raw) To: openembedded-devel On 01/11/2013 03:49 PM, Andrei Gherzan wrote: > Send emails with -M flag please. Thanks. Should always use the -M flag? If so, I'll submit a patch to change the command shown in the README file. Philip > > > > *Andrei Gherzan* > mobile +40.744.478.414 fax +40.31.816.28.12 > Email: andrei@gherzan.ro > Email: andrei.gherzan@windriver.com > Romania > > > On Fri, Jan 11, 2013 at 10:40 PM, Philip Balister <philip@balister.org>wrote: > >> Signed-off-by: Philip Balister <philip@balister.org> >> --- >> .../uhd/uhd-firmware_003.004.000.bb | 27 >> ---------------------- >> .../uhd/uhd-firmware_003.005.000.bb | 27 >> ++++++++++++++++++++++ >> 2 files changed, 27 insertions(+), 27 deletions(-) >> delete mode 100644 meta-oe/recipes-connectivity/uhd/ >> uhd-firmware_003.004.000.bb >> create mode 100644 meta-oe/recipes-connectivity/uhd/ >> uhd-firmware_003.005.000.bb >> >> diff --git a/meta-oe/recipes-connectivity/uhd/uhd-firmware_003.004.000.bbb/meta-oe/recipes-connectivity/uhd/ >> uhd-firmware_003.004.000.bb >> deleted file mode 100644 >> index b445307..0000000 >> --- a/meta-oe/recipes-connectivity/uhd/uhd-firmware_003.004.000.bb >> +++ /dev/null >> @@ -1,27 +0,0 @@ >> -DESCRIPTION = "Universal Hardware Driver Firmware" >> -HOMEPAGE = "http://www.ettus.com" >> - >> -PE = "1" >> - >> -LICENSE = "GPLv3" >> -LIC_FILES_CHKSUM = >> "file://share/uhd/images/usrp_e100_fpga_v2.bin;md5=d8a4f8958d3b56a11bbb1bb134826b28" >> - >> -inherit allarch >> - >> -SRC_URI = " >> http://files.ettus.com/binaries/uhd_stable/releases/uhd_${PV}-release/uhd-images_${PV}-release.tar.gz >> " >> -SRC_URI[md5sum] = "4269fac82df1fe593ba76206773ce551" >> -SRC_URI[sha256sum] = >> "4b80ebf90079a823212d3b77e5311ef1b467497a4a3585c2cfb4fe65bff71acf" >> - >> -S = "${WORKDIR}/uhd-images_${PV}-release" >> - >> -do_install() { >> - install -d ${D}${datadir}/uhd/images >> - install -d ${D}${datadir}/uhd/images/bit >> - install -m 0644 ${S}/share/uhd/images/bit/* >> ${D}${datadir}/uhd/images/bit >> - rm -rf ${S}/share/uhd/images/bit >> - install -m 0644 ${S}/share/uhd/images/* ${D}${datadir}/uhd/images >> -} >> - >> -PACKAGES = "${PN}" >> -FILES_${PN} = "${datadir}/uhd/images" >> - >> diff --git a/meta-oe/recipes-connectivity/uhd/uhd-firmware_003.005.000.bbb/meta-oe/recipes-connectivity/uhd/ >> uhd-firmware_003.005.000.bb >> new file mode 100644 >> index 0000000..ee771fb >> --- /dev/null >> +++ b/meta-oe/recipes-connectivity/uhd/uhd-firmware_003.005.000.bb >> @@ -0,0 +1,27 @@ >> +DESCRIPTION = "Universal Hardware Driver Firmware" >> +HOMEPAGE = "http://www.ettus.com" >> + >> +PE = "1" >> + >> +LICENSE = "GPLv3" >> +LIC_FILES_CHKSUM = >> "file://share/uhd/images/usrp_e100_fpga_v2.bin;md5=8df143216c46b7c49804f95056c7057a" >> + >> +inherit allarch >> + >> +SRC_URI = " >> http://files.ettus.com/binaries/uhd_stable/releases/uhd_${PV}-release/uhd-images_${PV}-release.tar.gz >> " >> +SRC_URI[md5sum] = "dd2373263740d2d48fb39e57846bcd2a" >> +SRC_URI[sha256sum] = >> "352fbf69fbfff03a02b5d9b3c398771db40e4c5b77f99f0fdbff67c547cc0d18" >> + >> +S = "${WORKDIR}/uhd-images_${PV}-release" >> + >> +do_install() { >> + install -d ${D}${datadir}/uhd/images >> + install -d ${D}${datadir}/uhd/images/bit >> + install -m 0644 ${S}/share/uhd/images/bit/* >> ${D}${datadir}/uhd/images/bit >> + rm -rf ${S}/share/uhd/images/bit >> + install -m 0644 ${S}/share/uhd/images/* ${D}${datadir}/uhd/images >> +} >> + >> +PACKAGES = "${PN}" >> +FILES_${PN} = "${datadir}/uhd/images" >> + >> -- >> 1.7.11.7 >> >> >> _______________________________________________ >> Openembedded-devel mailing list >> Openembedded-devel@lists.openembedded.org >> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel >> > _______________________________________________ > Openembedded-devel mailing list > Openembedded-devel@lists.openembedded.org > http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel > > ^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [meta-oe][PATCH 1/3] uhd-firmware : Update to version 3.5.0. 2013-01-11 20:59 ` Philip Balister @ 2013-01-11 21:17 ` Andrei Gherzan 0 siblings, 0 replies; 9+ messages in thread From: Andrei Gherzan @ 2013-01-11 21:17 UTC (permalink / raw) To: Philip Balister; +Cc: openembedded On Fri, Jan 11, 2013 at 10:59 PM, Philip Balister <philip@balister.org>wrote: > On 01/11/2013 03:49 PM, Andrei Gherzan wrote: > > Send emails with -M flag please. Thanks. > > Should always use the -M flag? If so, I'll submit a patch to change the > command shown in the README file. > > Only when renaming files. ag ^ permalink raw reply [flat|nested] 9+ messages in thread
end of thread, other threads:[~2013-01-12 0:36 UTC | newest] Thread overview: 9+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2013-01-11 20:40 [meta-oe][PATCH 1/3] uhd-firmware : Update to version 3.5.0 Philip Balister 2013-01-11 20:41 ` [meta-oe][PATCH 2/3] uhd " Philip Balister 2013-01-11 20:41 ` [meta-oe][PATCH 3/3] gnuradio : Update to version 3.6.3 Philip Balister 2013-01-11 22:30 ` Martin Jansa 2013-01-12 0:04 ` Philip Balister 2013-01-12 0:21 ` Martin Jansa 2013-01-11 20:49 ` [meta-oe][PATCH 1/3] uhd-firmware : Update to version 3.5.0 Andrei Gherzan 2013-01-11 20:59 ` Philip Balister 2013-01-11 21:17 ` Andrei Gherzan
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox