All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] libubootenv: Disable for ppc/ppc64 qemu machines
@ 2021-07-04 21:07 Khem Raj
  2021-07-07 17:15 ` Khem Raj
  0 siblings, 1 reply; 9+ messages in thread
From: Khem Raj @ 2021-07-04 21:07 UTC (permalink / raw)
  To: openembedded-core; +Cc: Khem Raj

This recipe depends on u-boot and u-boot is not available for
qemuppc/qemuppc64 and there is no defconfig available either

Signed-off-by: Khem Raj <raj.khem@gmail.com>
---
 meta/recipes-bsp/u-boot/libubootenv_0.3.2.bb | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/meta/recipes-bsp/u-boot/libubootenv_0.3.2.bb b/meta/recipes-bsp/u-boot/libubootenv_0.3.2.bb
index 306296922c..88a8397c3c 100644
--- a/meta/recipes-bsp/u-boot/libubootenv_0.3.2.bb
+++ b/meta/recipes-bsp/u-boot/libubootenv_0.3.2.bb
@@ -25,6 +25,9 @@ RPROVIDES_${PN}-bin += "u-boot-fw-utils"
 
 PACKAGE_ARCH = "${MACHINE_ARCH}"
 
+COMPATIBLE_HOST_qemuppc64 = "null"
+COMPATIBLE_HOST_qemuppc = "null"
+
 RRECOMMENDS_${PN}-bin_append_class-target = " u-boot-default-env"
 
 BBCLASSEXTEND = "native"
-- 
2.32.0


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

end of thread, other threads:[~2021-07-23  0:11 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-07-04 21:07 [PATCH] libubootenv: Disable for ppc/ppc64 qemu machines Khem Raj
2021-07-07 17:15 ` Khem Raj
2021-07-22 19:34   ` Khem Raj
2021-07-22 19:49     ` [OE-core] " Tom Rini
2021-07-23  0:02       ` Khem Raj
2021-07-23  0:05         ` Tom Rini
2021-07-23  0:11           ` Khem Raj
2021-07-22 20:14     ` Richard Purdie
2021-07-23  0:02       ` 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.