All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] udev: remove udev-extraconf from RRECOMMENDS
@ 2013-04-15 10:12 Koen Kooi
  2013-04-15 10:21 ` Burton, Ross
  2013-04-15 15:16 ` Burton, Ross
  0 siblings, 2 replies; 8+ messages in thread
From: Koen Kooi @ 2013-04-15 10:12 UTC (permalink / raw)
  To: openembedded-core; +Cc: Koen Kooi

In the original udev and systemd updates these extra conf rules and scripts where removed and moved to a different recipe to avoid pulling them in by default, making them opt-in. The systemd merge into oe-core regressed this into making it impossible to opt out of it when using package feeds for upgrades.

Change it back to opt-in for images/packagegroups.

Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
---
 meta/recipes-core/udev/udev.inc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-core/udev/udev.inc b/meta/recipes-core/udev/udev.inc
index d025458..b9f479a 100644
--- a/meta/recipes-core/udev/udev.inc
+++ b/meta/recipes-core/udev/udev.inc
@@ -14,7 +14,7 @@ LDFLAGS += "-lrt"
 
 DEPENDS = "acl glib-2.0 libusb usbutils pciutils gperf-native libxslt-native util-linux"
 RPROVIDES_${PN} = "hotplug"
-RRECOMMENDS_${PN} += "udev-extraconf usbutils-ids pciutils-ids"
+RRECOMMENDS_${PN} += "usbutils-ids pciutils-ids"
 RDEPENDS_libudev = "${PN} (= ${EXTENDPKGV})"
 
 SRC_URI = "${KERNELORG_MIRROR}/linux/utils/kernel/hotplug/udev-${PV}.tar.gz \
-- 
1.8.1.4




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

* Re: [PATCH] udev: remove udev-extraconf from RRECOMMENDS
  2013-04-15 10:12 [PATCH] udev: remove udev-extraconf from RRECOMMENDS Koen Kooi
@ 2013-04-15 10:21 ` Burton, Ross
  2013-04-15 15:16 ` Burton, Ross
  1 sibling, 0 replies; 8+ messages in thread
From: Burton, Ross @ 2013-04-15 10:21 UTC (permalink / raw)
  To: openembedded-core

On 15 April 2013 11:12, Koen Kooi <koen@dominion.thruhere.net> wrote:
> In the original udev and systemd updates these extra conf rules and scripts where removed and moved to a different recipe to avoid pulling them in by default, making them opt-in. The systemd merge into oe-core regressed this into making it impossible to opt out of it when using package feeds for upgrades.

If/when this merges initramfs-live-boot will potentially (read: will
break in Poky) break, I've just sent a fix for that. Another fix
incoming for Sato images.

Ross



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

* Re: [PATCH] udev: remove udev-extraconf from RRECOMMENDS
  2013-04-15 10:12 [PATCH] udev: remove udev-extraconf from RRECOMMENDS Koen Kooi
  2013-04-15 10:21 ` Burton, Ross
@ 2013-04-15 15:16 ` Burton, Ross
  2013-04-15 15:21   ` Koen Kooi
  1 sibling, 1 reply; 8+ messages in thread
From: Burton, Ross @ 2013-04-15 15:16 UTC (permalink / raw)
  To: Koen Kooi; +Cc: openembedded-core

Hi Koen,

On 15 April 2013 11:12, Koen Kooi <koen@dominion.thruhere.net> wrote:
> In the original udev and systemd updates these extra conf rules and scripts where removed and moved to a different recipe to avoid pulling them in by default, making them opt-in. The systemd merge into oe-core regressed this into making it impossible to opt out of it when using package feeds for upgrades.

What udev updates are you referring to here?  The udev in oe-core has
RRECOMMENDED on udev-extraconf since 2008
(fc128ab1e4fec27d44cebfa690a9bc233eda0caf) and I don't see a udev
override in meta-systemd.

Dropping udev-extraconf from udev is rather invasive for a post-freeze
change considering how much it will effect.

Ross



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

* Re: [PATCH] udev: remove udev-extraconf from RRECOMMENDS
  2013-04-15 15:16 ` Burton, Ross
@ 2013-04-15 15:21   ` Koen Kooi
  2013-04-15 15:27     ` Burton, Ross
  0 siblings, 1 reply; 8+ messages in thread
From: Koen Kooi @ 2013-04-15 15:21 UTC (permalink / raw)
  To: Burton, Ross; +Cc: openembedded-core


Op 15 apr. 2013, om 17:16 heeft "Burton, Ross" <ross.burton@intel.com> het volgende geschreven:

> Hi Koen,
> 
> On 15 April 2013 11:12, Koen Kooi <koen@dominion.thruhere.net> wrote:
>> In the original udev and systemd updates these extra conf rules and scripts where removed and moved to a different recipe to avoid pulling them in by default, making them opt-in. The systemd merge into oe-core regressed this into making it impossible to opt out of it when using package feeds for upgrades.
> 
> What udev updates are you referring to here?  The udev in oe-core has
> RRECOMMENDED on udev-extraconf since 2008
> (fc128ab1e4fec27d44cebfa690a9bc233eda0caf) and I don't see a udev
> override in meta-systemd.

The udev in meta-oe, I never used the udev in oe-core, it was very outdated and had all the weird dependencies like extraconf.

> Dropping udev-extraconf from udev is rather invasive for a post-freeze
> change considering how much it will effect.

