Changes between Version 7 and Version 8 of GettingStartedWithEmbeddedSDR
- Timestamp:
- 02/04/08 15:34:12 (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
GettingStartedWithEmbeddedSDR
v7 v8 1 These need updating.2 1 3 This will get you started building the embedded SDR software. Further additions, including building OSSIE are in development. The following steps should generate all the files needed to turn an OSK into a SCA Radio. 2 This will get you started building the embedded SDR software. Further additions, including building OSSIE are in development. The following steps should generate all the files needed to turn an OSK into a SCA Radio. Even if you are not using the OSK, do the console-image build for the OSK, if you have a problem, I am familiar with that build and can help solve your problem. 4 3 5 4 * Download and install [http://www.openembedded.org/wiki/GettingStarted Open Embedded Getting Started]. … … 11 10 * Read about BB collections in the bitbake manual 12 11 * The bitbake collection for OSSIE is here: http://trac.geekisp.com/opensdr/browser/OE/ossie_collection 12 13 * Check out the OSSIE collection for Open Embedded with: 14 {{{ 15 svn co svn://svn.geekisp.com/opensdr/OE/ossie_collection 16 }}} 17 * Add the following lines to your {{{local.conf}}} 18 {{{ 19 BBFILES = "${OEDIR}/org.openembedded.dev/packages/*/*.bb ${OEDIR}/ossie_collection/packages/*/*.bb" 20 21 BBFILE_COLLECTIONS = "upstream ossie" 22 23 BBFILE_PATTERN_upstream = "^${OEDIR}/org.openembedded.dev/packages" 24 BBFILE_PRIORITY_upstream = "5" 25 26 BBFILE_PATTERN_ossie = "^${OEDIR}/ossie/packages" 27 BBFILE_PRIORITY_ossie = "10" 28 }}} 29 * Add {{{${OEDIR}/ossie_collection}}} to your BBPATH environment variable 30 * Run {{{bitbake ossie-image}}} 13 31 14 32 Contact PhilipBalister for help. I am usually in #edev, #davinci, #oe on freenode as {{{Crofton}}}, please ask questions in the appropriate channel.