Since this is a bootstrap recipe with PACKAGES = "", inherit the nopackages class to skip the various packaging functions which wouldn't do anything anyway.
This fixes errors from buildhistory changes where packages-split would be empty. Signed-off-by: Ryan Eatmon <[email protected]> --- meta-arago-extras/recipes-core/meta/meta-toolchain-arago.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/meta-arago-extras/recipes-core/meta/meta-toolchain-arago.bb b/meta-arago-extras/recipes-core/meta/meta-toolchain-arago.bb index be18be00..fa8ed3d4 100644 --- a/meta-arago-extras/recipes-core/meta/meta-toolchain-arago.bb +++ b/meta-arago-extras/recipes-core/meta/meta-toolchain-arago.bb @@ -10,6 +10,7 @@ SDK_PACKAGE_ARCHS += "buildtools-dummy-${SDKPKGSUFFIX}" inherit toolchain-scripts inherit tisdk-sw-manifest +inherit nopackages require recipes-core/meta/meta-toolchain.bb -- 2.17.1 -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#15509): https://lists.yoctoproject.org/g/meta-arago/message/15509 Mute This Topic: https://lists.yoctoproject.org/mt/107858704/21656 Group Owner: [email protected] Unsubscribe: https://lists.yoctoproject.org/g/meta-arago/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