I don't really care when it gets applied, I can always carry the patch in the angstrom 1.4 tree.


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

* Re: [PATCH] udev: remove udev-extraconf from RRECOMMENDS
  2013-04-15 15:21   ` Koen Kooi
@ 2013-04-15 15:27     ` Burton, Ross
  2013-04-15 15:31       ` Koen Kooi
  0 siblings, 1 reply; 8+ messages in thread
From: Burton, Ross @ 2013-04-15 15:27 UTC (permalink / raw)
  To: Koen Kooi; +Cc: openembedded-core

On 15 April 2013 16:21, Koen Kooi <koen@dominion.thruhere.net> wrote:
>> What udev updates are you referring to here?  The udev in oe-core has
>> RRECOMMENDED on udev-extraconf since 2008
>> (fc128ab1e4fec27d44cebfa690a9bc233eda0caf) and I don't see a udev
>> override in meta-systemd.
>
> The udev in meta-oe, I never used the udev in oe-core, it was very outdated and had all the weird dependencies like extraconf.

Presumably that's been moved to Angstrom as I can't see a udev at all
in meta-oe now.

Ross



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

* Re: [PATCH] udev: remove udev-extraconf from RRECOMMENDS
  2013-04-15 15:27     ` Burton, Ross
@ 2013-04-15 15:31       ` Koen Kooi
  2013-04-15 15:34         ` Koen Kooi
  2013-04-15 15:35         ` Burton, Ross
  0 siblings, 2 replies; 8+ messages in thread
From: Koen Kooi @ 2013-04-15 15:31 UTC (permalink / raw)
  To: Burton, Ross; +Cc: openembedded-core


Op 15 apr. 2013, om 17:27 heeft "Burton, Ross" <ross.burton@intel.com> het volgende geschreven:

> On 15 April 2013 16:21, Koen Kooi <koen@dominion.thruhere.net> wrote:
>>> What udev updates are you referring to here?  The udev in oe-core has
>>> RRECOMMENDED on udev-extraconf since 2008
>>> (fc128ab1e4fec27d44cebfa690a9bc233eda0caf) and I don't see a udev
>>> override in meta-systemd.
>> 
>> The udev in meta-oe, I never used the udev in oe-core, it was very outdated and had all the weird dependencies like extraconf.
> 
> Presumably that's been moved to Angstrom as I can't see a udev at all
> in meta-oe now.

It was deleted in favour of systemd.bb providing udev, angstrom hasn't udev the standalone udev since it was merged into the systemd repo.


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

* Re: [PATCH] udev: remove udev-extraconf from RRECOMMENDS
  2013-04-15 15:31       ` Koen Kooi
@ 2013-04-15 15:34         ` Koen Kooi
  2013-04-15 15:35         ` Burton, Ross
  1 sibling, 0 replies; 8+ messages in thread
From: Koen Kooi @ 2013-04-15 15:34 UTC (permalink / raw)
  To: Burton, Ross; +Cc: openembedded-core


Op 15 apr. 2013, om 17:31 heeft Koen Kooi <koen@dominion.thruhere.net> het volgende geschreven:

> 
> Op 15 apr. 2013, om 17:27 heeft "Burton, Ross" <ross.burton@intel.com> het volgende geschreven:
> 
>> On 15 April 2013 16:21, Koen Kooi <koen@dominion.thruhere.net> wrote:
>>>> What udev updates are you referring to here?  The udev in oe-core has
>>>> RRECOMMENDED on udev-extraconf since 2008
>>>> (fc128ab1e4fec27d44cebfa690a9bc233eda0caf) and I don't see a udev
>>>> override in meta-systemd.
>>> 
>>> The udev in meta-oe, I never used the udev in oe-core, it was very outdated and had all the weird dependencies like extraconf.
>> 
>> Presumably that's been moved to Angstrom as I can't see a udev at all
>> in meta-oe now.
> 
> It was deleted in favour of systemd.bb providing udev, angstrom hasn't udev the standalone udev since it was merged into the systemd repo.

https://github.com/openembedded/meta-oe/commit/f95109e3e04ee167fd0ceb80e62f7cfec81802de




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

* Re: [PATCH] udev: remove udev-extraconf from RRECOMMENDS
  2013-04-15 15:31       ` Koen Kooi
  2013-04-15 15:34         ` Koen Kooi
@ 2013-04-15 15:35         ` Burton, Ross
  1 sibling, 0 replies; 8+ messages in thread
From: Burton, Ross @ 2013-04-15 15:35 UTC (permalink / raw)
  To: Koen Kooi; +Cc: openembedded-core

On 15 April 2013 16:31, Koen Kooi <koen@dominion.thruhere.net> wrote:
> It was deleted in favour of systemd.bb providing udev, angstrom hasn't udev the standalone udev since it was merged into the systemd repo.

Right, makes sense.

Ross



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

end of thread, other threads:[~2013-04-15 15:53 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-04-15 10:12 [PATCH] udev: remove udev-extraconf from RRECOMMENDS Koen Kooi
2013-04-15 10:21 ` Burton, Ross
2013-04-15 15:16 ` Burton, Ross
2013-04-15 15:21   ` Koen Kooi
2013-04-15 15:27     ` Burton, Ross
2013-04-15 15:31       ` Koen Kooi
2013-04-15 15:34         ` Koen Kooi
2013-04-15 15:35         ` Burton, Ross

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.