| Message ID | 69524.1765261824486362826@lists.yoctoproject.org |
|---|---|
| State | New |
| Headers | show |
| Series | arm/fvp-base-a-aem: update to 11.30.27 | expand |
On 9 Dec 2025, at 06:30, Mohammed Javith Akthar M via lists.yoctoproject.org <mohammedjavitham=ami.com@lists.yoctoproject.org> wrote: > > Update Armv-A Base RevC AEM FVP to latest version > Testing: > Able to boot openbmc firmware in updated fvp > ./meta-arm/scripts/runfvp --console build/fvp/tmp/deploy/images/fvp/obmc-phosphor-image-fvp.fvpconf > License-Update: checksum refreshed for third-party license texts; LICENSE families unchanged. > Signed-off-by: Mohammed Javith Akthar M <mohammedjavitham@ami.com> Thanks for the upgrade, but this breaks our testing. If you run testimage on fvp-base then the test_fvp test case fails: hwclock: select() to /dev/rtc0 to wait for clock tick timed out I’ve not yet dug into why this happens, but it’s a blocker to merging. Ross
On Tue, Dec 9, 2025 at 10:28 AM Ross Burton via lists.yoctoproject.org <ross.burton=arm.com@lists.yoctoproject.org> wrote: > > On 9 Dec 2025, at 06:30, Mohammed Javith Akthar M via lists.yoctoproject.org <mohammedjavitham=ami.com@lists.yoctoproject.org> wrote: > > > > Update Armv-A Base RevC AEM FVP to latest version > > Testing: > > Able to boot openbmc firmware in updated fvp > > ./meta-arm/scripts/runfvp --console build/fvp/tmp/deploy/images/fvp/obmc-phosphor-image-fvp.fvpconf > > License-Update: checksum refreshed for third-party license texts; LICENSE families unchanged. > > Signed-off-by: Mohammed Javith Akthar M <mohammedjavitham@ami.com> > > Thanks for the upgrade, but this breaks our testing. If you run testimage on fvp-base then the test_fvp test case fails: > > hwclock: select() to /dev/rtc0 to wait for clock tick timed out > > I’ve not yet dug into why this happens, but it’s a blocker to merging. The issue is 100% reproducible. You can see it in my CI at https://gitlab.com/jonmason00/meta-arm/-/jobs/12280884125 If you are using kas, all you need to do is run: $ kas build ci/fvp-base.yml:ci/testimage.yml Thanks, Jon > > Ross > -=-=-=-=-=-=-=-=-=-=-=- > Links: You receive all messages sent to this group. > View/Reply Online (#6790): https://lists.yoctoproject.org/g/meta-arm/message/6790 > Mute This Topic: https://lists.yoctoproject.org/mt/116673226/3616920 > Group Owner: meta-arm+owner@lists.yoctoproject.org > Unsubscribe: https://lists.yoctoproject.org/g/meta-arm/unsub [jdmason@kudzu.us] > -=-=-=-=-=-=-=-=-=-=-=- >
diff --git a/meta-arm/recipes-devtools/fvp/fvp-base-a-aem_11.29.27.bb b/meta-arm/recipes-devtools/fvp/fvp-base-a-aem_11.30.27.bb similarity index 64% rename from meta-arm/recipes-devtools/fvp/fvp-base-a-aem_11.29.27.bb rename to meta-arm/recipes-devtools/fvp/fvp-base-a-aem_11.30.27.bb index a45fa153..23bf7a16 100644 --- a/meta-arm/recipes-devtools/fvp/fvp-base-a-aem_11.29.27.bb +++ b/meta-arm/recipes-devtools/fvp/fvp-base-a-aem_11.30.27.bb @@ -4,11 +4,11 @@ LICENSE:append = " & Artistic-2.0 & BSL-1.0 & BSD-2-Clause & Unlicense" SUMMARY = "Arm Fixed Virtual Platform - Armv-A Base RevC Architecture Envelope Model FVP" LIC_FILES_CHKSUM = "file://license_terms/license_agreement.txt;md5=1a33828e132ba71861c11688dbb0bd16 \ - file://license_terms/third_party_licenses/third_party_licenses.txt;md5=92ea58bb219213dfdc48111b693019b6 \ - file://license_terms/third_party_licenses/arm_license_management_utilities/third_party_licenses.txt;md5=abcaafefc7b7a0cdf6664c51f9075c5b" + file://license_terms/third_party_licenses/third_party_licenses.txt;md5=a5ce56e117d0ab63791fbb7c35ec2211 \ + file://license_terms/third_party_licenses/arm_license_management_utilities/third_party_licenses.txt;md5=25c38921c5071644ed088288e5bd9b8e" -SRC_URI[fvp-aarch64.sha256sum] = "8fce0dc6346c37b0df4809d08b599463c880b6375f9b58d89a73fa6f9ab2e129" -SRC_URI[fvp-x86_64.sha256sum] = "8a8c4a609c32890ce96799aa7319fff3ecf752c7a9dab52b2e968cb80cc1836f" +SRC_URI[fvp-aarch64.sha256sum] = "6b72a16f12ef619faeb9f441350c04b6c12687693061a4d2621e942cfaec5eab" +SRC_URI[fvp-x86_64.sha256sum] = "59d8d74dc9580e64a77c73fb571bdd3c0f583407dd6442de4c886086b8513df9" # The CSS used in the FVP homepage make it too difficult to query with the tooling currently in Yocto UPSTREAM_VERSION_UNKNOWN = "1"
Update Armv-A Base RevC AEM FVP to latest version Testing: Able to boot openbmc firmware in updated fvp ./meta-arm/scripts/runfvp --console build/fvp/tmp/deploy/images/fvp/obmc-phosphor-image-fvp.fvpconf License-Update: checksum refreshed for third-party license texts; LICENSE families unchanged. Signed-off-by: Mohammed Javith Akthar M <mohammedjavitham@ami.com> --- ...-base-a-aem_11.29.27.bb => fvp-base-a-aem_11.30.27.bb} | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) rename meta-arm/recipes-devtools/fvp/{fvp-base-a-aem_11.29.27.bb => fvp-base-a-aem_11.30.27.bb} (64%)