Uninative 5.2 is the first version with no i686 support. The tests comparing different kinds of sstate are still useful and we really want uninative in those tests too, so work around the issue by having i686 refer to the last release for the test.
Signed-off-by: Richard Purdie <[email protected]> --- meta/lib/oeqa/selftest/cases/sstatetests.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/meta/lib/oeqa/selftest/cases/sstatetests.py b/meta/lib/oeqa/selftest/cases/sstatetests.py index 02fd45fe0d9..5da8caf1c39 100644 --- a/meta/lib/oeqa/selftest/cases/sstatetests.py +++ b/meta/lib/oeqa/selftest/cases/sstatetests.py @@ -375,6 +375,9 @@ TMPDIR = "${TOPDIR}/tmp-sstatesamehash2" BUILD_ARCH = "i686" BUILD_OS = "linux" SDKMACHINE = "%s" +# We dropped i686 build host support but the test is still useful, work around it +UNINATIVE_VERSION:forcevariable = "5.1" +UNINATIVE_CHECKSUM[i686] = "761502cc9aef4d54d0c6fe9418beb9fdd2c6220da6f2b04128c89f47902ab9ae" PACKAGE_CLASSES = "package_rpm package_ipk package_deb" BB_SIGNATURE_HANDLER = "OEBasicHash" """ % sdkmachine)
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#242418): https://lists.openembedded.org/g/openembedded-core/message/242418 Mute This Topic: https://lists.openembedded.org/mt/120531931/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
