All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/7] arm-bsp/musca: remove trusted-firmware-m statements
@ 2020-12-18 17:34 Ross Burton
  2020-12-18 17:34 ` [PATCH 2/7] arm/trusted-firmware-m: don't use COMPATIBLE_MACHINE directly Ross Burton
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: Ross Burton @ 2020-12-18 17:34 UTC (permalink / raw)
  To: meta-arm

Musca doesn't build 'images' in the traditional sense yet, just
trusted-firmware-m or Zephyr, so remove EXTRA_IMAGEDEPENDS.

Remove the preferred version for TF-M as we only ship one currently.

Change-Id: I2fbd1230f6ba7a49aa093ca90fc38e676ba14633
Signed-off-by: Ross Burton <ross.burton@arm.com>
---
 meta-arm-bsp/conf/machine/musca-b1.conf | 3 ---
 meta-arm-bsp/conf/machine/musca-s1.conf | 3 ---
 2 files changed, 6 deletions(-)

diff --git a/meta-arm-bsp/conf/machine/musca-b1.conf b/meta-arm-bsp/conf/machine/musca-b1.conf
index 5b359bc..ac0bea0 100644
--- a/meta-arm-bsp/conf/machine/musca-b1.conf
+++ b/meta-arm-bsp/conf/machine/musca-b1.conf
@@ -4,9 +4,6 @@
 #@NAME: Musca-B1 machine
 #@DESCRIPTION: Machine configuration for Musca-B1
 
-EXTRA_IMAGEDEPENDS += "virtual/trusted-firmware-m"
-PREFERRED_VERSION_trusted-firmware-m = "1.0"
-
 DEFAULTTUNE ?= "armv8m-main"
 require conf/machine/include/tune-cortexm33.inc
 
diff --git a/meta-arm-bsp/conf/machine/musca-s1.conf b/meta-arm-bsp/conf/machine/musca-s1.conf
index 66e0a35..2dcdb50 100644
--- a/meta-arm-bsp/conf/machine/musca-s1.conf
+++ b/meta-arm-bsp/conf/machine/musca-s1.conf
@@ -4,9 +4,6 @@
 #@NAME: Musca-S1 machine
 #@DESCRIPTION: Machine configuration for Musca-S1
 
-EXTRA_IMAGEDEPENDS += "virtual/trusted-firmware-m"
-PREFERRED_VERSION_trusted-firmware-m = "1.0"
-
 require conf/machine/include/tune-cortexm33.inc
 
 # GLIBC will not work with Cortex-M.
-- 
2.25.1


^ permalink raw reply related	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2020-12-18 17:34 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-12-18 17:34 [PATCH 1/7] arm-bsp/musca: remove trusted-firmware-m statements Ross Burton
2020-12-18 17:34 ` [PATCH 2/7] arm/trusted-firmware-m: don't use COMPATIBLE_MACHINE directly Ross Burton
2020-12-18 17:34 ` [PATCH 3/7] arm-bsp/trusted-firmware-m: move TFM_PLATFORM to machine configuration Ross Burton
2020-12-18 17:34 ` [PATCH 4/7] arm/trusted-firmware-m: remove more unneeded build dependencies Ross Burton
2020-12-18 17:34 ` [PATCH 5/7] arm/trusted-firmware-m: improve CMake calls Ross Burton
2020-12-18 17:34 ` [PATCH 6/7] arm/trusted-firmware-m: set PACKAGE_ARCH Ross Burton
2020-12-18 17:34 ` [PATCH 7/7] arm/trusted-firmware-m: upgrade to 1.1 Ross Burton

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.