From 3225c7811817e5db2cc55df685a215ed157f8a9d Mon Sep 17 00:00:00 2001 From: Abdellatif El Khlifi Date: Thu, 13 Aug 2020 15:52:26 +0100 Subject: [PATCH] arm-bsp/external-system: enabling corstone700 platform support This commit allows the external-system firmware to be used on the corstone700 platform. Change-Id: I746a970dcdceee60d91152e4315afa072ca843d3 Signed-off-by: Rui Miguel Silva Signed-off-by: Abdellatif El Khlifi Signed-off-by: Jon Mason --- meta-arm-bsp/conf/machine/include/corstone700.inc | 2 +- .../recipes-bsp/external-system/external-system_0.1.0.bb | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/meta-arm-bsp/conf/machine/include/corstone700.inc b/meta-arm-bsp/conf/machine/include/corstone700.inc index 495fc304..4c00c6d5 100644 --- a/meta-arm-bsp/conf/machine/include/corstone700.inc +++ b/meta-arm-bsp/conf/machine/include/corstone700.inc @@ -14,7 +14,7 @@ PREFERRED_VERSION_linux-stable ?= "5.6%" PREFERRED_PROVIDER_virtual/trusted-firmware-a ?= "trusted-firmware-a" PREFERRED_VERSION_trusted-firmware-a ?= "2.3%" -EXTRA_IMAGEDEPENDS += "virtual/trusted-firmware-a" +EXTRA_IMAGEDEPENDS += "virtual/trusted-firmware-a external-system" WKS_FILE_DEPENDS_append = " ${EXTRA_IMAGEDEPENDS}" diff --git a/meta-arm-bsp/recipes-bsp/external-system/external-system_0.1.0.bb b/meta-arm-bsp/recipes-bsp/external-system/external-system_0.1.0.bb index 0aab8ad2..84da7ceb 100644 --- a/meta-arm-bsp/recipes-bsp/external-system/external-system_0.1.0.bb +++ b/meta-arm-bsp/recipes-bsp/external-system/external-system_0.1.0.bb @@ -10,10 +10,10 @@ SRC_URI = "gitsm://git.linaro.org/landing-teams/working/arm/external-system.git; SRCREV = "41ef76951c5119729c1ea305406f74776da90866" PV .= "~git${SRCPV}" -COMPATIBLE_MACHINE = "" +COMPATIBLE_MACHINE = "(corstone700-*)" # PRODUCT is passed to the Makefile to specify the platform to be used -PRODUCT = "" +PRODUCT = "corstone-700" S = "${WORKDIR}/git" B = "${WORKDIR}/build"