From: Philip Balister <philip@balister.org>
To: openembedded-devel@lists.openembedded.org
Cc: Martin Jansa <martin.jansa@gmail.com>
Subject: Re: [meta-oe][PATCH 3/3] gnuradio : Update to version 3.6.3.
Date: Fri, 11 Jan 2013 19:04:23 -0500 [thread overview]
Message-ID: <50F0A887.3000106@balister.org> (raw)
In-Reply-To: <20130111223053.GB13385@jama.palm1.palmone.com>
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
>
next prev parent reply other threads:[~2013-01-12 0:19 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
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 [this message]
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
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=50F0A887.3000106@balister.org \
--to=philip@balister.org \
--cc=martin.jansa@gmail.com \
--cc=openembedded-devel@lists.openembedded.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox