All of lore.kernel.org
 help / color / mirror / Atom feed
* [yocto-autobuilder-helper PATCH] config.json: drop redundant meta-kernel mentions
@ 2020-11-16 14:59 Ross Burton
  0 siblings, 0 replies; only message in thread
From: Ross Burton @ 2020-11-16 14:59 UTC (permalink / raw)
  To: yocto

From: Ross Burton <ross.burton@arm.com>

Signed-off-by: Ross Burton <ross.burton@arm.com>
---
 config.json | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/config.json b/config.json
index 11a2664..c57260a 100644
--- a/config.json
+++ b/config.json
@@ -275,9 +275,8 @@
             "TEMPLATE" : "ltp-qemu"
         },
         "meta-arm" : {
-            "NEEDREPOS" : ["poky", "meta-arm", "meta-kernel"],
+            "NEEDREPOS" : ["poky", "meta-arm"],
             "ADDLAYER" : [
-                "${BUILDDIR}/../meta-kernel",
                 "${BUILDDIR}/../meta-arm/meta-arm-toolchain",
                 "${BUILDDIR}/../meta-arm/meta-arm",
                 "${BUILDDIR}/../meta-arm/meta-arm-bsp"
-- 
2.24.3 (Apple Git-128)


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2020-11-16 14:59 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-11-16 14:59 [yocto-autobuilder-helper PATCH] config.json: drop redundant meta-kernel mentions 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.