summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2023-03-27 15:16:06 +0200
committerMartin Jansa <Martin.Jansa@gmail.com>2023-05-27 08:10:25 +0200
commit514f814f8be5047dbc16d6e9a9b997651b7e8a33 (patch)
tree86d1111ae281fd4fda26bc7186223bc80cc11289
parent519545aefda4b526c6b9d03f1c29572dc05e69d6 (diff)
downloadopenembedded-core-contrib-514f814f8be5047dbc16d6e9a9b997651b7e8a33.tar.gz
yocto-uninative.inc: use my local 3.9.gcc-13-2023-03-27 version
* now for all archs to fix: 2023-03-26 03:32:23,429 - oe-selftest - INFO - RESULTS - sstatetests.SStateHashSameSigs.test_sstate_32_64_same_hash: FAILED (65.68s) 2023-03-26 03:31:49,800 - oe-selftest - DEBUG - Adding path '/OE/build/poky/build/build-st-2023-03-24-todo-patch1b/sstatetests.SStateHashSameSigs.test_sstate_32_64_same_hash/build-st/tmp-sstatesamehash2' to be cleaned up when test is over 2023-03-26 03:32:16,546 - oe-selftest - INFO - ... FAIL 2023-03-26 03:32:16,647 - oe-selftest - INFO - Traceback (most recent call last): File "/OE/build/poky/meta/lib/oeqa/selftest/cases/sstatetests.py", line 368, in test_sstate_32_64_same_hash bitbake("core-image-weston -S none") File "/OE/build/poky/meta/lib/oeqa/utils/commands.py", line 236, in bitbake return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/OE/build/poky/meta/lib/oeqa/utils/commands.py", line 214, in runCmd raise AssertionError("Command '%s' returned non-zero exit status %d:\n%s" % (command, result.status, exc_output)) AssertionError: Command 'bitbake core-image-weston -S none' returned non-zero exit status 1: Loading cache...done. Loaded 0 entries from dependency cache. Parsing recipes...done. Parsing of 949 .bb files complete (0 cached, 949 parsed). 1860 targets, 54 skipped, 0 masked, 0 errors. NOTE: Resolving any missing task queue dependencies Build Configuration: BB_VERSION = "2.3.1" BUILD_SYS = "i686-linux" NATIVELSBSTRING = "gentoo-2.13" TARGET_SYS = "i686-poky-linux" MACHINE = "qemux86" DISTRO = "poky" DISTRO_VERSION = "4.1+snapshot-053afe0c972ceb07346582984508f5ec38958cd9" TUNE_FEATURES = "m32 core2" TARGET_FPU = "" meta meta-poky meta-yocto-bsp = "jansa/artifacts-2023-03-24-patch1:053afe0c972ceb07346582984508f5ec38958cd9" meta-selftest = "master:36862f143febcfcd81a5fc31c7207a0558146d5e" ERROR: Uninative selected but not configured correctly, please set UNINATIVE_CHECKSUM[i686] Summary: There was 1 ERROR message, returning a non-zero exit code. 2023-03-26 03:32:16,648 - oe-selftest - INFO - ====================================================================== 2023-03-26 03:32:16,648 - oe-selftest - INFO - FAIL: test_sstate_32_64_same_hash (sstatetests.SStateHashSameSigs.test_sstate_32_64_same_hash) 2023-03-26 03:32:16,648 - oe-selftest - INFO - ---------------------------------------------------------------------- Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
-rw-r--r--meta/conf/distro/include/yocto-uninative.inc8
1 files changed, 4 insertions, 4 deletions
diff --git a/meta/conf/distro/include/yocto-uninative.inc b/meta/conf/distro/include/yocto-uninative.inc
index fcf520a097..054d656e20 100644
--- a/meta/conf/distro/include/yocto-uninative.inc
+++ b/meta/conf/distro/include/yocto-uninative.inc
@@ -8,10 +8,10 @@
UNINATIVE_MAXGLIBCVERSION = "2.37"
#UNINATIVE_VERSION = "3.9"
-UNINATIVE_VERSION = "3.9.gcc-13"
+UNINATIVE_VERSION = "3.9.gcc-13-2023-03-27"
UNINATIVE_URL = "file:///OE/build/uninative/${UNINATIVE_VERSION}/"
#UNINATIVE_URL ?= "http://downloads.yoctoproject.org/releases/uninative/${UNINATIVE_VERSION}/"
-#UNINATIVE_CHECKSUM[aarch64] ?= "de35708c95c34573af140da910132c3291ba4fd26ebf7b74b755ada432cdf07b"
-#UNINATIVE_CHECKSUM[i686] ?= "adac07b08adb88eb26fc7fd87fee0cec9d5be167bf7c5ffd3a549a2a6699c29c"
-UNINATIVE_CHECKSUM[x86_64] ?= "c7a63f970ebbb6db3c3d63ea1dd1984df09306c3380166c56f60b8a5c25b7b6b"
+UNINATIVE_CHECKSUM[aarch64] ?= "2ec5180dc8b2b931c61a0745def085e8721c3332784528242c52c23731d13c4a"
+UNINATIVE_CHECKSUM[i686] ?= "15637953000ee828bd69eaa2148a247ff67a859d30f8453b6ec0b5b416ee07f1"
+UNINATIVE_CHECKSUM[x86_64] ?= "6ef671d46d91e2429a5f38090e6a6c9f29368c990e833c0edb3fe2a62782bac3"