In running yocto-check-layer, it was discovered that the meta-toolchain-arago.bb recipe depends on tisdk-sw-manifest.bbclass which is in meta-arago-distro. But meta-arago-distro depends on meta-arago-extras so we cannot have extras depend on distro.
Simple fix, move the impacted recipes into the distro layer. Signed-off-by: Ryan Eatmon <[email protected]> --- .../recipes-core/meta/meta-toolchain-arago.bb | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename {meta-arago-extras => meta-arago-distro}/recipes-core/meta/meta-toolchain-arago.bb (100%) diff --git a/meta-arago-extras/recipes-core/meta/meta-toolchain-arago.bb b/meta-arago-distro/recipes-core/meta/meta-toolchain-arago.bb similarity index 100% rename from meta-arago-extras/recipes-core/meta/meta-toolchain-arago.bb rename to meta-arago-distro/recipes-core/meta/meta-toolchain-arago.bb -- 2.17.1 -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#15838): https://lists.yoctoproject.org/g/meta-arago/message/15838 Mute This Topic: https://lists.yoctoproject.org/mt/111126234/21656 Group Owner: [email protected] Unsubscribe: https://lists.yoctoproject.org/g/meta-arago/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
