Message ID | 20240812152922.30479-1-reatmon@ti.com |
---|---|
State | Accepted |
Delegated to: | Ryan Eatmon |
Headers | show |
Series | [meta-arago,master] meta-toolchain-arago: Inherit nopackage | expand |
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
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 <reatmon@ti.com> --- meta-arago-extras/recipes-core/meta/meta-toolchain-arago.bb | 1 + 1 file changed, 1 insertion(+)