summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-connectivity/gnuradio
Commit message (Collapse)AuthorAgeFilesLines
* remove the unnecessary protocol parametersJackie Huang2013-09-031-1/+1
| | | | | | | | | It's not necessary to specify the protocol parameter when it's the default protocol for the fetcher, e.g. the default protocol for git fetcher it git, "protocol=git" isn't needed. Signed-off-by: Jackie Huang <jackie.huang@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* gnuradio: Update to 3.6.5. Also fix for docs, packaging, and grc RDEPENDS.Philip Balister2013-06-292-8/+47
| | | | | | | | | | | * Fix packaging so grc and examples packages are not empty. * Account for addition of gr-modtool. * Update to version 3.6.5 of GNU Radio. * Update RDEPENDS for grc to add python-netserver. * Try even harder to stop docs from getting built. Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Philip Balister <philip@balister.org>
* gnuradio : Update recipe to build for all machines.Philip Balister2013-05-281-7/+4
| | | | | | | | | | | | | | | 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. Also dropped documentation from build to work around a doc generation problem. Test on armv7a, x86, and x86-64. Signed-off-by: Philip Balister <philip@balister.org> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* recipes: Unify indentationMartin Jansa2013-04-151-11/+11
| | | | | | | | | | | | | | | | | | | | | | | | | * This change is only aesthetic (unlike indentation in Python tasks). * Some recipes were using tabs. * Some were using 8 spaces. * Some were using mix or different number of spaces. * Make them consistently use 4 spaces everywhere. * Yocto styleguide advises to use tabs (but the only reason to keep tabs is the need to update a lot of recipes). Lately this advice was also merged into the styleguide on the OE wiki. * Using 4 spaces in both types of tasks is better because it's less error prone when someone is not sure if e.g. do_generate_toolchain_file() is Python or shell task and also allows to highlight every tab used in .bb, .inc, .bbappend, .bbclass as potentially bad (shouldn't be used for indenting of multiline variable assignments and cannot be used for Python tasks). * Don't indent closing quote on multiline variables we're quite inconsistent wheater it's first character on line under opening quote or under first non-whitespace character in previous line. Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Acked-by: Koen Kooi <koen@dominion.thruhere.net>
* gnuradio : Update to version 3.6.4.1.Philip Balister2013-04-091-2/+2
| | | | | | | Tested on Cortex-A( based machine. Signed-off-by: Philip Balister <philip@balister.org> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* gnuradio : Use PACKAGECONFIG so users can tweak build options.Philip Balister2013-01-271-4/+26
| | | | | | | | | | | | | | | I hear from users that they are fiddling with the recipe to build gnuradio with different options for various purposes. Start adding PACKAGECONFIG support to reduce user editing of the recipe. Currently these options are supported: uhd : enable support for UHD based hardware. grc: Build gnuradio companion. qtgui: Build the qtgui component. Signed-off-by: Philip Balister <philip@balister.org> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* gnuradio : Update to version 3.6.3.Philip Balister2013-01-181-11/+11
| | | | | | | | * Fix packaging issues for the examples package. * Disable build for machines without neon, since cmake detection is broken. Signed-off-by: Philip Balister <philip@balister.org> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* Remove PRIORITYPaul Eggleton2012-10-281-1/+0
| | | | | | We don't set this field in recipes anymore. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
* gnuradio : Remove old files.Philip Balister2012-04-122-90/+0
| | | | | | | | | | Left the buildsys patch for now. It does not apply, but I have only built this with gcc-4.6 from toolchain layer, not gcc from Angstrom. The patch does not apply, but I am saving it to remind me how to fix the problem. Signed-off-by: Philip Balister <philip@opensdr.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* gnuradio : Update to version 3.5.3.Philip Balister2012-04-121-8/+71
| | | | | Signed-off-by: Philip Balister <philip@opensdr.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* More quotting fixesOtavio Salvador2012-02-291-1/+1
| | | | | Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* gnuradio : Bump SRCREV to current version. Fix packaging warning.Philip Balister2011-08-112-2/+3
| | | | | Signed-off-by: Philip Balister <philip@balister.org> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* gnuradio: update to 3.4.0 and clean upKoen Kooi2011-06-194-9/+112
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* move layer into meta-oe in preparation for future splitsKoen Kooi2011-03-172-0/+62
As per TSC decision Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>