Openembedded Devel Discussions
 help / color / mirror / Atom feed
* [meta-oe][PATCH] layer.conf: add distro-feed-configs to SIGGEN_EXCLUDERECIPES_ABISAFE
@ 2012-04-25 19:51 Andreas Oberritter
  2012-04-26  5:55 ` Koen Kooi
  0 siblings, 1 reply; 5+ messages in thread
From: Andreas Oberritter @ 2012-04-25 19:51 UTC (permalink / raw)
  To: openembedded-devel

Signed-off-by: Andreas Oberritter <obi@opendreambox.org>
---
 meta-oe/conf/layer.conf |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/meta-oe/conf/layer.conf b/meta-oe/conf/layer.conf
index 6f05871..2120482 100644
--- a/meta-oe/conf/layer.conf
+++ b/meta-oe/conf/layer.conf
@@ -29,4 +29,5 @@ SIGGEN_EXCLUDERECIPES_ABISAFE += " \
   mplayer-common \
   task-x11-server \
   fbset-modes \
+  distro-feed-configs \
 "
-- 
1.7.5.4




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

* Re: [meta-oe][PATCH] layer.conf: add distro-feed-configs to SIGGEN_EXCLUDERECIPES_ABISAFE
  2012-04-25 19:51 Andreas Oberritter
@ 2012-04-26  5:55 ` Koen Kooi
  0 siblings, 0 replies; 5+ messages in thread
From: Koen Kooi @ 2012-04-26  5:55 UTC (permalink / raw)
  To: openembedded-devel

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Op 25-04-12 21:51, Andreas Oberritter schreef:
> Signed-off-by: Andreas Oberritter <obi@opendreambox.org> --- 
> meta-oe/conf/layer.conf |    1 + 1 files changed, 1 insertions(+), 0
> deletions(-)
> 
> diff --git a/meta-oe/conf/layer.conf b/meta-oe/conf/layer.conf index
> 6f05871..2120482 100644 --- a/meta-oe/conf/layer.conf +++
> b/meta-oe/conf/layer.conf @@ -29,4 +29,5 @@ SIGGEN_EXCLUDERECIPES_ABISAFE
> += " \ mplayer-common \ task-x11-server \ fbset-modes \ +
> distro-feed-configs \ "

Since distro-feed-configs does the wrong thing, I'd rather take a patch to
remove it from meta-oe.
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.11 (Darwin)
Comment: GPGTools - http://gpgtools.org

iQIcBAEBAgAGBQJPmOM9AAoJEHZqAkdh1vT6MVgP/R0h/cjG+guVOg/3iIoAg9g2
ibXuNhcv4NSTLIXoCyMhFftSVMn4SsUGZeWtnxw8qwYfAqvNzP+QdPj3KjykGJV6
myVXKn0e69TmQ+bs8Xc+b7E7UXWuGqsvn/HMik+KeftUPzzGOnA1fePINENN6Xac
HgyRBUHYDGiDvBEaIwMWBbHuHSNhhMHSSdKfM2CWOzJT990jAsmVTRNM7jL/KdOj
yPCvQJ+9WBca30VxRqp1J1Orgw0d0lX0vYZk6kwWku58tvr3jRp7LK+vVz1m1qO7
L7AF2BNa93dAeLjkoLdfogVESh43x/jNuSE7FAZUq80FHyYqr4K8GHDjrGfJfISh
XWtY0i0+5Cbjn/87PkbvRgQsnDjB7yA63MnVoroBoq0bpTpoQTwmSJMQEysxmCcr
nL1cd9TOKJ4H6V5DDUExBMaqVIQJzykQMlWPaAQjyHfOWfykiqyQiYb5dpzwUii7
fbFVEGbiVM2rXN1eXNZlHtE2HAhPP2rn/tD67kCpPThUqKVYXXycTk7fj7hqOoCr
xvDFdo/Si0zqifFrrEuORDP93C/QB1VrHZUJ0LuDPF9iN+0kESHzK3zPZAODDjaO
jJlRdWKzbtx6UnC4WmrdGFS9neJhx2HKgoy/Dwh9vjoUvlvuuVeLp06fG/+3aISO
gLCERTnxYwNRFxlJP3Yx
=UmT1
-----END PGP SIGNATURE-----




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

