aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/gnuradio
AgeCommit message (Collapse)Author
2010-10-19gnuradio: Drop DEPENDS on sdcc now that we use uhd for usrp interfaces/Philip Balister
2010-10-17gnuradio: Remove old recipes. I promise to deal with all user fall out promptly.Philip Balister
2010-10-17gnuradio: Update GNU Radio recipe. Clean up configuration settings.Philip Balister
2010-10-12gnuradio: Fix build with libtool 2.4Khem Raj
* Update libtool macros for embedded libusb * We still need to fix libstdc++.la issue Signed-off-by: Khem Raj <raj.khem@gmail.com>
2010-10-11gnuradio : moved unused files to obsolete dirFrans Meulenbroeks
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
2010-08-26gnuradio_3.2.1.bb: Add missing dependency on guile-nativeKhem Raj
* Pass -fPIC when building libusb Signed-off-by: Khem Raj <raj.khem@gmail.com>
2010-08-05recipes: inherit autotools instead of autotools_stageKhem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com> Acked-by: Martin Jansa <Martin.Jansa@gmail.com> Acked-by: Richard Purdie <rpurdie@linux.intel.com>
2010-05-25Make the do_patch apply=yes param implicit if extension is .diff/.patchChris Larson
For .diff/.patch you need to apply manually, you can specify apply=no. Signed-off-by: Chris Larson <chris_larson@mentor.com> Acked-by: Denys Dmytriyenko <denis@denix.org> Acked-by: Khem Raj <raj.khem@gmail.com>
2010-05-25Rename url params patch=<ignored>/pnum=<n> to apply={yes,no}/striplevel=<n>Chris Larson
I think this makes the behavior rather more clear. Signed-off-by: Chris Larson <chris_larson@mentor.com> Acked-by: Denys Dmytriyenko <denis@denix.org> Acked-by: Khem Raj <raj.khem@gmail.com>
2010-05-05bitbake.conf/base.bbclass: Rename the staging directory to sysroots and the ↵Joshua Lock
populate_staging task to populate_sysroot This change, pulled from Poky, makes the purpose of the staging directory more obvious and the taskname more true to what it now actually does. The layout version number is increased due to the change in layout but code to convert existing directories and insert a symlink for backwards compatibility is included. This patch also includes fixes for all recipes which reference the directory. Signed-off-by: Joshua Lock <josh@linux.intel.com>
2010-04-12recipes: move checksums to recipes from checksums.ini, part 2 manual adjustementMartin Jansa
* all: multiple checked items in SRC_URI (needs name= param) * other fixes like non-existent URL, checksums moved ot .inc or included .bb (ie for -native) * ... * tested with micro/micro-uclibc/Angstrom/SHR with SOURCE_MIRROR_FETCH="True" (ignoring COMPATIBLE_* * also tested -c fetch with s/SRC_URI_append_[^ ]*/SRC_URI_append/g and s/SRC_URI_[^ ]*/SRC_URI_append/g to catch all URLs used only for distro/machine/virtual override (see http://build.shr-project.org/tests/jama/SRC_URI.removeOverrides.patch) * in case I downloaded different checksum then what was in checksums.ini I used the old one from checksums.ini and put my checksum in comment * I'll send to ML list of recipes which cannot be downloaded (weren't converted) and where I got different checksums Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-04-12recipes: move checksums to recipes from checksums.iniMartin Jansa
* fetch all *.bb with patched utils.bbclass appending all checksums found only in checksums.ini to recipe Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-03-25use PYTHON_SITEPACKAGES_DIRRoman I Khimov
Converted most of python site-packages references to PYTHON_SITEPACKAGES_DIR. Signed-off-by: Roman I Khimov <khimov@altell.ru>
2009-11-20gnuradio : Fix stupid typo. Sorry for the noise.Philip Balister
2009-11-20gnuradio : Restore DEFAULT_PREFERENCE = "-1".Philip Balister
2009-11-20gnuradio : Update git recipe to build from current HEAD.Philip Balister
* Update recipe to allow building from dev repos and branches.
2009-10-18gnuradio : Add recipe to build GNU Radio from git.Philip Balister
2009-10-18gnuradio : Newer versions of GNU Radio will not need to build privatePhilip Balister
copies of libusb-0.12.
2009-10-18gnuradio_svn.bb : GNU Radio is now maintained in git.Philip Balister
2009-07-11gnuradio : Update subversion recipe. GNURadio trunk now includes NEON support.Philip Balister
2009-07-09gnuradio : Add bb file for GNURadio 3.2.1.Philip Balister
2009-06-26many files: Introduction of virtual/libusb0 provided by libusb or libusb-compat:Stanislav Brabec
* for more see http://lists.linuxtogo.org/pipermail/openembedded-devel/2009-June/012217.html
2009-06-22gnuradio.inc : GNU Radio is GPLv3. Update LICENSE.Philip Balister
2009-06-21gnuradio : Update .inc file and other updatesPhilip Balister
* Convert PR to use INC_PR * All recipes now use private copy of libusb_0.1.12 so usrp works * Move more stuff into the .inc file * Fix program-prefix
2009-06-21gnuradio : Remove older recipes.Philip Balister
NOTE: Normally I do not like deleting recipes, but in this case I am very familiar with (hopefully) all the gnuradio from OE users. To be really useful, the older recipes need lots of work. The 3.1.3 recipe is mainly for people using libusrp with the older API.
2009-06-15gnuradio : Fixes for usrp support files packaging.Philip Balister
2009-06-12gnuradio-3.2 : Use -program-prefix to remove prefix from programs.Philip Balister
2009-06-05gnuradio: add deptask for the buildlibusb taskKoen Kooi
2009-06-02gnuradio-3.2.0 : Add recipe for new release of gnuradio.Philip Balister
2009-06-01gnuradio: add hack to build a private copy of libusb (the gnarly old one) ↵Koen Kooi
and statically link that since gnuradio is using private methods of libusb that libusb-compat won't provide
2009-05-10gnuradio : Stage files so we can build other packages that use gnuradio.Philip Balister
2009-03-17rename packages/ to recipes/ per earlier agreementDenys Dmytriyenko
See links below for more details: http://thread.gmane.org/gmane.comp.handhelds.openembedded/21326 http://thread.gmane.org/gmane.comp.handhelds.openembedded/21816 Signed-off-by: Denys Dmytriyenko <denis@denix.org> Acked-by: Mike Westerhof <mwester@dls.net> Acked-by: Philip Balister <philip@balister.org> Acked-by: Khem Raj <raj.khem@gmail.com> Acked-by: Marcin Juszkiewicz <hrw@openembedded.org> Acked-by: Koen Kooi <koen@openembedded.org> Acked-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>