blob: 887d9d27fba9ecc45f8593622c104eacb8634132 [file] [log] [blame]
Brad Bishopbec4ebc2022-08-03 09:55:16 -04001require fvp-common.inc
2
3HOMEPAGE = "https://developer.arm.com/tools-and-software/simulation-models/fixed-virtual-platforms/arm-ecosystem-models"
4
5SRC_URI = "https://developer.arm.com/-/media/Files/downloads/ecosystem-models/${MODEL_CODE}_${PV_URL}_${FVP_ARCH}.tgz;subdir=${BP}"
6
7UPSTREAM_CHECK_URI = "${HOMEPAGE}"
8UPSTREAM_CHECK_REGEX = "${MODEL_CODE}_(?P<pver>(\d+[\.\-_]*)+).tgz"
9
10do_install() {
11 mkdir --parents ${D}${FVPDIR} ${D}${bindir}
12
13 cp --archive --no-preserve=ownership ${S}/*_pkg/* ${D}${FVPDIR}/
14
15 fvp_link_binaries
16}