Re: [OE-core] [master][RFC PATCH 1/1] buildhistory: print extra information during list pkg files error

2024-10-02 Thread Atharva Nandanwar
do_package: 2. do_packagedata task wasn't > executed. > | ERROR: meta-toolchain-1.0-r0 do_package: Execution of > '../meta-toolchain/1.0/temp/run.buildhistory_list_pkg_files.1003324' failed > with exit code 1 > > Signed-off-by: Atharva Nandanwar > --- > meta

[OE-core] [master][RFC PATCH 1/1] buildhistory: print extra information during list pkg files error

2024-10-02 Thread Atharva Nandanwar
do_package: Execution of '../meta-toolchain/1.0/temp/run.buildhistory_list_pkg_files.1003324' failed with exit code 1 Signed-off-by: Atharva Nandanwar --- meta/classes/buildhistory.bbclass | 8 +++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/meta/classes/b

[OE-core][kirkstone][PATCH 1/1] populate_sdk_base: inherit nopackages

2024-09-30 Thread Atharva Nandanwar
ed Signed-off-by: Martin Jansa Signed-off-by: Richard Purdie Signed-off-by: Atharva Nandanwar --- meta/classes/populate_sdk_base.bbclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/classes/populate_sdk_base.bbclass b/meta/classes/populate_sdk_base.bbclass index fb00

[OE-core][scarthgap][PATCH 1/1] populate_sdk_base: inherit nopackages

2024-09-30 Thread Atharva Nandanwar
ed Signed-off-by: Martin Jansa Signed-off-by: Richard Purdie Signed-off-by: Atharva Nandanwar --- meta/classes-recipe/populate_sdk_base.bbclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/classes-recipe/populate_sdk_base.bbclass b/meta/classes-recipe/popula

Re: [OE-core] [master][PATCH] meta-toolchain: inherit nopackages

2024-09-29 Thread Atharva Nandanwar
On 9/29/24 16:57, Richard Purdie wrote: > On Sun, 2024-09-29 at 13:55 -0500, Atharva Nandanwar via > lists.openembedded.org wrote: >> From: Atharva Nandanwar >> >> - buildhistory emits hard error when no files are present in >>   package-split. >> - meta-t

[OE-core] [master][PATCH] meta-toolchain: inherit nopackages

2024-09-29 Thread Atharva Nandanwar
From: Atharva Nandanwar - buildhistory emits hard error when no files are present in package-split. - meta-toolchain doesn't install/package any files, hence inheriting nopackages should allow building this recipe again Signed-off-by: Atharva Nandanwar --- meta/recipes-core/meta