All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/2] amx3-cm3: Use COMPATIBLE_MACHINE instead of COMPATIBLE_HOST
@ 2019-07-13  0:59 Khem Raj
  2019-07-13  0:59 ` [PATCH 2/2] amx3-cm3,u-boot-ti: Pin to gcc compiler Khem Raj
  0 siblings, 1 reply; 4+ messages in thread
From: Khem Raj @ 2019-07-13  0:59 UTC (permalink / raw)
  To: meta-ti

This represents it correctly in package arch as well

Signed-off-by: Khem Raj <raj.khem@gmail.com>
---
 recipes-bsp/cm3-pm-firmware/amx3-cm3_git.bb | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/recipes-bsp/cm3-pm-firmware/amx3-cm3_git.bb b/recipes-bsp/cm3-pm-firmware/amx3-cm3_git.bb
index b9a3b0fa..79166ca9 100644
--- a/recipes-bsp/cm3-pm-firmware/amx3-cm3_git.bb
+++ b/recipes-bsp/cm3-pm-firmware/amx3-cm3_git.bb
@@ -24,5 +24,5 @@ do_install() {
 }
 
 FILES_${PN} += "${base_libdir}/firmware"
-COMPATIBLE_HOST ?= "null"
-COMPATIBLE_HOST_ti-soc = "(.*)"
+
+COMPATIBLE_MACHINE = "(ti-soc)"
-- 
2.22.0



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

end of thread, other threads:[~2019-07-17  1:28 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-07-13  0:59 [PATCH 1/2] amx3-cm3: Use COMPATIBLE_MACHINE instead of COMPATIBLE_HOST Khem Raj
2019-07-13  0:59 ` [PATCH 2/2] amx3-cm3,u-boot-ti: Pin to gcc compiler Khem Raj
2019-07-15 20:01   ` Denys Dmytriyenko
2019-07-17  1:27     ` Khem Raj

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.