* [meta-oe][PATCH] gnuradio : Update recipe to build on all machines again.
@ 2013-05-13 14:59 Philip Balister
2013-05-19 7:32 ` Martin Jansa
0 siblings, 1 reply; 5+ messages in thread
From: Philip Balister @ 2013-05-13 14:59 UTC (permalink / raw)
To: openembedded-devel
Also updated the git repo address after recent changes in hosting.
The recipe failed to build for machines without neon as a tune feature.
The cmake config options have been changed so that it configures properly
now.
Test on armv7a, x86, and x86-64.
Signed-off-by: Philip Balister <philip@balister.org>
---
meta-oe/recipes-connectivity/gnuradio/gnuradio_git.bb | 10 +++-------
1 file changed, 3 insertions(+), 7 deletions(-)
diff --git a/meta-oe/recipes-connectivity/gnuradio/gnuradio_git.bb b/meta-oe/recipes-connectivity/gnuradio/gnuradio_git.bb
index edd4615..9e6998b 100644
--- a/meta-oe/recipes-connectivity/gnuradio/gnuradio_git.bb
+++ b/meta-oe/recipes-connectivity/gnuradio/gnuradio_git.bb
@@ -70,7 +70,7 @@ SRCREV = "5f69899e059e9bea58f92af61f70fc3f63825087"
GIT_REPO = "gnuradio.git"
GIT_BRANCH = "master"
-SRC_URI = "git://gnuradio.org/${GIT_REPO};branch=${GIT_BRANCH};protocol=git \
+SRC_URI = "git://git.gnuradio.org/${GIT_REPO};branch=${GIT_BRANCH};protocol=git \
"
S="${WORKDIR}/git"
@@ -88,15 +88,11 @@ EXTRA_OECMAKE = "-DENABLE_GR_ATSC=FALSE \
-DQT_LIBRARY_DIR=${STAGING_LIBDIR} \
-DQT_QTCORE_LIBRARY_RELEASE=${STAGING_LIBDIR}/libQtCore.so \
-DQT_QTGUI_LIBRARY_RELEASE=${STAGING_LIBDIR}/libQtGui.so \
+ ${@base_contains('TUNE_FEATURES', 'neon', \
+ '-Dhave_mfpu_neon=1', '-Dhave_mfpu_neon=0', d)} \
"
inherit distutils-base cmake pkgconfig
EXTRA_OEMAKE = "-C ${OECMAKE_BUILDPATH}"
-# Only builds for machines with neon instructions. Problem is in upstream cmake.
-python () {
- if not oe.utils.contains ('TUNE_FEATURES', 'neon', True, False, d):
- raise bb.parse.SkipPackage("'neon' not in TUNE_FEATURES")
-}
-
--
1.7.11.7
^ permalink raw reply related [flat|nested] 5+ messages in thread
* Re: [meta-oe][PATCH] gnuradio : Update recipe to build on all machines again.
2013-05-13 14:59 [meta-oe][PATCH] gnuradio : Update recipe to build on all machines again Philip Balister
@ 2013-05-19 7:32 ` Martin Jansa
2013-05-19 11:06 ` Philip Balister
0 siblings, 1 reply; 5+ messages in thread
From: Martin Jansa @ 2013-05-19 7:32 UTC (permalink / raw)
To: openembedded-devel
[-- Attachment #1: Type: text/plain, Size: 2930 bytes --]
On Mon, May 13, 2013 at 10:59:45AM -0400, Philip Balister wrote:
> Also updated the git repo address after recent changes in hosting.
>
> The recipe failed to build for machines without neon as a tune feature.
> The cmake config options have been changed so that it configures properly
> now.
>
> Test on armv7a, x86, and x86-64.
>
> Signed-off-by: Philip Balister <philip@balister.org>
> ---
> meta-oe/recipes-connectivity/gnuradio/gnuradio_git.bb | 10 +++-------
> 1 file changed, 3 insertions(+), 7 deletions(-)
>
> diff --git a/meta-oe/recipes-connectivity/gnuradio/gnuradio_git.bb b/meta-oe/recipes-connectivity/gnuradio/gnuradio_git.bb
> index edd4615..9e6998b 100644
> --- a/meta-oe/recipes-connectivity/gnuradio/gnuradio_git.bb
> +++ b/meta-oe/recipes-connectivity/gnuradio/gnuradio_git.bb
> @@ -70,7 +70,7 @@ SRCREV = "5f69899e059e9bea58f92af61f70fc3f63825087"
> GIT_REPO = "gnuradio.git"
> GIT_BRANCH = "master"
>
> -SRC_URI = "git://gnuradio.org/${GIT_REPO};branch=${GIT_BRANCH};protocol=git \
> +SRC_URI = "git://git.gnuradio.org/${GIT_REPO};branch=${GIT_BRANCH};protocol=git \
> "
>
> S="${WORKDIR}/git"
> @@ -88,15 +88,11 @@ EXTRA_OECMAKE = "-DENABLE_GR_ATSC=FALSE \
> -DQT_LIBRARY_DIR=${STAGING_LIBDIR} \
> -DQT_QTCORE_LIBRARY_RELEASE=${STAGING_LIBDIR}/libQtCore.so \
> -DQT_QTGUI_LIBRARY_RELEASE=${STAGING_LIBDIR}/libQtGui.so \
> + ${@base_contains('TUNE_FEATURES', 'neon', \
> + '-Dhave_mfpu_neon=1', '-Dhave_mfpu_neon=0', d)} \
> "
>
> inherit distutils-base cmake pkgconfig
>
> EXTRA_OEMAKE = "-C ${OECMAKE_BUILDPATH}"
>
> -# Only builds for machines with neon instructions. Problem is in upstream cmake.
> -python () {
> - if not oe.utils.contains ('TUNE_FEATURES', 'neon', True, False, d):
> - raise bb.parse.SkipPackage("'neon' not in TUNE_FEATURES")
> -}
Hi,
this enables gnuradio to build on qemu* MACHINEs I'm testing and it
failed on all 3 because of docs generation, can you disable it?
| [ 20%] /home/jenkins/oe/shr-core-branches/shr-core/tmp-eglibc/work/armv5te-oe-linux-gnueabi/gnuradio/3.6.4.1-r0/git/gr-trellis/doc/gr-trellis.xml:6: warning: failed to load external entity "/home/jenkins/oe/shr-core-branches/shr-core/tmp-eglibc/work/armv5te-oe-linux-gnueabi/gnuradio/3.6.4.1-r0/git/gr-trellis/doc/docbookx.dtd"
| ]>
| ^
| warning: failed to load external entity "/home/jenkins/oe/shr-core-branches/shr-core/tmp-eglibc/work/armv5te-oe-linux-gnueabi/gnuradio/3.6.4.1-r0/git/gr-trellis/doc/docbookx.dtd"
| validity error : Could not load the external subset "docbookx.dtd"
| Document /home/jenkins/oe/shr-core-branches/shr-core/tmp-eglibc/work/armv5te-oe-linux-gnueabi/gnuradio/3.6.4.1-r0/git/gr-trellis/doc/gr-trellis.xml does not validate
Cheers,
--
Martin 'JaMa' Jansa jabber: Martin.Jansa@gmail.com
[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 205 bytes --]
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [meta-oe][PATCH] gnuradio : Update recipe to build on all machines again.
2013-05-19 7:32 ` Martin Jansa
@ 2013-05-19 11:06 ` Philip Balister
2013-05-19 11:52 ` Martin Jansa
0 siblings, 1 reply; 5+ messages in thread
From: Philip Balister @ 2013-05-19 11:06 UTC (permalink / raw)
To: openembedded-devel; +Cc: Martin Jansa
[-- Attachment #1: Type: text/plain, Size: 3365 bytes --]
On 05/19/2013 03:32 AM, Martin Jansa wrote:
> On Mon, May 13, 2013 at 10:59:45AM -0400, Philip Balister wrote:
>> Also updated the git repo address after recent changes in hosting.
>>
>> The recipe failed to build for machines without neon as a tune feature.
>> The cmake config options have been changed so that it configures properly
>> now.
>>
>> Test on armv7a, x86, and x86-64.
>>
>> Signed-off-by: Philip Balister <philip@balister.org>
>> ---
>> meta-oe/recipes-connectivity/gnuradio/gnuradio_git.bb | 10 +++-------
>> 1 file changed, 3 insertions(+), 7 deletions(-)
>>
>> diff --git a/meta-oe/recipes-connectivity/gnuradio/gnuradio_git.bb b/meta-oe/recipes-connectivity/gnuradio/gnuradio_git.bb
>> index edd4615..9e6998b 100644
>> --- a/meta-oe/recipes-connectivity/gnuradio/gnuradio_git.bb
>> +++ b/meta-oe/recipes-connectivity/gnuradio/gnuradio_git.bb
>> @@ -70,7 +70,7 @@ SRCREV = "5f69899e059e9bea58f92af61f70fc3f63825087"
>> GIT_REPO = "gnuradio.git"
>> GIT_BRANCH = "master"
>>
>> -SRC_URI = "git://gnuradio.org/${GIT_REPO};branch=${GIT_BRANCH};protocol=git \
>> +SRC_URI = "git://git.gnuradio.org/${GIT_REPO};branch=${GIT_BRANCH};protocol=git \
>> "
>>
>> S="${WORKDIR}/git"
>> @@ -88,15 +88,11 @@ EXTRA_OECMAKE = "-DENABLE_GR_ATSC=FALSE \
>> -DQT_LIBRARY_DIR=${STAGING_LIBDIR} \
>> -DQT_QTCORE_LIBRARY_RELEASE=${STAGING_LIBDIR}/libQtCore.so \
>> -DQT_QTGUI_LIBRARY_RELEASE=${STAGING_LIBDIR}/libQtGui.so \
>> + ${@base_contains('TUNE_FEATURES', 'neon', \
>> + '-Dhave_mfpu_neon=1', '-Dhave_mfpu_neon=0', d)} \
>> "
>>
>> inherit distutils-base cmake pkgconfig
>>
>> EXTRA_OEMAKE = "-C ${OECMAKE_BUILDPATH}"
>>
>> -# Only builds for machines with neon instructions. Problem is in upstream cmake.
>> -python () {
>> - if not oe.utils.contains ('TUNE_FEATURES', 'neon', True, False, d):
>> - raise bb.parse.SkipPackage("'neon' not in TUNE_FEATURES")
>> -}
>
> Hi,
>
> this enables gnuradio to build on qemu* MACHINEs I'm testing and it
> failed on all 3 because of docs generation, can you disable it?
>
> | [ 20%] /home/jenkins/oe/shr-core-branches/shr-core/tmp-eglibc/work/armv5te-oe-linux-gnueabi/gnuradio/3.6.4.1-r0/git/gr-trellis/doc/gr-trellis.xml:6: warning: failed to load external entity "/home/jenkins/oe/shr-core-branches/shr-core/tmp-eglibc/work/armv5te-oe-linux-gnueabi/gnuradio/3.6.4.1-r0/git/gr-trellis/doc/docbookx.dtd"
> | ]>
> | ^
> | warning: failed to load external entity "/home/jenkins/oe/shr-core-branches/shr-core/tmp-eglibc/work/armv5te-oe-linux-gnueabi/gnuradio/3.6.4.1-r0/git/gr-trellis/doc/docbookx.dtd"
> | validity error : Could not load the external subset "docbookx.dtd"
> | Document /home/jenkins/oe/shr-core-branches/shr-core/tmp-eglibc/work/armv5te-oe-linux-gnueabi/gnuradio/3.6.4.1-r0/git/gr-trellis/doc/gr-trellis.xml does not validate
>
Thanks. Do you want me to make a new patch including that and resend?
It built on my machine, I wonder if there is a host contamination issue?
Philip
> Cheers,
>
>
>
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
>
[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 567 bytes --]
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [meta-oe][PATCH] gnuradio : Update recipe to build on all machines again.
2013-05-19 11:06 ` Philip Balister
@ 2013-05-19 11:52 ` Martin Jansa
2013-05-19 20:04 ` Khem Raj
0 siblings, 1 reply; 5+ messages in thread
From: Martin Jansa @ 2013-05-19 11:52 UTC (permalink / raw)
To: Philip Balister; +Cc: openembedded-devel
[-- Attachment #1: Type: text/plain, Size: 3998 bytes --]
On Sun, May 19, 2013 at 07:06:02AM -0400, Philip Balister wrote:
> On 05/19/2013 03:32 AM, Martin Jansa wrote:
> > On Mon, May 13, 2013 at 10:59:45AM -0400, Philip Balister wrote:
> >> Also updated the git repo address after recent changes in hosting.
> >>
> >> The recipe failed to build for machines without neon as a tune feature.
> >> The cmake config options have been changed so that it configures properly
> >> now.
> >>
> >> Test on armv7a, x86, and x86-64.
> >>
> >> Signed-off-by: Philip Balister <philip@balister.org>
> >> ---
> >> meta-oe/recipes-connectivity/gnuradio/gnuradio_git.bb | 10 +++-------
> >> 1 file changed, 3 insertions(+), 7 deletions(-)
> >>
> >> diff --git a/meta-oe/recipes-connectivity/gnuradio/gnuradio_git.bb b/meta-oe/recipes-connectivity/gnuradio/gnuradio_git.bb
> >> index edd4615..9e6998b 100644
> >> --- a/meta-oe/recipes-connectivity/gnuradio/gnuradio_git.bb
> >> +++ b/meta-oe/recipes-connectivity/gnuradio/gnuradio_git.bb
> >> @@ -70,7 +70,7 @@ SRCREV = "5f69899e059e9bea58f92af61f70fc3f63825087"
> >> GIT_REPO = "gnuradio.git"
> >> GIT_BRANCH = "master"
> >>
> >> -SRC_URI = "git://gnuradio.org/${GIT_REPO};branch=${GIT_BRANCH};protocol=git \
> >> +SRC_URI = "git://git.gnuradio.org/${GIT_REPO};branch=${GIT_BRANCH};protocol=git \
> >> "
> >>
> >> S="${WORKDIR}/git"
> >> @@ -88,15 +88,11 @@ EXTRA_OECMAKE = "-DENABLE_GR_ATSC=FALSE \
> >> -DQT_LIBRARY_DIR=${STAGING_LIBDIR} \
> >> -DQT_QTCORE_LIBRARY_RELEASE=${STAGING_LIBDIR}/libQtCore.so \
> >> -DQT_QTGUI_LIBRARY_RELEASE=${STAGING_LIBDIR}/libQtGui.so \
> >> + ${@base_contains('TUNE_FEATURES', 'neon', \
> >> + '-Dhave_mfpu_neon=1', '-Dhave_mfpu_neon=0', d)} \
> >> "
> >>
> >> inherit distutils-base cmake pkgconfig
> >>
> >> EXTRA_OEMAKE = "-C ${OECMAKE_BUILDPATH}"
> >>
> >> -# Only builds for machines with neon instructions. Problem is in upstream cmake.
> >> -python () {
> >> - if not oe.utils.contains ('TUNE_FEATURES', 'neon', True, False, d):
> >> - raise bb.parse.SkipPackage("'neon' not in TUNE_FEATURES")
> >> -}
> >
> > Hi,
> >
> > this enables gnuradio to build on qemu* MACHINEs I'm testing and it
> > failed on all 3 because of docs generation, can you disable it?
> >
> > | [ 20%] /home/jenkins/oe/shr-core-branches/shr-core/tmp-eglibc/work/armv5te-oe-linux-gnueabi/gnuradio/3.6.4.1-r0/git/gr-trellis/doc/gr-trellis.xml:6: warning: failed to load external entity "/home/jenkins/oe/shr-core-branches/shr-core/tmp-eglibc/work/armv5te-oe-linux-gnueabi/gnuradio/3.6.4.1-r0/git/gr-trellis/doc/docbookx.dtd"
> > | ]>
> > | ^
> > | warning: failed to load external entity "/home/jenkins/oe/shr-core-branches/shr-core/tmp-eglibc/work/armv5te-oe-linux-gnueabi/gnuradio/3.6.4.1-r0/git/gr-trellis/doc/docbookx.dtd"
> > | validity error : Could not load the external subset "docbookx.dtd"
> > | Document /home/jenkins/oe/shr-core-branches/shr-core/tmp-eglibc/work/armv5te-oe-linux-gnueabi/gnuradio/3.6.4.1-r0/git/gr-trellis/doc/gr-trellis.xml does not validate
> >
>
> Thanks. Do you want me to make a new patch including that and resend?
Can be in separate patch, but I would like to apply them together (so
that I don't get new failure on world builds)
> It built on my machine, I wonder if there is a host contamination issue?
docs are broken for long time:
https://bugzilla.yoctoproject.org/show_bug.cgi?id=2416
a lot of components is disabling docs (if configure option available) or
dropping them from SUBDIRs in Makefile.am with sed.
Cheers,
>
> Philip
>
> > Cheers,
> >
> >
> >
> > _______________________________________________
> > 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] 5+ messages in thread
* Re: [meta-oe][PATCH] gnuradio : Update recipe to build on all machines again.
2013-05-19 11:52 ` Martin Jansa
@ 2013-05-19 20:04 ` Khem Raj
0 siblings, 0 replies; 5+ messages in thread
From: Khem Raj @ 2013-05-19 20:04 UTC (permalink / raw)
To: openembedded-devel@lists.openembedded.org
On Sunday, May 19, 2013, Martin Jansa <martin.jansa@gmail.com> wrote:
> On Sun, May 19, 2013 at 07:06:02AM -0400, Philip Balister wrote:
>> On 05/19/2013 03:32 AM, Martin Jansa wrote:
>> > On Mon, May 13, 2013 at 10:59:45AM -0400, Philip Balister wrote:
>> >> Also updated the git repo address after recent changes in hosting.
>> >>
>> >> The recipe failed to build for machines without neon as a tune
feature.
>> >> The cmake config options have been changed so that it configures
properly
>> >> now.
>> >>
>> >> Test on armv7a, x86, and x86-64.
>> >>
>> >> Signed-off-by: Philip Balister <philip@balister.org>
>> >> ---
>> >> meta-oe/recipes-connectivity/gnuradio/gnuradio_git.bb | 10 +++-------
>> >> 1 file changed, 3 insertions(+), 7 deletions(-)
>> >>
>> >> diff --git a/meta-oe/recipes-connectivity/gnuradio/gnuradio_git.bbb/meta-oe/recipes-connectivity/gnuradio/
gnuradio_git.bb
>> >> index edd4615..9e6998b 100644
>> >> --- a/meta-oe/recipes-connectivity/gnuradio/gnuradio_git.bb
>> >> +++ b/meta-oe/recipes-connectivity/gnuradio/gnuradio_git.bb
>> >> @@ -70,7 +70,7 @@ SRCREV = "5f69899e059e9bea58f92af61f70fc3f63825087"
>> >> GIT_REPO = "gnuradio.git"
>> >> GIT_BRANCH = "master"
>> >>
>> >> -SRC_URI = "git://
gnuradio.org/${GIT_REPO};branch=${GIT_BRANCH};protocol=git \
>> >> +SRC_URI = "git://
git.gnuradio.org/${GIT_REPO};branch=${GIT_BRANCH};protocol=git \
>> >> "
>> >>
>> >> S="${WORKDIR}/git"
>> >> @@ -88,15 +88,11 @@ EXTRA_OECMAKE = "-DENABLE_GR_ATSC=FALSE \
>> >> -DQT_LIBRARY_DIR=${STAGING_LIBDIR} \
>> >>
-DQT_QTCORE_LIBRARY_RELEASE=${STAGING_LIBDIR}/libQtCore.so \
>> >>
-DQT_QTGUI_LIBRARY_RELEASE=${STAGING_LIBDIR}/libQtGui.so \
>> >> + ${@base_contains('TUNE_FEATURES', 'neon', \
>> >> + '-Dhave_mfpu_neon=1', '-Dhave_mfpu_neon=0', d)}
\
>> >> "
>> >>
>> >> inherit distutils-base cmake pkgconfig
>> >>
>> >> EXTRA_OEMAKE = "-C ${OECMAKE_BUILDPATH}"
>> >>
>> >> -# Only builds for machines with neon instructions. Problem is in
upstream cmake.
>> >> -python () {
>> >> - if not oe.utils.contains ('TUNE_FEATURES', 'neon', True, False,
d):
>> >> - raise bb.parse.SkipPackage("'neon' not in TUNE_FEATURES")
>> >> -}
>> >
>> > Hi,
>> >
>> > this enables gnuradio to build on qemu* MACHINEs I'm testing and it
>> > failed on all 3 because of docs generation, can you disable it?
>> >
>> > | [ 20%]
/home/jenkins/oe/shr-core-branches/shr-core/tmp-eglibc/work/armv5te-oe-linux-gnueabi/gnuradio/3.6.4.1-r0/git/gr-trellis/doc/gr-trellis.xml:6:
warning: failed to load external entity
"/home/jenkins/oe/shr-core-branches/shr-core/tmp-eglibc/work/armv5te-oe-linux-gnueabi/gnuradio/3.6.4.1-r0/git/gr-trellis/doc/docbookx.dtd"
>> > | ]>
>> > | ^
>> > | warning: failed to load external entity
"/home/jenkins/oe/shr-core-branches/shr-core/tmp-eglibc/work/armv5te-oe-linux-gnueabi/gnuradio/3.6.4.1-r0/git/gr-trellis/doc/docbookx.dtd"
>> > | validity error : Could not load the external subset "docbookx.dtd"
>> > | Document
/home/jenkins/oe/shr-core-branches/shr-core/tmp-eglibc/work/armv5te-oe-linux-gnueabi/gnuradio/3.6.4.1-r0/git/gr-trellis/doc/gr-trellis.xml
does not validate
>> >
> Can be in separate patch, but I would like to apply them together (so
> that I don't get new failure on world builds)
>
>> It built on my machine, I wonder if there is a host contamination issue?
>
> docs are broken for long time:
> https://bugzilla.yoctoproject.org/show_bug.cgi?id=2416
Can you cook patches for these native recipes for oe-core seems you know
most about the issue
It would really be very helpful
>
> a lot of components is disabling docs (if configure option available) or
> dropping them from SUBDIRs in Makefile.am with sed.
>
> Cheers,
>
>>
>> Philip
>>
>> > Cheers,
>> >
>> >
>> >
>> > _______________________________________________
>> > 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
>
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2013-05-19 20:22 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-05-13 14:59 [meta-oe][PATCH] gnuradio : Update recipe to build on all machines again Philip Balister
2013-05-19 7:32 ` Martin Jansa
2013-05-19 11:06 ` Philip Balister
2013-05-19 11:52 ` Martin Jansa
2013-05-19 20:04 ` Khem Raj
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.