All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 01/12] arm/fvp: don't inhibit default dependencies
@ 2021-09-20 18:06 Ross Burton
  2021-09-20 18:06 ` [PATCH 02/12] arm/fvp-base-*: factor out commonality to fvp-envelope.inc Ross Burton
                   ` (10 more replies)
  0 siblings, 11 replies; 12+ messages in thread
From: Ross Burton @ 2021-09-20 18:06 UTC (permalink / raw)
  To: meta-arm

The FVPs are precompiled binaries so we can theoretically avoid the
default dependencies (gcc and friends), but this means that packaging
doesn't succeed for non-native builds as objcopy (from binutils-cross)
is needed during do_package.

Until oe-core is fixed to depend on binutils-cross, don't disable the
default dependencies.

Change-Id: I9ec292d21c4f9db4e02587b7f58f46852cbc2c3d
Signed-off-by: Ross Burton <ross.burton@arm.com>
---
 meta-arm/recipes-devtools/fvp/fvp-common.inc | 2 --
 1 file changed, 2 deletions(-)

diff --git a/meta-arm/recipes-devtools/fvp/fvp-common.inc b/meta-arm/recipes-devtools/fvp/fvp-common.inc
index d6fbf871..82b82675 100644
--- a/meta-arm/recipes-devtools/fvp/fvp-common.inc
+++ b/meta-arm/recipes-devtools/fvp/fvp-common.inc
@@ -31,6 +31,4 @@ INSANE_SKIP:${PN} += "file-rdeps"
 # FVP brings its own standard library so don't let it be used as a shlib provider
 PRIVATE_LIBS = "libgcc_s.so.1 libstdc++.so.6"
 
-INHIBIT_DEFAULT_DEPS = "1"
-
 BBCLASSEXTEND = "native nativesdk"
-- 
2.25.1


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

end of thread, other threads:[~2021-09-20 18:06 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-09-20 18:06 [PATCH 01/12] arm/fvp: don't inhibit default dependencies Ross Burton
2021-09-20 18:06 ` [PATCH 02/12] arm/fvp-base-*: factor out commonality to fvp-envelope.inc Ross Burton
2021-09-20 18:06 ` [PATCH 03/12] arm/fvp-base-a-aem: use public SRC_URI Ross Burton
2021-09-20 18:06 ` [PATCH 04/12] arm/fvp-common: store the mangled PV as PV_URL Ross Burton
2021-09-20 18:06 ` [PATCH 05/12] arm/fvp-base-*-aem: use all-dots versions Ross Burton
2021-09-20 18:06 ` [PATCH 06/12] arm/fvp-ecosystem: " Ross Burton
2021-09-20 18:06 ` [PATCH 07/12] arm/fvp: add upstream version checking Ross Burton
2021-09-20 18:06 ` [PATCH 08/12] arm/fvp: add corstone500 FVP Ross Burton
2021-09-20 18:06 ` [PATCH 09/12] arm/fvp: add corstone700 FVP Ross Burton
2021-09-20 18:06 ` [PATCH 10/12] arm/fvp: add Total Compute FVP Ross Burton
2021-09-20 18:06 ` [PATCH 11/12] CI: add FVP-EULA to the license whitelist Ross Burton
2021-09-20 18:06 ` [PATCH 12/12] CI: add a job to build the FVP packages 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.