* [meta-oe][PATCH v2 1/3] meta-systemd: Move ntp recipes to 'meta-networking' sublayer
@ 2012-10-31 11:08 Otavio Salvador
2012-10-31 11:08 ` [meta-oe][PATCH v2 2/3] meta-systemd: meta-networking: ntp: Update bbappend to 4.2.6p5 Otavio Salvador
` (2 more replies)
0 siblings, 3 replies; 19+ messages in thread
From: Otavio Salvador @ 2012-10-31 11:08 UTC (permalink / raw)
To: openembedded-devel; +Cc: Otavio Salvador
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
---
.../recipes-support/ntp/ntp/ntpd.service | 0
.../recipes-support/ntp/ntp/ntpdate.service | 0
.../recipes-support/ntp/ntp_4.2.6p3.bbappend | 0
3 files changed, 0 insertions(+), 0 deletions(-)
rename meta-systemd/{meta-oe => meta-networking}/recipes-support/ntp/ntp/ntpd.service (100%)
rename meta-systemd/{meta-oe => meta-networking}/recipes-support/ntp/ntp/ntpdate.service (100%)
rename meta-systemd/{meta-oe => meta-networking}/recipes-support/ntp/ntp_4.2.6p3.bbappend (100%)
diff --git a/meta-systemd/meta-oe/recipes-support/ntp/ntp/ntpd.service b/meta-systemd/meta-networking/recipes-support/ntp/ntp/ntpd.service
similarity index 100%
rename from meta-systemd/meta-oe/recipes-support/ntp/ntp/ntpd.service
rename to meta-systemd/meta-networking/recipes-support/ntp/ntp/ntpd.service
diff --git a/meta-systemd/meta-oe/recipes-support/ntp/ntp/ntpdate.service b/meta-systemd/meta-networking/recipes-support/ntp/ntp/ntpdate.service
similarity index 100%
rename from meta-systemd/meta-oe/recipes-support/ntp/ntp/ntpdate.service
rename to meta-systemd/meta-networking/recipes-support/ntp/ntp/ntpdate.service
diff --git a/meta-systemd/meta-oe/recipes-support/ntp/ntp_4.2.6p3.bbappend b/meta-systemd/meta-networking/recipes-support/ntp/ntp_4.2.6p3.bbappend
similarity index 100%
rename from meta-systemd/meta-oe/recipes-support/ntp/ntp_4.2.6p3.bbappend
rename to meta-systemd/meta-networking/recipes-support/ntp/ntp_4.2.6p3.bbappend
--
1.7.2.5
^ permalink raw reply [flat|nested] 19+ messages in thread
* [meta-oe][PATCH v2 2/3] meta-systemd: meta-networking: ntp: Update bbappend to 4.2.6p5
2012-10-31 11:08 [meta-oe][PATCH v2 1/3] meta-systemd: Move ntp recipes to 'meta-networking' sublayer Otavio Salvador
@ 2012-10-31 11:08 ` Otavio Salvador
2012-11-22 6:22 ` Anders Darander
2012-10-31 11:08 ` [meta-oe][PATCH v2 3/3] freerdp: Bump SRCREV to 1.0.2 snapshot of 2012-10-30 Otavio Salvador
2012-10-31 11:43 ` [meta-oe][PATCH v2 1/3] meta-systemd: Move ntp recipes to 'meta-networking' sublayer Martin Ertsås
2 siblings, 1 reply; 19+ messages in thread
From: Otavio Salvador @ 2012-10-31 11:08 UTC (permalink / raw)
To: openembedded-devel; +Cc: Otavio Salvador
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
---
.../{ntp_4.2.6p3.bbappend => ntp_4.2.6p5.bbappend} | 0
1 files changed, 0 insertions(+), 0 deletions(-)
rename meta-systemd/meta-networking/recipes-support/ntp/{ntp_4.2.6p3.bbappend => ntp_4.2.6p5.bbappend} (100%)
diff --git a/meta-systemd/meta-networking/recipes-support/ntp/ntp_4.2.6p3.bbappend b/meta-systemd/meta-networking/recipes-support/ntp/ntp_4.2.6p5.bbappend
similarity index 100%
rename from meta-systemd/meta-networking/recipes-support/ntp/ntp_4.2.6p3.bbappend
rename to meta-systemd/meta-networking/recipes-support/ntp/ntp_4.2.6p5.bbappend
--
1.7.2.5
^ permalink raw reply [flat|nested] 19+ messages in thread
* [meta-oe][PATCH v2 3/3] freerdp: Bump SRCREV to 1.0.2 snapshot of 2012-10-30
2012-10-31 11:08 [meta-oe][PATCH v2 1/3] meta-systemd: Move ntp recipes to 'meta-networking' sublayer Otavio Salvador
2012-10-31 11:08 ` [meta-oe][PATCH v2 2/3] meta-systemd: meta-networking: ntp: Update bbappend to 4.2.6p5 Otavio Salvador
@ 2012-10-31 11:08 ` Otavio Salvador
2012-10-31 11:43 ` [meta-oe][PATCH v2 1/3] meta-systemd: Move ntp recipes to 'meta-networking' sublayer Martin Ertsås
2 siblings, 0 replies; 19+ messages in thread
From: Otavio Salvador @ 2012-10-31 11:08 UTC (permalink / raw)
To: openembedded-devel; +Cc: Otavio Salvador
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
---
meta-oe/recipes-support/freerdp/freerdp_git.bb | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/meta-oe/recipes-support/freerdp/freerdp_git.bb b/meta-oe/recipes-support/freerdp/freerdp_git.bb
index 01ab390..35228ad 100644
--- a/meta-oe/recipes-support/freerdp/freerdp_git.bb
+++ b/meta-oe/recipes-support/freerdp/freerdp_git.bb
@@ -9,7 +9,7 @@ PV = "gitr${SRCPV}"
PKGV = "${GITPKGVTAG}"
PR = "${INC_PR}.0"
-SRCREV = "19d4a4276869ec40ee1eef066ac460615734c043"
+SRCREV = "e0f2b3ccc986a165d9c289a569b60eab66153792"
SRC_URI = "git://github.com/FreeRDP/FreeRDP.git"
S = "${WORKDIR}/git"
--
1.7.2.5
^ permalink raw reply related [flat|nested] 19+ messages in thread
* Re: [meta-oe][PATCH v2 1/3] meta-systemd: Move ntp recipes to 'meta-networking' sublayer
2012-10-31 11:08 [meta-oe][PATCH v2 1/3] meta-systemd: Move ntp recipes to 'meta-networking' sublayer Otavio Salvador
2012-10-31 11:08 ` [meta-oe][PATCH v2 2/3] meta-systemd: meta-networking: ntp: Update bbappend to 4.2.6p5 Otavio Salvador
2012-10-31 11:08 ` [meta-oe][PATCH v2 3/3] freerdp: Bump SRCREV to 1.0.2 snapshot of 2012-10-30 Otavio Salvador
@ 2012-10-31 11:43 ` Martin Ertsås
2012-10-31 11:52 ` Anders Darander
` (2 more replies)
2 siblings, 3 replies; 19+ messages in thread
From: Martin Ertsås @ 2012-10-31 11:43 UTC (permalink / raw)
To: openembedded-devel
For this you should also have a look at the ntpdate.service and
ntp.service files. There was a discussion about this earlier:
http://patches.openembedded.org/patch/38575/
Also, what is not on that discussion, is that pool.ntp.org is not really
the way to do it. What we would like is to register something like
pool.yocto.ntp.org, but for
now I guess we can just use pool.ntp.org and then change it when someone
have registered it. Kind of feel someone officially related to the
project should register it.
- Martin
On 10/31/12 12:08, Otavio Salvador wrote:
> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
> ---
> .../recipes-support/ntp/ntp/ntpd.service | 0
> .../recipes-support/ntp/ntp/ntpdate.service | 0
> .../recipes-support/ntp/ntp_4.2.6p3.bbappend | 0
> 3 files changed, 0 insertions(+), 0 deletions(-)
> rename meta-systemd/{meta-oe => meta-networking}/recipes-support/ntp/ntp/ntpd.service (100%)
> rename meta-systemd/{meta-oe => meta-networking}/recipes-support/ntp/ntp/ntpdate.service (100%)
> rename meta-systemd/{meta-oe => meta-networking}/recipes-support/ntp/ntp_4.2.6p3.bbappend (100%)
>
> diff --git a/meta-systemd/meta-oe/recipes-support/ntp/ntp/ntpd.service b/meta-systemd/meta-networking/recipes-support/ntp/ntp/ntpd.service
> similarity index 100%
> rename from meta-systemd/meta-oe/recipes-support/ntp/ntp/ntpd.service
> rename to meta-systemd/meta-networking/recipes-support/ntp/ntp/ntpd.service
> diff --git a/meta-systemd/meta-oe/recipes-support/ntp/ntp/ntpdate.service b/meta-systemd/meta-networking/recipes-support/ntp/ntp/ntpdate.service
> similarity index 100%
> rename from meta-systemd/meta-oe/recipes-support/ntp/ntp/ntpdate.service
> rename to meta-systemd/meta-networking/recipes-support/ntp/ntp/ntpdate.service
> diff --git a/meta-systemd/meta-oe/recipes-support/ntp/ntp_4.2.6p3.bbappend b/meta-systemd/meta-networking/recipes-support/ntp/ntp_4.2.6p3.bbappend
> similarity index 100%
> rename from meta-systemd/meta-oe/recipes-support/ntp/ntp_4.2.6p3.bbappend
> rename to meta-systemd/meta-networking/recipes-support/ntp/ntp_4.2.6p3.bbappend
^ permalink raw reply [flat|nested] 19+ messages in thread
* Re: [meta-oe][PATCH v2 1/3] meta-systemd: Move ntp recipes to 'meta-networking' sublayer
2012-10-31 11:43 ` [meta-oe][PATCH v2 1/3] meta-systemd: Move ntp recipes to 'meta-networking' sublayer Martin Ertsås
@ 2012-10-31 11:52 ` Anders Darander
2012-10-31 12:02 ` Otavio Salvador
2012-10-31 12:11 ` Phil Blundell
2 siblings, 0 replies; 19+ messages in thread
From: Anders Darander @ 2012-10-31 11:52 UTC (permalink / raw)
To: openembedded-devel
* Martin Ertsås <martiert@gmail.com> [121031 12:48]:
> For this you should also have a look at the ntpdate.service and
> ntp.service files. There was a discussion about this earlier:
> http://patches.openembedded.org/patch/38575/
Sure, that patch is also nice to have. However, it's more important to
get Otavio's update in, as currently meta-oe (meta-networkig) doesn't
build together with meta-systemd... As there is a version conflict
between the bb and bbappend.
> Also, what is not on that discussion, is that pool.ntp.org is not really
> the way to do it. What we would like is to register something like
> pool.yocto.ntp.org, but for
> now I guess we can just use pool.ntp.org and then change it when someone
> have registered it. Kind of feel someone officially related to the
> project should register it.
The same reasoning apply here. Hopefully, someone in the Yocto Project
can register a pool, after which we can update the recipe again.
Cheers,
Anders
> On 10/31/12 12:08, Otavio Salvador wrote:
> > Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
> > ---
> > .../recipes-support/ntp/ntp/ntpd.service | 0
> > .../recipes-support/ntp/ntp/ntpdate.service | 0
> > .../recipes-support/ntp/ntp_4.2.6p3.bbappend | 0
> > 3 files changed, 0 insertions(+), 0 deletions(-)
> > rename meta-systemd/{meta-oe => meta-networking}/recipes-support/ntp/ntp/ntpd.service (100%)
> > rename meta-systemd/{meta-oe => meta-networking}/recipes-support/ntp/ntp/ntpdate.service (100%)
> > rename meta-systemd/{meta-oe => meta-networking}/recipes-support/ntp/ntp_4.2.6p3.bbappend (100%)
> >
--
Anders Darander
ChargeStorm AB / eStorm AB
^ permalink raw reply [flat|nested] 19+ messages in thread
* Re: [meta-oe][PATCH v2 1/3] meta-systemd: Move ntp recipes to 'meta-networking' sublayer
2012-10-31 11:43 ` [meta-oe][PATCH v2 1/3] meta-systemd: Move ntp recipes to 'meta-networking' sublayer Martin Ertsås
2012-10-31 11:52 ` Anders Darander
@ 2012-10-31 12:02 ` Otavio Salvador
2012-10-31 12:11 ` Phil Blundell
2 siblings, 0 replies; 19+ messages in thread
From: Otavio Salvador @ 2012-10-31 12:02 UTC (permalink / raw)
To: openembedded-devel
On Wed, Oct 31, 2012 at 9:43 AM, Martin Ertsås <martiert@gmail.com> wrote:
> For this you should also have a look at the ntpdate.service and
> ntp.service files. There was a discussion about this earlier:
> http://patches.openembedded.org/patch/38575/
>
> Also, what is not on that discussion, is that pool.ntp.org is not really
> the way to do it. What we would like is to register something like
> pool.yocto.ntp.org, but for
> now I guess we can just use pool.ntp.org and then change it when someone
> have registered it. Kind of feel someone officially related to the
> project should register it.
I did it but in a new patch.
--
Otavio Salvador O.S. Systems
E-mail: otavio@ossystems.com.br http://www.ossystems.com.br
Mobile: +55 53 9981-7854 http://projetos.ossystems.com.br
^ permalink raw reply [flat|nested] 19+ messages in thread
* Re: [meta-oe][PATCH v2 1/3] meta-systemd: Move ntp recipes to 'meta-networking' sublayer
2012-10-31 12:11 ` Phil Blundell
@ 2012-10-31 12:09 ` Martin Ertsås
2012-10-31 12:19 ` Phil Blundell
2012-10-31 12:15 ` Otavio Salvador
1 sibling, 1 reply; 19+ messages in thread
From: Martin Ertsås @ 2012-10-31 12:09 UTC (permalink / raw)
To: openembedded-devel
On 10/31/12 13:11, Phil Blundell wrote:
> On Wed, 2012-10-31 at 12:43 +0100, Martin Ertsås wrote:
>
>> for now I guess we can just use pool.ntp.org
>
> I'm not sure that this is a very good idea. The pool.ntp.org
> documentation is fairly explicit that they don't want this:
>
>
> You must absolutely not use the default pool.ntp.org zone names
> as the default configuration in your application or appliance.
>
>
> p.
>
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
Should we just leave the .service files broken then, until someone
registers a pool? Or are we allowed to use someone else's pool?
- Martin
^ permalink raw reply [flat|nested] 19+ messages in thread
* Re: [meta-oe][PATCH v2 1/3] meta-systemd: Move ntp recipes to 'meta-networking' sublayer
2012-10-31 11:43 ` [meta-oe][PATCH v2 1/3] meta-systemd: Move ntp recipes to 'meta-networking' sublayer Martin Ertsås
2012-10-31 11:52 ` Anders Darander
2012-10-31 12:02 ` Otavio Salvador
@ 2012-10-31 12:11 ` Phil Blundell
2012-10-31 12:09 ` Martin Ertsås
2012-10-31 12:15 ` Otavio Salvador
2 siblings, 2 replies; 19+ messages in thread
From: Phil Blundell @ 2012-10-31 12:11 UTC (permalink / raw)
To: openembedded-devel
On Wed, 2012-10-31 at 12:43 +0100, Martin Ertsås wrote:
> for now I guess we can just use pool.ntp.org
I'm not sure that this is a very good idea. The pool.ntp.org
documentation is fairly explicit that they don't want this:
You must absolutely not use the default pool.ntp.org zone names
as the default configuration in your application or appliance.
p.
^ permalink raw reply [flat|nested] 19+ messages in thread
* Re: [meta-oe][PATCH v2 1/3] meta-systemd: Move ntp recipes to 'meta-networking' sublayer
2012-10-31 12:11 ` Phil Blundell
2012-10-31 12:09 ` Martin Ertsås
@ 2012-10-31 12:15 ` Otavio Salvador
2012-10-31 12:22 ` Phil Blundell
1 sibling, 1 reply; 19+ messages in thread
From: Otavio Salvador @ 2012-10-31 12:15 UTC (permalink / raw)
To: openembedded-devel
On Wed, Oct 31, 2012 at 10:11 AM, Phil Blundell <philb@gnu.org> wrote:
> On Wed, 2012-10-31 at 12:43 +0100, Martin Ertsås wrote:
>
>> for now I guess we can just use pool.ntp.org
>
>
> I'm not sure that this is a very good idea. The pool.ntp.org
> documentation is fairly explicit that they don't want this:
>
>
> You must absolutely not use the default pool.ntp.org zone names
> as the default configuration in your application or appliance.
So how we'll fix it? We need to fix it somehow. So give us an alternative to us.
--
Otavio Salvador O.S. Systems
E-mail: otavio@ossystems.com.br http://www.ossystems.com.br
Mobile: +55 53 9981-7854 http://projetos.ossystems.com.br
^ permalink raw reply [flat|nested] 19+ messages in thread
* Re: [meta-oe][PATCH v2 1/3] meta-systemd: Move ntp recipes to 'meta-networking' sublayer
2012-10-31 12:09 ` Martin Ertsås
@ 2012-10-31 12:19 ` Phil Blundell
2012-10-31 12:29 ` Otavio Salvador
2012-10-31 12:32 ` Burton, Ross
0 siblings, 2 replies; 19+ messages in thread
From: Phil Blundell @ 2012-10-31 12:19 UTC (permalink / raw)
To: openembedded-devel
On Wed, 2012-10-31 at 13:09 +0100, Martin Ertsås wrote:
> Should we just leave the .service files broken then, until someone
> registers a pool? Or are we allowed to use someone else's pool?
I don't think just using someone else's pool without asking them would
be a terribly polite way to proceed.
It seems like your options are:
a) Make it be a DISTRO setting, punt this problem to the distribution,
and let them figure out what to do about it.
b) Make the service files take the NTP server from DHCP rather than
having it be hard-coded.
c) Approach ntp.org to get a vendor zone for OE and have it be the
default.
d) Use your own NTP server, or one provided by a Yocto-affiliated
organisation.
e) Leave the files alone.
p.
^ permalink raw reply [flat|nested] 19+ messages in thread
* Re: [meta-oe][PATCH v2 1/3] meta-systemd: Move ntp recipes to 'meta-networking' sublayer
2012-10-31 12:15 ` Otavio Salvador
@ 2012-10-31 12:22 ` Phil Blundell
0 siblings, 0 replies; 19+ messages in thread
From: Phil Blundell @ 2012-10-31 12:22 UTC (permalink / raw)
To: openembedded-devel
On Wed, 2012-10-31 at 10:15 -0200, Otavio Salvador wrote:
> On Wed, Oct 31, 2012 at 10:11 AM, Phil Blundell <philb@gnu.org> wrote:
> > On Wed, 2012-10-31 at 12:43 +0100, Martin Ertsås wrote:
> >
> >> for now I guess we can just use pool.ntp.org
> >
> >
> > I'm not sure that this is a very good idea. The pool.ntp.org
> > documentation is fairly explicit that they don't want this:
> >
> >
> > You must absolutely not use the default pool.ntp.org zone names
> > as the default configuration in your application or appliance.
>
> So how we'll fix it? We need to fix it somehow. So give us an alternative to us.
It's not entirely obvious to me that it really does need to be fixed all
that urgently, at least not in the default metadata. The sky is
probably not going to fall in if you ship a service file which doesn't
sync with NTP by default.
In particular, if it's been broken in meta-oe for however long up to
this point, I don't entirely understand why moving the recipe to
meta-networking suddenly means that fixing this issue is super-important
or why the two things need to be done at the same time.
But, anyway, see other email I just sent for a handful of alternatives.
p.
^ permalink raw reply [flat|nested] 19+ messages in thread
* Re: [meta-oe][PATCH v2 1/3] meta-systemd: Move ntp recipes to 'meta-networking' sublayer
2012-10-31 12:19 ` Phil Blundell
@ 2012-10-31 12:29 ` Otavio Salvador
2012-10-31 12:38 ` Phil Blundell
2012-10-31 12:32 ` Burton, Ross
1 sibling, 1 reply; 19+ messages in thread
From: Otavio Salvador @ 2012-10-31 12:29 UTC (permalink / raw)
To: openembedded-devel
On Wed, Oct 31, 2012 at 10:19 AM, Phil Blundell <philb@gnu.org> wrote:
> On Wed, 2012-10-31 at 13:09 +0100, Martin Ertsås wrote:
>> Should we just leave the .service files broken then, until someone
>> registers a pool? Or are we allowed to use someone else's pool?
>
> I don't think just using someone else's pool without asking them would
> be a terribly polite way to proceed.
>
> It seems like your options are:
>
> a) Make it be a DISTRO setting, punt this problem to the distribution,
> and let them figure out what to do about it.
>
> b) Make the service files take the NTP server from DHCP rather than
> having it be hard-coded.
>
> c) Approach ntp.org to get a vendor zone for OE and have it be the
> default.
>
> d) Use your own NTP server, or one provided by a Yocto-affiliated
> organisation.
>
> e) Leave the files alone.
Well, I cannot ask for a pool zone for OE or Yocto; it'd be good but
it is not yet done and I prefer to have it merged and changed once it
happens.
--
Otavio Salvador O.S. Systems
E-mail: otavio@ossystems.com.br http://www.ossystems.com.br
Mobile: +55 53 9981-7854 http://projetos.ossystems.com.br
^ permalink raw reply [flat|nested] 19+ messages in thread
* Re: [meta-oe][PATCH v2 1/3] meta-systemd: Move ntp recipes to 'meta-networking' sublayer
2012-10-31 12:19 ` Phil Blundell
2012-10-31 12:29 ` Otavio Salvador
@ 2012-10-31 12:32 ` Burton, Ross
1 sibling, 0 replies; 19+ messages in thread
From: Burton, Ross @ 2012-10-31 12:32 UTC (permalink / raw)
To: openembedded-devel
On 31 October 2012 12:19, Phil Blundell <philb@gnu.org> wrote:
> a) Make it be a DISTRO setting, punt this problem to the distribution,
> and let them figure out what to do about it.
IMHO, that's the best idea. Distributions can easily register vendor
zones, which is fairly trivial (eg Guacamayo has a zone registered[1]
already).
If we created a Yocto-wide zone it would be for non-commercial use
only, which might get tricky to convey to everyone using Yocto. By
punting this to the distributions, the people who created the zone are
in closer communication with the people who might be using the zone
commercially.
Ross
[1] https://github.com/Guacamayo/meta-guacamayo/blob/master/meta-guacamayo/recipes-connectivity/connman/guacamayo/settings
^ permalink raw reply [flat|nested] 19+ messages in thread
* Re: [meta-oe][PATCH v2 1/3] meta-systemd: Move ntp recipes to 'meta-networking' sublayer
2012-10-31 12:29 ` Otavio Salvador
@ 2012-10-31 12:38 ` Phil Blundell
2012-10-31 12:40 ` Otavio Salvador
0 siblings, 1 reply; 19+ messages in thread
From: Phil Blundell @ 2012-10-31 12:38 UTC (permalink / raw)
To: openembedded-devel
On Wed, 2012-10-31 at 10:29 -0200, Otavio Salvador wrote:
> Well, I cannot ask for a pool zone for OE or Yocto; it'd be good but
> it is not yet done and I prefer to have it merged and changed once it
> happens.
The obvious problem with that approach is that "it" may never happen
(especially if you're relying on some as-yet-unidentified third party to
do the work) and, even if it does, arbitrarily many people might ship
the broken configuration in the meantime. Merging a change that we know
is wrong seems like a bad plan.
p.
^ permalink raw reply [flat|nested] 19+ messages in thread
* Re: [meta-oe][PATCH v2 1/3] meta-systemd: Move ntp recipes to 'meta-networking' sublayer
2012-10-31 12:38 ` Phil Blundell
@ 2012-10-31 12:40 ` Otavio Salvador
2012-10-31 12:45 ` Phil Blundell
0 siblings, 1 reply; 19+ messages in thread
From: Otavio Salvador @ 2012-10-31 12:40 UTC (permalink / raw)
To: openembedded-devel
On Wed, Oct 31, 2012 at 10:38 AM, Phil Blundell <philb@gnu.org> wrote:
> On Wed, 2012-10-31 at 10:29 -0200, Otavio Salvador wrote:
>> Well, I cannot ask for a pool zone for OE or Yocto; it'd be good but
>> it is not yet done and I prefer to have it merged and changed once it
>> happens.
>
> The obvious problem with that approach is that "it" may never happen
> (especially if you're relying on some as-yet-unidentified third party to
> do the work) and, even if it does, arbitrarily many people might ship
> the broken configuration in the meantime. Merging a change that we know
> is wrong seems like a bad plan.
It is better then a broken .service file IMO ;-)
--
Otavio Salvador O.S. Systems
E-mail: otavio@ossystems.com.br http://www.ossystems.com.br
Mobile: +55 53 9981-7854 http://projetos.ossystems.com.br
^ permalink raw reply [flat|nested] 19+ messages in thread
* Re: [meta-oe][PATCH v2 1/3] meta-systemd: Move ntp recipes to 'meta-networking' sublayer
2012-10-31 12:40 ` Otavio Salvador
@ 2012-10-31 12:45 ` Phil Blundell
2012-10-31 12:52 ` Otavio Salvador
0 siblings, 1 reply; 19+ messages in thread
From: Phil Blundell @ 2012-10-31 12:45 UTC (permalink / raw)
To: openembedded-devel
On Wed, 2012-10-31 at 10:40 -0200, Otavio Salvador wrote:
> On Wed, Oct 31, 2012 at 10:38 AM, Phil Blundell <philb@gnu.org> wrote:
> > On Wed, 2012-10-31 at 10:29 -0200, Otavio Salvador wrote:
> >> Well, I cannot ask for a pool zone for OE or Yocto; it'd be good but
> >> it is not yet done and I prefer to have it merged and changed once it
> >> happens.
> >
> > The obvious problem with that approach is that "it" may never happen
> > (especially if you're relying on some as-yet-unidentified third party to
> > do the work) and, even if it does, arbitrarily many people might ship
> > the broken configuration in the meantime. Merging a change that we know
> > is wrong seems like a bad plan.
>
> It is better then a broken .service file IMO ;-)
Well, I guess that's where we disagree. Can you elaborate on why having
no default NTP server in the metadata is such a crisis, and why none of
the other options I mentioned before is a suitable way to deal with the
problem?
p.
^ permalink raw reply [flat|nested] 19+ messages in thread
* Re: [meta-oe][PATCH v2 1/3] meta-systemd: Move ntp recipes to 'meta-networking' sublayer
2012-10-31 12:45 ` Phil Blundell
@ 2012-10-31 12:52 ` Otavio Salvador
0 siblings, 0 replies; 19+ messages in thread
From: Otavio Salvador @ 2012-10-31 12:52 UTC (permalink / raw)
To: openembedded-devel
On Wed, Oct 31, 2012 at 10:45 AM, Phil Blundell <philb@gnu.org> wrote:
> On Wed, 2012-10-31 at 10:40 -0200, Otavio Salvador wrote:
>> On Wed, Oct 31, 2012 at 10:38 AM, Phil Blundell <philb@gnu.org> wrote:
>> > On Wed, 2012-10-31 at 10:29 -0200, Otavio Salvador wrote:
>> >> Well, I cannot ask for a pool zone for OE or Yocto; it'd be good but
>> >> it is not yet done and I prefer to have it merged and changed once it
>> >> happens.
>> >
>> > The obvious problem with that approach is that "it" may never happen
>> > (especially if you're relying on some as-yet-unidentified third party to
>> > do the work) and, even if it does, arbitrarily many people might ship
>> > the broken configuration in the meantime. Merging a change that we know
>> > is wrong seems like a bad plan.
>>
>> It is better then a broken .service file IMO ;-)
>
> Well, I guess that's where we disagree. Can you elaborate on why having
> no default NTP server in the metadata is such a crisis, and why none of
> the other options I mentioned before is a suitable way to deal with the
> problem?
It is not a problem to have no default NTP server but a broken .service file.
Your alternatives are all good just I used too much time for something
I am not using ... the proposed alternatives are good but someone
needs to work on them. Just it.
--
Otavio Salvador O.S. Systems
E-mail: otavio@ossystems.com.br http://www.ossystems.com.br
Mobile: +55 53 9981-7854 http://projetos.ossystems.com.br
^ permalink raw reply [flat|nested] 19+ messages in thread
* Re: [meta-oe][PATCH v2 2/3] meta-systemd: meta-networking: ntp: Update bbappend to 4.2.6p5
2012-10-31 11:08 ` [meta-oe][PATCH v2 2/3] meta-systemd: meta-networking: ntp: Update bbappend to 4.2.6p5 Otavio Salvador
@ 2012-11-22 6:22 ` Anders Darander
2012-11-22 10:35 ` Paul Eggleton
0 siblings, 1 reply; 19+ messages in thread
From: Anders Darander @ 2012-11-22 6:22 UTC (permalink / raw)
To: openembedded-devel
* Otavio Salvador <otavio@ossystems.com.br> [121031 12:08]:
> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
> ---
> .../{ntp_4.2.6p3.bbappend => ntp_4.2.6p5.bbappend} | 0
> 1 files changed, 0 insertions(+), 0 deletions(-)
> rename meta-systemd/meta-networking/recipes-support/ntp/{ntp_4.2.6p3.bbappend => ntp_4.2.6p5.bbappend} (100%)
Ping?
Could we have this patch (and the 1/3, which moved systemd-support to
meta-systemd/meta-networking/....) applied?
meta-systemd has been unparsable for quite some time now, as
meta-networking has ntp 4.2.6p5, and the bbappend in meta-systemd is for
4.2.6p3...
/Anders
--
Anders Darander
ChargeStorm AB / eStorm AB
^ permalink raw reply [flat|nested] 19+ messages in thread
* Re: [meta-oe][PATCH v2 2/3] meta-systemd: meta-networking: ntp: Update bbappend to 4.2.6p5
2012-11-22 6:22 ` Anders Darander
@ 2012-11-22 10:35 ` Paul Eggleton
0 siblings, 0 replies; 19+ messages in thread
From: Paul Eggleton @ 2012-11-22 10:35 UTC (permalink / raw)
To: Anders Darander; +Cc: openembedded-devel
On Thursday 22 November 2012 07:22:25 Anders Darander wrote:
> * Otavio Salvador <otavio@ossystems.com.br> [121031 12:08]:
> > Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
> > ---
> >
> > .../{ntp_4.2.6p3.bbappend => ntp_4.2.6p5.bbappend} | 0
> > 1 files changed, 0 insertions(+), 0 deletions(-)
> > rename
> > meta-systemd/meta-networking/recipes-support/ntp/{ntp_4.2.6p3.bbappend
> > => ntp_4.2.6p5.bbappend} (100%)
> Ping?
>
> Could we have this patch (and the 1/3, which moved systemd-support to
> meta-systemd/meta-networking/....) applied?
>
> meta-systemd has been unparsable for quite some time now, as
> meta-networking has ntp 4.2.6p5, and the bbappend in meta-systemd is for
> 4.2.6p3...
I'm not sure why this had to be delayed - it could have been applied
immediately. Assuming it doesn't get applied this morning I will include it in
my ntp patch series since I apparently need to update the systemd service
anyway.
Cheers,
Paul
--
Paul Eggleton
Intel Open Source Technology Centre
^ permalink raw reply [flat|nested] 19+ messages in thread
end of thread, other threads:[~2012-11-22 10:50 UTC | newest]
Thread overview: 19+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-10-31 11:08 [meta-oe][PATCH v2 1/3] meta-systemd: Move ntp recipes to 'meta-networking' sublayer Otavio Salvador
2012-10-31 11:08 ` [meta-oe][PATCH v2 2/3] meta-systemd: meta-networking: ntp: Update bbappend to 4.2.6p5 Otavio Salvador
2012-11-22 6:22 ` Anders Darander
2012-11-22 10:35 ` Paul Eggleton
2012-10-31 11:08 ` [meta-oe][PATCH v2 3/3] freerdp: Bump SRCREV to 1.0.2 snapshot of 2012-10-30 Otavio Salvador
2012-10-31 11:43 ` [meta-oe][PATCH v2 1/3] meta-systemd: Move ntp recipes to 'meta-networking' sublayer Martin Ertsås
2012-10-31 11:52 ` Anders Darander
2012-10-31 12:02 ` Otavio Salvador
2012-10-31 12:11 ` Phil Blundell
2012-10-31 12:09 ` Martin Ertsås
2012-10-31 12:19 ` Phil Blundell
2012-10-31 12:29 ` Otavio Salvador
2012-10-31 12:38 ` Phil Blundell
2012-10-31 12:40 ` Otavio Salvador
2012-10-31 12:45 ` Phil Blundell
2012-10-31 12:52 ` Otavio Salvador
2012-10-31 12:32 ` Burton, Ross
2012-10-31 12:15 ` Otavio Salvador
2012-10-31 12:22 ` Phil Blundell
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox