All of lore.kernel.org
 help / color / mirror / Atom feed
* [master][PATCH] meta-toolchain: inherit nopackages
@ 2024-09-29 18:55 Atharva Nandanwar
  2024-09-29 21:57 ` [OE-core] " Richard Purdie
  0 siblings, 1 reply; 3+ messages in thread
From: Atharva Nandanwar @ 2024-09-29 18:55 UTC (permalink / raw)
  To: openembedded-core

From: Atharva Nandanwar <atharvanandanwar@outlook.com>

- 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 <atharvanandanwar@outlook.com>
---
 meta/recipes-core/meta/meta-toolchain.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-core/meta/meta-toolchain.bb b/meta/recipes-core/meta/meta-toolchain.bb
index 260e03934e..c97cc68ad4 100644
--- a/meta/recipes-core/meta/meta-toolchain.bb
+++ b/meta/recipes-core/meta/meta-toolchain.bb
@@ -2,4 +2,4 @@ SUMMARY = "Meta package for building a installable toolchain"
 LICENSE = "MIT"
 
 
-inherit populate_sdk
+inherit nopackages populate_sdk
-- 
2.34.1


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

end of thread, other threads:[~2024-09-29 22:46 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-09-29 18:55 [master][PATCH] meta-toolchain: inherit nopackages Atharva Nandanwar
2024-09-29 21:57 ` [OE-core] " Richard Purdie
2024-09-29 22:46   ` Atharva Nandanwar

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.