On Tue, Mar 18, 2014 at 12:57 PM, Richard Cagley <rcag...@gmail.com> wrote:

> 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?
>
>
Not sure if this is "proper" but I found if I added
DISTRO_FEATURES_DEFAULT = "opengl x11"
to local.conf it builds
_______________________________________________
Discuss-gnuradio mailing list
Discuss-gnuradio@gnu.org
https://lists.gnu.org/mailman/listinfo/discuss-gnuradio

Reply via email to