blob: 887d9d27fba9ecc45f8593622c104eacb8634132 [file] [log] [blame]
require fvp-common.inc
HOMEPAGE = "https://developer.arm.com/tools-and-software/simulation-models/fixed-virtual-platforms/arm-ecosystem-models"
SRC_URI = "https://developer.arm.com/-/media/Files/downloads/ecosystem-models/${MODEL_CODE}_${PV_URL}_${FVP_ARCH}.tgz;subdir=${BP}"
UPSTREAM_CHECK_URI = "${HOMEPAGE}"
UPSTREAM_CHECK_REGEX = "${MODEL_CODE}_(?P<pver>(\d+[\.\-_]*)+).tgz"
do_install() {
mkdir --parents ${D}${FVPDIR} ${D}${bindir}
cp --archive --no-preserve=ownership ${S}/*_pkg/* ${D}${FVPDIR}/
fvp_link_binaries
}