OK, so I am a total newbie when it comes to open-embedded. I know that the docker to build doesn't include a gnuradio-image bitbake option (only developer-image), so I tried to make one. I created a new gnuradio-image.bb file and added gnuradio to the list of things to build. Sadly, I appear to need to do more than that as it won't build:
oe-builder@b3d40f15af25:~$ bitbake gnuradio-image --verbose Loading cache: 100% |##########################################################################################################################################################################################################################| Time: 0:00:00 Loaded 2964 entries from dependency cache. NOTE: Resolving any missing task queue dependencies NOTE: selecting opkg-utils-native to satisfy virtual/update-alternatives-native due to PREFERRED_PROVIDERS NOTE: selecting linux-yocto to satisfy virtual/kernel due to PREFERRED_PROVIDERS NOTE: selecting pseudo-native to satisfy virtual/fakeroot-native due to PREFERRED_PROVIDERS NOTE: selecting opkg-native to satisfy opkg-native due to PREFERRED_PROVIDERS NOTE: selecting nativesdk-glibc to satisfy runtime nativesdk-glibc due to PREFERRED_PROVIDER_virtual/nativesdk-libc = nativesdk-glibc ERROR: Nothing RPROVIDES 'gnuradio' (but /home/oe-builder/meta-ettus/meta-ettus-core/recipes-core/images/gnuradio-image.bb RDEPENDS on or otherwise requires it) NOTE: Runtime target 'gnuradio' is unbuildable, removing... Missing or unbuildable dependency chain was: ['gnuradio'] NOTE: Target 'gnuradio-image' is unbuildable, removing... Missing or unbuildable dependency chain was: ['gnuradio-image', 'gnuradio'] ERROR: Required build target 'gnuradio-image' has no buildable providers. Missing or unbuildable dependency chain was: ['gnuradio-image', 'gnuradio'] Summary: There were 2 ERROR messages shown, returning a non-zero exit code. Anyone know how to do add it (once that works, I'll want to add some of my own OOT packages as well)?
_______________________________________________ USRP-users mailing list USRP-users@lists.ettus.com http://lists.ettus.com/mailman/listinfo/usrp-users_lists.ettus.com