All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] minimal: add weak assigned DISTRO_FEED_CONFIGS variable
@ 2011-06-02 14:44 Simon Busch
  2011-06-02 14:48 ` Martin Jansa
  0 siblings, 1 reply; 9+ messages in thread
From: Simon Busch @ 2011-06-02 14:44 UTC (permalink / raw)
  To: openembedded-devel

Some distros are based on the minimal distro but want to supply another feed configuration.
As minimal uses DISTRO_EXTRA_RDEPENDS to pull distro-feed-configs into the builded image
the new weak assigned variable DISTRO_FEED_CONFIGS makes it possible to specify another
feed configuration.

Signed-off-by: Simon Busch <morphis@gravedo.de>
---
 conf/distro/minimal.conf |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/conf/distro/minimal.conf b/conf/distro/minimal.conf
index 18bcfae..edac24f 100644
--- a/conf/distro/minimal.conf
+++ b/conf/distro/minimal.conf
@@ -53,6 +53,8 @@ INHERIT += "package_ipk"
 IMAGE_FSTYPES ?= "tar.gz jffs2"
 PREFERRED_PKG_FORMAT ?= "ipk"
 
+DISTRO_FEED_CONFIGS ?= "distro-feed-configs"
+
 # Put links to sources in deploy/sources to make it easier for people to be GPL compliant
 INHERIT += "src_distribute_local"
 SRC_DIST_LOCAL ?= "symlink"
@@ -135,7 +137,7 @@ DISTRO_EXTRA_APPS += '${@base_conditional("DISTRO_TYPE", "release", "", "task-cl
 # util-linux-ng-mount util-linux-ng-umount: busybox mount is broken
 # angstrom-libc-fixup-hack: fixes an obscure bug with libc.so symlink
 DISTRO_EXTRA_RDEPENDS += "\
-  distro-feed-configs \
+  ${DISTRO_FEED_CONFIGS} \
   util-linux-ng-mount util-linux-ng-umount \
   angstrom-libc-fixup-hack \
   ${DISTRO_EXTRA_APPS} \
-- 
1.7.4.1




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

end of thread, other threads:[~2011-06-03 18:32 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-06-02 14:44 [PATCH] minimal: add weak assigned DISTRO_FEED_CONFIGS variable Simon Busch
2011-06-02 14:48 ` Martin Jansa
2011-06-03 16:07   ` Simon Busch
2011-06-03 16:17     ` Koen Kooi
2011-06-03 16:22       ` Simon Busch
2011-06-03 16:38         ` Koen Kooi
2011-06-03 16:41           ` Simon Busch
2011-06-03 17:18             ` [PATCH] distro-feed-configs: use ${FEED_ARCH} instead of ${PACKAGE_EXTRA_ARCHES} and bump PR Simon Busch
2011-06-03 18:28             ` [PATCH] minimal: add weak assigned DISTRO_FEED_CONFIGS variable Koen Kooi

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.