Openembedded Core Discussions
 help / color / mirror / Atom feed
* [RFC][PATCH] packagegroup.bbclass: Drop build-time dependencies
@ 2013-11-01 12:12 Martin Jansa
  2013-11-01 13:37 ` Paul Eggleton
  2013-11-17 13:52 ` [PATCH 1/7] allarch: Always inhibit default dependencies and set empty TARGET_PREFIX Martin Jansa
  0 siblings, 2 replies; 16+ messages in thread
From: Martin Jansa @ 2013-11-01 12:12 UTC (permalink / raw)
  To: openembedded-core

* RFC because:
  packagegroup.bbclass inherits allarch and by default sets
  PACKAGE_ARCH = "all", but then it has runtime-dependency on
  TUNE_PKGARCH packages and different signatures, so instead
  of setting INHIBIT_DEFAULT_DEPS in addition to inherit allarch
  I would like to drop default allarch completely.
* drop virtual/kernel dependency from packagegroup-core-boot
  because kernel isn't needed to build packagegroup and building
  it doesn't influence if it's included in image or not.

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
---
 meta/classes/packagegroup.bbclass                         | 4 ++++
 meta/recipes-core/packagegroups/packagegroup-core-boot.bb | 1 -
 2 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/meta/classes/packagegroup.bbclass b/meta/classes/packagegroup.bbclass
index 9bc9cc2..bd212fd 100644
--- a/meta/classes/packagegroup.bbclass
+++ b/meta/classes/packagegroup.bbclass
@@ -11,6 +11,10 @@ PACKAGES = "${PN}"
 # need to be set to MACHINE_ARCH after inheriting packagegroup.bbclass
 inherit allarch
 
+# allarch.bbclass does that only when PACKAGE_ARCH = "all", 
+# but we don't want any build time dependencies even for MACHINE_ARCH packagegroups
+INHIBIT_DEFAULT_DEPS = "1"
+
 # This automatically adds -dbg and -dev flavours of all PACKAGES
 # to the list. Their dependencies (RRECOMMENDS) are handled as usual
 # by package_depchains in a following step.
diff --git a/meta/recipes-core/packagegroups/packagegroup-core-boot.bb b/meta/recipes-core/packagegroups/packagegroup-core-boot.bb
index 486385a..5455899 100644
--- a/meta/recipes-core/packagegroups/packagegroup-core-boot.bb
+++ b/meta/recipes-core/packagegroups/packagegroup-core-boot.bb
@@ -5,7 +5,6 @@
 SUMMARY = "Minimal boot requirements"
 DESCRIPTION = "The minimal set of packages required to boot the system"
 LICENSE = "MIT"
-DEPENDS = "virtual/kernel"
 PR = "r11"
 
 inherit packagegroup
-- 
1.8.4.2



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

end of thread, other threads:[~2013-11-20  5:56 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-11-01 12:12 [RFC][PATCH] packagegroup.bbclass: Drop build-time dependencies Martin Jansa
2013-11-01 13:37 ` Paul Eggleton
2013-11-01 18:14   ` Richard Purdie
2013-11-01 19:06     ` Paul Eggleton
2013-11-17 13:52 ` [PATCH 1/7] allarch: Always inhibit default dependencies and set empty TARGET_PREFIX Martin Jansa
2013-11-17 13:52   ` [PATCH 2/7] packagegroup-core-boot: Drop build-time dependency on virtual/kernel Martin Jansa
2013-11-20  5:57     ` ChenQi
2013-11-17 13:52   ` [PATCH 3/7] xuser-account: Drop allarch inherit Martin Jansa
2013-11-17 13:52   ` [PATCH 4/7] linux-firmware: Drop allarch Martin Jansa
2013-11-18 10:57     ` Richard Purdie
2013-11-17 13:52   ` [PATCH 5/7] ppp-dialin: " Martin Jansa
2013-11-17 13:52   ` [PATCH 6/7] initramfs-framework: " Martin Jansa
2013-11-17 13:52   ` [PATCH 7/7] resolvconf: " Martin Jansa
2013-11-18 12:31   ` [PATCH 1/7] allarch: Always inhibit default dependencies and set empty TARGET_PREFIX Richard Purdie
2013-11-18 15:54     ` Martin Jansa
2013-11-18 15:58       ` Martin Jansa

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox