Hi I deployed the arago toolchain coording to the wiki entry.
I created a distro conf for my platform, which builds fine. I replaced u-boot and kernel sources. The system builds and is bootable.
When I try the populate_sdk command in bitbake, it fails in the last task (do_populate_sdk) with this message:
Collected errors: * satisfy_dependencies_for: Cannot satisfy the following dependencies for packagegroup-core-standalone-sdk-target: * libgcov-dev * * opkg_install_cmd: Cannot install package packagegroup-core-standalone-sdk-target.
During the build I see "external-linaro-toolchain" is built and the corresponding .bb file lists libgcov-dev under PROVIDES.
Is there something I am missing?