Re: [yocto-autobuilder2 PATCH] config.json: drop redundant meta-kernel mentions


Ross Burton <ross@...>
 

Yes. My understanding is that there's separate branches for each
target? This is for master and not gatesgarth.

Ross

On Thu, 19 Nov 2020 at 03:32, Mittal, Anuj <anuj.mittal@...> wrote:

Hi Ross

On Mon, 2020-11-16 at 14:59 +0000, Ross Burton wrote:
From: Ross Burton <ross.burton@...>
For gatesgarth, this is causing:

FileNotFoundError: [Errno 2] No such file or directory:
'/home/pokybuild/yocto-worker/meta-arm/build/repos/meta-kernel'

https://autobuilder.yoctoproject.org/typhoon/#/builders/113/builds/472

meta-arm gatesgarth needs meta-kernel?

Thanks,

Anuj

Signed-off-by: Ross Burton <ross.burton@...>
---
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"


Join {yocto@lists.yoctoproject.org to automatically receive all group messages.