All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/2] dev86: work on all hosts, other cleanups
@ 2021-06-29 10:51 Ross Burton
  2021-06-29 10:51 ` [PATCH 2/2] dev86: don't require dev86-native to build dev86 Ross Burton
  2021-06-30 15:25 ` [meta-virtualization] [PATCH 1/2] dev86: work on all hosts, other cleanups Bruce Ashfield
  0 siblings, 2 replies; 3+ messages in thread
From: Ross Burton @ 2021-06-29 10:51 UTC (permalink / raw)
  To: meta-virtualization

Remove COMPATIBLE_HOST, whilst this is an x86 assembler there's nothing to stop
you building it on or for arm64 and assembling x86 code.

Override INEXE so that binaries are not stripped and remove INSANE_SKIP.

Signed-off-by: Ross Burton <ross.burton@arm.com>
---
 recipes-extended/dev86/dev86_git.bb | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/recipes-extended/dev86/dev86_git.bb b/recipes-extended/dev86/dev86_git.bb
index 9488d90..ad7a0df 100644
--- a/recipes-extended/dev86/dev86_git.bb
+++ b/recipes-extended/dev86/dev86_git.bb
@@ -21,7 +21,7 @@ S = "${WORKDIR}/git"
 DEPENDS = "gperf-native dev86-native"
 
 BBCLASSEXTEND = "native"
-EXTRA_OEMAKE = "VERSION=${BASE_PV} PREFIX=${prefix} DIST=${D} LDFLAGS='${LDFLAGS}'"
+EXTRA_OEMAKE = "VERSION=${BASE_PV} PREFIX=${prefix} DIST=${D} LDFLAGS='${LDFLAGS}' INEXE=''"
 
 do_compile() {
 	# always regenerate token1.h, token2.h for deterministic behavior
@@ -45,7 +45,4 @@ do_install_append_class-native() {
         install -v -m 755 ${B}/ifdefg ${D}${bindir}
 }
 
-COMPATIBLE_HOST = "(i.86|x86_64).*-linux"
 FILES_${PN} += "${libdir}/bcc"
-
-INSANE_SKIP_${PN} = "already-stripped"
-- 
2.25.1


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

end of thread, other threads:[~2021-06-30 15:25 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-06-29 10:51 [PATCH 1/2] dev86: work on all hosts, other cleanups Ross Burton
2021-06-29 10:51 ` [PATCH 2/2] dev86: don't require dev86-native to build dev86 Ross Burton
2021-06-30 15:25 ` [meta-virtualization] [PATCH 1/2] dev86: work on all hosts, other cleanups Bruce Ashfield

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.