mirror of
https://git.yoctoproject.org/meta-arm
synced 2026-06-05 02:20:30 +00:00
gem5: centralise v20 sources
Both simulator and bootloader now fetch from a single include file defining the sources. This is in preparation for m5term recipe. Signed-off-by: Adrian Herrera <adrian.herrera@arm.com> Change-Id: Ia4f6b6d99401ddb0c726d913ceff4ced90f41f6b Signed-off-by: Jon Mason <jon.mason@arm.com>
This commit is contained in:
committed by
Jon Mason
parent
51e014fd47
commit
a8f32f990a
@@ -1,15 +1,6 @@
|
||||
# gem5 custom bootloader
|
||||
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=2d9514d69d8abf88b6e9125e759bf0ab \
|
||||
file://LICENSE;md5=a585e2893cee63d16a1d8bc16c6297ec"
|
||||
|
||||
SRC_URI = "git://gem5.googlesource.com/public/gem5;protocol=https;nobranch=1"
|
||||
RELEASE_TAG = "v20.0.0.1"
|
||||
SRCREV = "332a9de33db603e0aefedae1e05134db4257ea3e"
|
||||
|
||||
PV = "${RELEASE_TAG}"
|
||||
|
||||
S = "${WORKDIR}/git"
|
||||
require gem5-source_20.inc
|
||||
|
||||
BPN = "gem5-aarch64-bootloader"
|
||||
|
||||
|
||||
@@ -1,19 +1,9 @@
|
||||
# gem5 simulator source and checksum information
|
||||
require gem5-source_20.inc
|
||||
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=2d9514d69d8abf88b6e9125e759bf0ab \
|
||||
file://LICENSE;md5=a585e2893cee63d16a1d8bc16c6297ec"
|
||||
|
||||
SRC_URI = "git://gem5.googlesource.com/public/gem5;protocol=https;nobranch=1 \
|
||||
file://0001-scons-Add-MARSHAL_XXFLAGS_EXTRA-for-the-marshal-object.patch \
|
||||
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.3"
|
||||
SRCREV = "fa70478413e4650d0058cbfe81fd5ce362101994"
|
||||
|
||||
PV = "${RELEASE_TAG}"
|
||||
|
||||
S = "${WORKDIR}/git"
|
||||
SRC_URI += "file://0001-scons-Add-MARSHAL_XXFLAGS_EXTRA-for-the-marshal-object.patch \
|
||||
file://0002-arch-arm-Introduce-HavePACExt-helper.patch \
|
||||
file://0003-arch-arm-Check-if-PAC-is-implemented-before-executing-insts.patch \
|
||||
"
|
||||
|
||||
BPN = "gem5-aarch64-native"
|
||||
|
||||
|
||||
@@ -0,0 +1,12 @@
|
||||
# gem5 sources v20.0.0.3
|
||||
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=2d9514d69d8abf88b6e9125e759bf0ab \
|
||||
file://LICENSE;md5=a585e2893cee63d16a1d8bc16c6297ec"
|
||||
|
||||
SRC_URI = "git://gem5.googlesource.com/public/gem5;protocol=https;nobranch=1"
|
||||
RELEASE_TAG = "v20.0.0.3"
|
||||
SRCREV = "fa70478413e4650d0058cbfe81fd5ce362101994"
|
||||
|
||||
PV = "${RELEASE_TAG}"
|
||||
|
||||
S = "${WORKDIR}/git"
|
||||
Reference in New Issue
Block a user