* [meta-oe][PATCH] layer.conf: add distro-feed-configs to SIGGEN_EXCLUDERECIPES_ABISAFE
@ 2013-03-12 15:16 Andreas Oberritter
  2013-03-12 15:47 ` Koen Kooi
  0 siblings, 1 reply; 5+ messages in thread
From: Andreas Oberritter @ 2013-03-12 15:16 UTC (permalink / raw)
  To: openembedded-devel

Signed-off-by: Andreas Oberritter <obi@opendreambox.org>
---
This patch was sent for the first time about a year ago. Back then,
Koen didn't apply it, because "distro-feed-configs does the wrong thing".
in his opinion. However, distro-feed-configs persists today and is still
getting used.

 meta-oe/conf/layer.conf |    1 +
 1 file changed, 1 insertion(+)

diff --git a/meta-oe/conf/layer.conf b/meta-oe/conf/layer.conf
index abb8d47..b8a53d2 100644
--- a/meta-oe/conf/layer.conf
+++ b/meta-oe/conf/layer.conf
@@ -28,4 +28,5 @@ SIGGEN_EXCLUDERECIPES_ABISAFE += " \
   mplayer-common \
   fbset-modes \
   gpsd-machine-conf \
+  distro-feed-configs \
 "
-- 
1.7.10.4




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

* Re: [meta-oe][PATCH] layer.conf: add distro-feed-configs to SIGGEN_EXCLUDERECIPES_ABISAFE
  2013-03-12 15:16 [meta-oe][PATCH] layer.conf: add distro-feed-configs to SIGGEN_EXCLUDERECIPES_ABISAFE Andreas Oberritter
@ 2013-03-12 15:47 ` Koen Kooi
  2013-03-13 11:38   ` Martin Jansa
  0 siblings, 1 reply; 5+ messages in thread
From: Koen Kooi @ 2013-03-12 15:47 UTC (permalink / raw)
  To: openembedded-devel

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Op 12-03-13 16:16, Andreas Oberritter schreef:
> Signed-off-by: Andreas Oberritter <obi@opendreambox.org> --- This patch
> was sent for the first time about a year ago. Back then, Koen didn't
> apply it, because "distro-feed-configs does the wrong thing". in his
> opinion. However, distro-feed-configs persists today and is still getting
> used.

I vote to delete it and have distros put it in their distro layer.

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.5 (Darwin)
Comment: GPGTools - http://gpgtools.org

iD8DBQFRP04QMkyGM64RGpERApbpAKCWnDZc1FHev5kXNTeTnmLZjUJddQCgi5TF
7094ThlWvhgK2tSqncmc5cM=
=+in0
-----END PGP SIGNATURE-----




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

* Re: [meta-oe][PATCH] layer.conf: add distro-feed-configs to SIGGEN_EXCLUDERECIPES_ABISAFE
  2013-03-12 15:47 ` Koen Kooi
@ 2013-03-13 11:38   ` Martin Jansa
  0 siblings, 0 replies; 5+ messages in thread
From: Martin Jansa @ 2013-03-13 11:38 UTC (permalink / raw)
  To: openembedded-devel

[-- Attachment #1: Type: text/plain, Size: 1261 bytes --]

On Tue, Mar 12, 2013 at 04:47:28PM +0100, Koen Kooi wrote:
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
> 
> Op 12-03-13 16:16, Andreas Oberritter schreef:
> > Signed-off-by: Andreas Oberritter <obi@opendreambox.org> --- This patch
> > was sent for the first time about a year ago. Back then, Koen didn't
> > apply it, because "distro-feed-configs does the wrong thing". in his
> > opinion. However, distro-feed-configs persists today and is still getting
> > used.
> 
> I vote to delete it and have distros put it in their distro layer.

I vote to apply this patch and later we can delete it (and people moving
it to distro layer won't forget to add it in their layer.conf's
SIGGEN_EXCLUDERECIPES_ABISAFE).

> 
> -----BEGIN PGP SIGNATURE-----
> Version: GnuPG v1.4.5 (Darwin)
> Comment: GPGTools - http://gpgtools.org
> 
> iD8DBQFRP04QMkyGM64RGpERApbpAKCWnDZc1FHev5kXNTeTnmLZjUJddQCgi5TF
> 7094ThlWvhgK2tSqncmc5cM=
> =+in0
> -----END PGP SIGNATURE-----
> 
> 
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel

-- 
Martin 'JaMa' Jansa     jabber: Martin.Jansa@gmail.com

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 205 bytes --]

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

end of thread, other threads:[~2013-03-13 11:55 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-03-12 15:16 [meta-oe][PATCH] layer.conf: add distro-feed-configs to SIGGEN_EXCLUDERECIPES_ABISAFE Andreas Oberritter
2013-03-12 15:47 ` Koen Kooi
2013-03-13 11:38   ` Martin Jansa
  -- strict thread matches above, loose matches on Subject: below --
2012-04-25 19:51 Andreas Oberritter
2012-04-26  5:55 ` Koen Kooi

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