From aee22517e4f7d5e8db33dbe30fc0269fed0b71cf Mon Sep 17 00:00:00 2001 From: Ross Burton Date: Fri, 13 Nov 2020 16:48:36 +0000 Subject: [PATCH] gem5/gem5-aarch64-native: bump to 20.0.0.3 Minor point release, that successfully compiles with GCC 9.3. Change-Id: I22bec41f92ea4ae6e9fb7b6e6706338c0134bf99 Signed-off-by: Ross Burton Signed-off-by: Jon Mason --- meta-gem5/recipes-devtools/gem5/gem5-aarch64-native_20.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meta-gem5/recipes-devtools/gem5/gem5-aarch64-native_20.bb b/meta-gem5/recipes-devtools/gem5/gem5-aarch64-native_20.bb index 101e6ef5..ce36514e 100644 --- a/meta-gem5/recipes-devtools/gem5/gem5-aarch64-native_20.bb +++ b/meta-gem5/recipes-devtools/gem5/gem5-aarch64-native_20.bb @@ -8,8 +8,8 @@ SRC_URI = "git://gem5.googlesource.com/public/gem5;protocol=https;nobranch=1 \ file://0002-arch-arm-Introduce-HavePACExt-helper.patch \ file://0003-arch-arm-Check-if-PAC-is-implemented-before-executing-insts.patch \ " -RELEASE_TAG = "v20.0.0.1" -SRCREV = "332a9de33db603e0aefedae1e05134db4257ea3e" +RELEASE_TAG = "v20.0.0.3" +SRCREV = "fa70478413e4650d0058cbfe81fd5ce362101994" PV = "${RELEASE_TAG}"