Skip to content

Instantly share code, notes, and snippets.

@marcusmueller
Created September 22, 2015 17:13
Show Gist options
  • Save marcusmueller/f2e13be4753829d9d8eb to your computer and use it in GitHub Desktop.
Save marcusmueller/f2e13be4753829d9d8eb to your computer and use it in GitHub Desktop.
repo init -u git://github.com/balister/oe-gnuradio-manifest.git -b fido
marcus@workhorse  ~/src/e300-oe-build  TEMPLATECONF=`pwd`/meta-sdr/conf source ./oe-core/oe-init-build-env ./build ./bitbake  1 ↵  10174  19:11:30
You had no conf/local.conf file. This configuration file has therefore been
created for you with some default values. You may wish to edit it to use a
different MACHINE (target hardware) or enable parallel build options to take
advantage of multiple cores for example. See the file for more information as
common configuration options are commented.
You had no conf/bblayers.conf file. The configuration file has been created for
you with some default values. To add additional metadata layers into your
configuration please add entries to this file.
The Yocto Project has extensive documentation about OE including a reference
manual which can be found at:
http://yoctoproject.org/documentation
For more information about OpenEmbedded see their website:
http://www.openembedded.org/
### Shell environment set up for builds. ###
You can now run 'bitbake <target>'
marcus@workhorse  ~/src/e300-oe-build/build  cat conf/local.conf|grep MACHINE  ✓  10175  19:11:44
#MACHINE ?= "qemuarm"
#MACHINE ?= "qemumips"
#MACHINE ?= "qemuppc"
#MACHINE ?= "qemux86"
#MACHINE ?= "qemux86-64"
MACHINE ??= "ettus-e300"
#SDKMACHINE ?= "i686"
marcus@workhorse  ~/src/e300-oe-build/build  bitbake gnuradio-dev-image  ✓  10176  19:11:53
NOTE: Your conf/bblayers.conf has been automatically updated.
Parsing recipes: 100% |######################################################################################################################################################| Time: 00:00:48
Parsing of 1935 .bb files complete (0 cached, 1935 parsed). 2447 targets, 245 skipped, 0 masked, 0 errors.
ERROR: No recipes available for:
/home/marcus/src/e300-oe-build/oe-core/../meta-ettus/e300-bsp/recipes-bsp/u-boot/u-boot-xlnx_2015.04.bbappend
Summary: There was 1 ERROR message shown, returning a non-zero exit code.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment