Hi,
I have a persistent failure in the do_rootfs task of my yocto build. The log ends with...
Collected errors:
* check_conflicts_for: The following packages conflict with bluez4:
* check_conflicts_for: bluez5 *
* opkg_install_cmd: Cannot install package packagegroup-sdr-gnuradio.
ERROR: Function failed: do_rootfs
ERROR: Logfile of failure stored in: /home/rsl/edison/edison-src/build/tmp/work/edison-poky-linux/edison-image/1.0-r0/temp/log.do_rootfs.23758
ERROR: Task 8 (/home/rsl/edison/edison-src/device-software/meta-edison-distro/recipes-core/images/edison-image.bb, do_rootfs) failed with exit code '1'
NOTE: Tasks Summary: Attempted 4469 tasks of which 4420 didn't need to be rerun and 1 failed.
No currently running tasks (4468 of 4471)
Summary: 1 task failed:
/home/rsl/edison/edison-src/device-software/meta-edison-distro/recipes-core/images/edison-image.bb, do_rootfs
Summary: There were 3 WARNING messages shown.
Summary: There were 2 ERROR messages shown, returning a non-zero exit code.
The one tweak that I had to make this far is changing a version conflict in the bluez4 package by changing all version numbers to 10. I have attached the full log file
-Patrick Barone