This is likely pretty simple, but I can't figure it out. I'm getting a
bitbake error trying to build gnuradio-dev-image. Here are my steps:

git clone git://git.openembedded.org/bitbake
git clone git://github.com/openembedded/oe-core.git
git clone git://github.com/openembedded/meta-oe.git
git clone g...@github.com:balister/meta-sdr.git
source oe-core/oe-init-build-env build bitbake
edit bblayers.conf (shown below)
bitbake gnuradio-dev-image

Then I get ERROR: Nothing PROVIDES 'virtual/libgl'

Here is the relevant section from bblayers.conf

BBLAYERS ?= " \
  /home/rcagley/meta-sdr/oe-core/meta \
  /home/rcagley/meta-sdr/meta-oe/meta-oe \
  /home/rcagley/meta-sdr/meta-oe/meta-filesystems \
  /home/rcagley/meta-sdr/meta-oe/meta-networking \
  /home/rcagley/meta-sdr/meta-sdr \

any ideas?
_______________________________________________
Discuss-gnuradio mailing list
Discuss-gnuradio@gnu.org
https://lists.gnu.org/mailman/listinfo/discuss-gnuradio

Reply via email to