public inbox for isar-users@googlegroups.com
 help / color / mirror / Atom feed
* [PATCH] beagleplay: Add missing COMPATIBLE_MACHINE
@ 2024-05-23 10:35 Anton Mikanovich
  2024-05-30  5:53 ` Uladzimir Bely
  0 siblings, 1 reply; 2+ messages in thread
From: Anton Mikanovich @ 2024-05-23 10:35 UTC (permalink / raw)
  To: isar-users; +Cc: Anton Mikanovich

Optee-os and trusted-firmware-a recipes for beagleplay target are
missing COMPATIBLE_MACHINE value while PROVIDES value use current
machine value which is the same for all recipes. This makes bitbake
confusing to match recipes for optee-os and trusted-firmware-a
packages.

Signed-off-by: Anton Mikanovich <amikan@ilbers.de>
---
 meta-isar/recipes-bsp/optee-os/optee-os-beagleplay_4.0.0.bb     | 2 ++
 .../trusted-firmware-a/trusted-firmware-a-beagleplay_2.10.bb    | 2 ++
 2 files changed, 4 insertions(+)

diff --git a/meta-isar/recipes-bsp/optee-os/optee-os-beagleplay_4.0.0.bb b/meta-isar/recipes-bsp/optee-os/optee-os-beagleplay_4.0.0.bb
index ef420687..dc7f3fd3 100644
--- a/meta-isar/recipes-bsp/optee-os/optee-os-beagleplay_4.0.0.bb
+++ b/meta-isar/recipes-bsp/optee-os/optee-os-beagleplay_4.0.0.bb
@@ -16,3 +16,5 @@ OPTEE_PLATFORM = "k3"
 OPTEE_EXTRA_BUILDARGS = " \
     TEE_IMPL_VERSION=${PV} \
     CFG_ARM64_core=y CFG_USER_TA_TARGETS=ta_arm64"
+
+COMPATIBLE_MACHINE = "beagleplay"
diff --git a/meta-isar/recipes-bsp/trusted-firmware-a/trusted-firmware-a-beagleplay_2.10.bb b/meta-isar/recipes-bsp/trusted-firmware-a/trusted-firmware-a-beagleplay_2.10.bb
index 035095b6..aae3e2a8 100644
--- a/meta-isar/recipes-bsp/trusted-firmware-a/trusted-firmware-a-beagleplay_2.10.bb
+++ b/meta-isar/recipes-bsp/trusted-firmware-a/trusted-firmware-a-beagleplay_2.10.bb
@@ -13,3 +13,5 @@ S = "${WORKDIR}/git"
 TF_A_PLATFORM = "k3"
 TF_A_EXTRA_BUILDARGS = "CFG_ARM64=y TARGET_BOARD=lite SPD=opteed"
 TF_A_BINARIES = "lite/release/bl31.bin"
+
+COMPATIBLE_MACHINE = "beagleplay"
-- 
2.34.1


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

end of thread, other threads:[~2024-05-30  5:53 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-05-23 10:35 [PATCH] beagleplay: Add missing COMPATIBLE_MACHINE Anton Mikanovich
2024-05-30  5:53 ` Uladzimir Bely

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox