Additionally, when making changes like this, it is useful to run test_sstate_allarch_samesigs from oe-selftest. If that fails, then the package can't be made allarch.
Alex On Fri, 6 Dec 2024 at 11:01, Martin Jansa via lists.openembedded.org <[email protected]> wrote: > > RDEPENDS:${PN} = "opkg" > > makes it effectively TUNE_PKGARCH unless explicitly removed in > SIGGEN_EXCLUDERECIPES_ABISAFE or SIGGEN_EXCLUDE_SAFE_RECIPE_DEPS > > On Fri, Dec 6, 2024 at 10:27 AM pratheekshasn via > lists.openembedded.org <[email protected]> > wrote: > > > > inherit allarch as package contains entirely cross-platform content. > > > > Signed-off by: Pratheeksha S N <[email protected]> > > --- > > meta/recipes-devtools/opkg/opkg-keyrings_1.0.bb | 2 ++ > > 1 file changed, 2 insertions(+) > > > > diff --git a/meta/recipes-devtools/opkg/opkg-keyrings_1.0.bb > > b/meta/recipes-devtools/opkg/opkg-keyrings_1.0.bb > > index 84aeb98068..75d5b5216c 100644 > > --- a/meta/recipes-devtools/opkg/opkg-keyrings_1.0.bb > > +++ b/meta/recipes-devtools/opkg/opkg-keyrings_1.0.bb > > @@ -2,6 +2,8 @@ SUMMARY = "Keyrings for verifying opkg packages and feeds" > > LICENSE = "MIT" > > LIC_FILES_CHKSUM = > > "file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420" > > > > +inherit allarch > > + > > # Distro-specific keys can be added to this package in two ways: > > # > > # 1) In a .bbappend, add .gpg and/or .asc files to SRC_URI and install > > them to > > -- > > 2.43.0 > > > > > > > > > > >
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#208414): https://lists.openembedded.org/g/openembedded-core/message/208414 Mute This Topic: https://lists.openembedded.org/mt/109955189/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
