summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-connectivity/uhd/uhd_git.bb
Commit message (Collapse)AuthorAgeFilesLines
* uhd: Remove from meta-oe. Now lives in meta-sdr.Philip Balister2013-11-181-11/+0
| | | | | | | https://github.com/balister/meta-sdr Signed-off-by: Philip Balister <philip@balister.org> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* 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>
* uhd: Fix compile errorsKhem Raj2013-07-081-1/+2
| | | | | | | | | | uhd would fail with wrong scope for uint8_t type errors. Signed-off-by: Khem Raj <raj.khem@gmail.com> CC: Philip Balister <philip@balister.org> Acked-by: Philip Balister <philip@balister.org> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* uhd : Update to version 3.5.3.Philip Balister2013-05-281-2/+2
| | | | | Signed-off-by: Philip Balister <philip@balister.org> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* recipes: Unify indentationMartin Jansa2013-04-151-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | * 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>
* uhd : Update to version 3.5.2.Philip Balister2013-04-091-2/+2
| | | | | | | Tested on Cortex-A9 based hardware. Signed-off-by: Philip Balister <philip@balister.org> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* uhd : Update to version 3.5.0.Philip Balister2013-01-181-3/+3
| | | | | | | | This version drops the usrp E100 utilities. Also, the recipe depends on python-cheetah-native now. Signed-off-by: Philip Balister <philip@balister.org> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* uhd : Update to version 3.4.1.Philip Balister2012-04-121-3/+3
| | | | | Signed-off-by: Philip Balister <philip@opensdr.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* uhd: update to 3.3.1 to match kernel and FPGA firmwareKoen Kooi2011-11-191-2/+2
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* uhd: update to 3.2.1Koen Kooi2011-08-021-2/+3
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* uhd: fix striplevel of patchKoen Kooi2011-06-191-1/+1
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* uhd: fix build, update SRCREVKoen Kooi2011-06-171-3/+4
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* move layer into meta-oe in preparation for future splitsKoen Kooi2011-03-171-0/+8
As per TSC decision Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>