* [meta-systemd][PATCH 1/3] meta-systemd: Move ntp recipes to 'meta-networking' sublayer
2012-11-22 16:54 [meta-systemd][PATCH 0/3] Fix ntp bbappends Paul Eggleton
@ 2012-11-22 16:54 ` Paul Eggleton
2012-11-22 16:54 ` [meta-systemd][PATCH 2/3] meta-systemd: meta-networking: ntp: Update bbappend to 4.2.6p5 Paul Eggleton
` (3 subsequent siblings)
4 siblings, 0 replies; 12+ messages in thread
From: Paul Eggleton @ 2012-11-22 16:54 UTC (permalink / raw)
To: openembedded-devel, Koen Kooi
From: Otavio Salvador <otavio@ossystems.com.br>
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.9.5
^ permalink raw reply [flat|nested] 12+ messages in thread* [meta-systemd][PATCH 2/3] meta-systemd: meta-networking: ntp: Update bbappend to 4.2.6p5
2012-11-22 16:54 [meta-systemd][PATCH 0/3] Fix ntp bbappends Paul Eggleton
2012-11-22 16:54 ` [meta-systemd][PATCH 1/3] meta-systemd: Move ntp recipes to 'meta-networking' sublayer Paul Eggleton
@ 2012-11-22 16:54 ` Paul Eggleton
2012-11-22 16:54 ` [meta-systemd][PATCH 3/3] meta-systemd: ntp: update for server config improvements Paul Eggleton
` (2 subsequent siblings)
4 siblings, 0 replies; 12+ messages in thread
From: Paul Eggleton @ 2012-11-22 16:54 UTC (permalink / raw)
To: openembedded-devel, Koen Kooi
From: Otavio Salvador <otavio@ossystems.com.br>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
---
.../{ntp_4.2.6p3.bbappend => ntp_4.2.6p5.bbappend} | 0
1 file 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.9.5
^ permalink raw reply [flat|nested] 12+ messages in thread* [meta-systemd][PATCH 3/3] meta-systemd: ntp: update for server config improvements
2012-11-22 16:54 [meta-systemd][PATCH 0/3] Fix ntp bbappends Paul Eggleton
2012-11-22 16:54 ` [meta-systemd][PATCH 1/3] meta-systemd: Move ntp recipes to 'meta-networking' sublayer Paul Eggleton
2012-11-22 16:54 ` [meta-systemd][PATCH 2/3] meta-systemd: meta-networking: ntp: Update bbappend to 4.2.6p5 Paul Eggleton
@ 2012-11-22 16:54 ` Paul Eggleton
2012-11-23 9:54 ` [meta-systemd][PATCH 0/3] Fix ntp bbappends Koen Kooi
2012-11-26 16:27 ` Martin Jansa
4 siblings, 0 replies; 12+ messages in thread
From: Paul Eggleton @ 2012-11-22 16:54 UTC (permalink / raw)
To: openembedded-devel, Koen Kooi
This makes the service use the ntpdate-sync command which reads the
servers set in /etc/default/ntpdate; if nothing is set then no error is
produced on startup.
Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
---
.../recipes-support/ntp/ntp/ntpdate.service | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/meta-systemd/meta-networking/recipes-support/ntp/ntp/ntpdate.service b/meta-systemd/meta-networking/recipes-support/ntp/ntp/ntpdate.service
index b2bc632..10cbd70 100644
--- a/meta-systemd/meta-networking/recipes-support/ntp/ntp/ntpdate.service
+++ b/meta-systemd/meta-networking/recipes-support/ntp/ntp/ntpdate.service
@@ -4,7 +4,7 @@ Before=ntpd.service
[Service]
Type=oneshot
-ExecStart=/usr/bin/ntpd -q -g -x
+ExecStart=/usr/bin/ntpdate-sync silent
RemainAfterExit=yes
[Install]
--
1.7.9.5
^ permalink raw reply related [flat|nested] 12+ messages in thread
* Re: [meta-systemd][PATCH 0/3] Fix ntp bbappends
2012-11-22 16:54 [meta-systemd][PATCH 0/3] Fix ntp bbappends Paul Eggleton
` (2 preceding siblings ...)
2012-11-22 16:54 ` [meta-systemd][PATCH 3/3] meta-systemd: ntp: update for server config improvements Paul Eggleton
@ 2012-11-23 9:54 ` Koen Kooi
2012-11-23 11:38 ` Anders Darander
2012-11-23 13:12 ` Anders Darander
2012-11-26 16:27 ` Martin Jansa
4 siblings, 2 replies; 12+ messages in thread
From: Koen Kooi @ 2012-11-23 9:54 UTC (permalink / raw)
To: openembedded-devel
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Op 22-11-12 17:54, Paul Eggleton schreef:
> This is the meta-systemd patch series corresponding to the recently sent
> out patches for ntp in meta-networking. 1/3 and 2/3 should be applied
> ASAP even if 3/3 is not applied immediately, as the layer is currently
> broken; 3/3 needs to wait until after the meta-networking patches go in.
1/3 and 2/3 have been applied.
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.5 (Darwin)
Comment: GPGTools - http://gpgtools.org
iD8DBQFQr0fNMkyGM64RGpERAi3ZAJ9PqHz7His140Rby3pLLVKmjfYASACdF6HG
OR4qjrJ8GflgcRLBFoYRhEc=
=G6mK
-----END PGP SIGNATURE-----
^ permalink raw reply [flat|nested] 12+ messages in thread* Re: [meta-systemd][PATCH 0/3] Fix ntp bbappends
2012-11-23 9:54 ` [meta-systemd][PATCH 0/3] Fix ntp bbappends Koen Kooi
@ 2012-11-23 11:38 ` Anders Darander
2012-11-23 13:12 ` Anders Darander
1 sibling, 0 replies; 12+ messages in thread
From: Anders Darander @ 2012-11-23 11:38 UTC (permalink / raw)
To: openembedded-devel
* Koen Kooi <koen@dominion.thruhere.net> [121123 10:54]:
> Op 22-11-12 17:54, Paul Eggleton schreef:
> > This is the meta-systemd patch series corresponding to the recently sent
> > out patches for ntp in meta-networking. 1/3 and 2/3 should be applied
> > ASAP even if 3/3 is not applied immediately, as the layer is currently
> > broken; 3/3 needs to wait until after the meta-networking patches go in.
> 1/3 and 2/3 have been applied.
Thanks!
/Anders
--
Anders Darander
ChargeStorm AB / eStorm AB
^ permalink raw reply [flat|nested] 12+ messages in thread
* Re: [meta-systemd][PATCH 0/3] Fix ntp bbappends
2012-11-23 9:54 ` [meta-systemd][PATCH 0/3] Fix ntp bbappends Koen Kooi
2012-11-23 11:38 ` Anders Darander
@ 2012-11-23 13:12 ` Anders Darander
2012-11-23 13:36 ` Eric Bénard
1 sibling, 1 reply; 12+ messages in thread
From: Anders Darander @ 2012-11-23 13:12 UTC (permalink / raw)
To: openembedded-devel
* Koen Kooi <koen@dominion.thruhere.net> [121123 10:54]:
> Op 22-11-12 17:54, Paul Eggleton schreef:
> > This is the meta-systemd patch series corresponding to the recently sent
> > out patches for ntp in meta-networking. 1/3 and 2/3 should be applied
> > ASAP even if 3/3 is not applied immediately, as the layer is currently
> > broken; 3/3 needs to wait until after the meta-networking patches go in.
> 1/3 and 2/3 have been applied.
Could you, or Eric, apply them to danny also, or should we do a new pull-request?
Cheers,
/Anders
--
Anders Darander
ChargeStorm AB / eStorm AB
^ permalink raw reply [flat|nested] 12+ messages in thread
* Re: [meta-systemd][PATCH 0/3] Fix ntp bbappends
2012-11-23 13:12 ` Anders Darander
@ 2012-11-23 13:36 ` Eric Bénard
2012-11-23 13:50 ` Anders Darander
2012-11-23 15:03 ` Martin Jansa
0 siblings, 2 replies; 12+ messages in thread
From: Eric Bénard @ 2012-11-23 13:36 UTC (permalink / raw)
To: openembedded-devel; +Cc: anders
Hi Anders,
Le Fri, 23 Nov 2012 14:12:57 +0100,
Anders Darander <anders@chargestorm.se> a écrit :
>
> * Koen Kooi <koen@dominion.thruhere.net> [121123 10:54]:
>
> > Op 22-11-12 17:54, Paul Eggleton schreef:
> > > This is the meta-systemd patch series corresponding to the recently sent
> > > out patches for ntp in meta-networking. 1/3 and 2/3 should be applied
> > > ASAP even if 3/3 is not applied immediately, as the layer is currently
> > > broken; 3/3 needs to wait until after the meta-networking patches go in.
>
> > 1/3 and 2/3 have been applied.
>
> Could you, or Eric, apply them to danny also, or should we do a new pull-request?
>
please simply provide the commit hash you want to provide so that I can
easily cherry-pick them
Thanks
Eric
^ permalink raw reply [flat|nested] 12+ messages in thread
* Re: [meta-systemd][PATCH 0/3] Fix ntp bbappends
2012-11-23 13:36 ` Eric Bénard
@ 2012-11-23 13:50 ` Anders Darander
2012-11-23 14:22 ` Eric Bénard
2012-11-23 15:03 ` Martin Jansa
1 sibling, 1 reply; 12+ messages in thread
From: Anders Darander @ 2012-11-23 13:50 UTC (permalink / raw)
To: openembedded-devel@lists.openembedded.org
* Eric Bénard <eric@eukrea.com> [121123 14:36]:
> Le Fri, 23 Nov 2012 14:12:57 +0100,
> Anders Darander <anders@chargestorm.se> a écrit :
> >
> > * Koen Kooi <koen@dominion.thruhere.net> [121123 10:54]:
> >
> > > Op 22-11-12 17:54, Paul Eggleton schreef:
> > > > This is the meta-systemd patch series corresponding to the recently sent
> > > > out patches for ntp in meta-networking. 1/3 and 2/3 should be applied
> > > > ASAP even if 3/3 is not applied immediately, as the layer is currently
> > > > broken; 3/3 needs to wait until after the meta-networking patches go in.
> >
> > > 1/3 and 2/3 have been applied.
> >
> > Could you, or Eric, apply them to danny also, or should we do a new pull-request?
> >
> please simply provide the commit hash you want to provide so that I can
> easily cherry-pick them
Sure, as I'm out of office, I'll only list the commit hashes here, in
order (otherwise I would have sent a pull request).
7da3e44c0dc53c05acce387bf5461d0e292f8d34
c6fe627660a6085f9377337f486e11bad92082e4
These are (in the same order):
meta-systemd: Move ntp recipes to 'meta-networking' sublayer
meta-systemd: meta-networking: ntp: Update bbappend to 4.2.6p5
These commits will make meta-systemd parse again.
Cheers,
Anders
--
Anders Darander
ChargeStorm AB / eStorm AB
^ permalink raw reply [flat|nested] 12+ messages in thread
* Re: [meta-systemd][PATCH 0/3] Fix ntp bbappends
2012-11-23 13:50 ` Anders Darander
@ 2012-11-23 14:22 ` Eric Bénard
0 siblings, 0 replies; 12+ messages in thread
From: Eric Bénard @ 2012-11-23 14:22 UTC (permalink / raw)
To: Koen Kooi, Khem Raj; +Cc: openembedded-devel
Le Fri, 23 Nov 2012 14:50:09 +0100,
Anders Darander <anders@chargestorm.se> a écrit :
>
> * Eric Bénard <eric@eukrea.com> [121123 14:36]:
>
> > Le Fri, 23 Nov 2012 14:12:57 +0100,
> > Anders Darander <anders@chargestorm.se> a écrit :
>
> > >
> > > * Koen Kooi <koen@dominion.thruhere.net> [121123 10:54]:
> > >
> > > > Op 22-11-12 17:54, Paul Eggleton schreef:
> > > > > This is the meta-systemd patch series corresponding to the recently sent
> > > > > out patches for ntp in meta-networking. 1/3 and 2/3 should be applied
> > > > > ASAP even if 3/3 is not applied immediately, as the layer is currently
> > > > > broken; 3/3 needs to wait until after the meta-networking patches go in.
> > >
> > > > 1/3 and 2/3 have been applied.
> > >
> > > Could you, or Eric, apply them to danny also, or should we do a new pull-request?
> > >
> > please simply provide the commit hash you want to provide so that I can
> > easily cherry-pick them
>
>
> Sure, as I'm out of office, I'll only list the commit hashes here, in
> order (otherwise I would have sent a pull request).
>
> 7da3e44c0dc53c05acce387bf5461d0e292f8d34
> c6fe627660a6085f9377337f486e11bad92082e4
>
> These are (in the same order):
> meta-systemd: Move ntp recipes to 'meta-networking' sublayer
> meta-systemd: meta-networking: ntp: Update bbappend to 4.2.6p5
>
> These commits will make meta-systemd parse again.
>
OK, unfortunately I don't yet have the right to commit on danny :
remote: W refs/heads/danny meta-openembedded eric_benard DENIED by
fallthru
remote: error: hook declined to update refs/heads/danny
To git@git.openembedded.org:meta-openembedded
! [remote rejected] danny -> danny (hook declined)
Koen, Khem : may you please unlock the access ?
Thanks,
Eric
^ permalink raw reply [flat|nested] 12+ messages in thread
* Re: [meta-systemd][PATCH 0/3] Fix ntp bbappends
2012-11-23 13:36 ` Eric Bénard
2012-11-23 13:50 ` Anders Darander
@ 2012-11-23 15:03 ` Martin Jansa
1 sibling, 0 replies; 12+ messages in thread
From: Martin Jansa @ 2012-11-23 15:03 UTC (permalink / raw)
To: openembedded-devel; +Cc: anders
[-- Attachment #1: Type: text/plain, Size: 1252 bytes --]
On Fri, Nov 23, 2012 at 02:36:19PM +0100, Eric Bénard wrote:
> Hi Anders,
>
> Le Fri, 23 Nov 2012 14:12:57 +0100,
> Anders Darander <anders@chargestorm.se> a écrit :
>
> >
> > * Koen Kooi <koen@dominion.thruhere.net> [121123 10:54]:
> >
> > > Op 22-11-12 17:54, Paul Eggleton schreef:
> > > > This is the meta-systemd patch series corresponding to the recently sent
> > > > out patches for ntp in meta-networking. 1/3 and 2/3 should be applied
> > > > ASAP even if 3/3 is not applied immediately, as the layer is currently
> > > > broken; 3/3 needs to wait until after the meta-networking patches go in.
> >
> > > 1/3 and 2/3 have been applied.
> >
> > Could you, or Eric, apply them to danny also, or should we do a new pull-request?
> >
> please simply provide the commit hash you want to provide so that I can
> easily cherry-pick them
This 2 are needed for me to build from danny branch
pick 7a3884e gypsy: added to meta-oe/recipes-navigation
pick 00c857b samba: update waf-as-source.patch to apply
but they weren't merged to master too yet.
Then we should merge those 3 ntp commits from Paul after they are tested
more in master.
Cheers,
--
Martin 'JaMa' Jansa jabber: Martin.Jansa@gmail.com
[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 205 bytes --]
^ permalink raw reply [flat|nested] 12+ messages in thread
* Re: [meta-systemd][PATCH 0/3] Fix ntp bbappends
2012-11-22 16:54 [meta-systemd][PATCH 0/3] Fix ntp bbappends Paul Eggleton
` (3 preceding siblings ...)
2012-11-23 9:54 ` [meta-systemd][PATCH 0/3] Fix ntp bbappends Koen Kooi
@ 2012-11-26 16:27 ` Martin Jansa
4 siblings, 0 replies; 12+ messages in thread
From: Martin Jansa @ 2012-11-26 16:27 UTC (permalink / raw)
To: openembedded-devel
[-- Attachment #1: Type: text/plain, Size: 1933 bytes --]
On Thu, Nov 22, 2012 at 04:54:04PM +0000, Paul Eggleton wrote:
> This is the meta-systemd patch series corresponding to the recently sent
> out patches for ntp in meta-networking. 1/3 and 2/3 should be applied
> ASAP even if 3/3 is not applied immediately, as the layer is currently
> broken; 3/3 needs to wait until after the meta-networking patches go in.
Acked-by: Martin Jansa <Martin.Jansa@gmail.com>
Thanks!
> The following changes since commit d08ee5a51d4e89ae587d170f8b99062689841428:
>
> qt4-embedded: drop bbappend for 4.8.1 (2012-11-22 09:48:36 +0100)
>
> are available in the git repository at:
>
> git://git.openembedded.org/meta-openembedded-contrib paule/ntp-systemd
> http://cgit.openembedded.org/cgit.cgi/meta-openembedded-contrib/log/?h=paule/ntp-systemd
>
> Otavio Salvador (2):
> meta-systemd: Move ntp recipes to 'meta-networking' sublayer
> meta-systemd: meta-networking: ntp: Update bbappend to 4.2.6p5
>
> Paul Eggleton (1):
> meta-systemd: ntp: update for server config improvements
>
> .../recipes-support/ntp/ntp/ntpd.service | 0
> .../recipes-support/ntp/ntp/ntpdate.service | 2 +-
> .../recipes-support/ntp/ntp_4.2.6p5.bbappend} | 0
> 3 files changed, 1 insertion(+), 1 deletion(-)
> 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 (80%)
> rename meta-systemd/{meta-oe/recipes-support/ntp/ntp_4.2.6p3.bbappend => meta-networking/recipes-support/ntp/ntp_4.2.6p5.bbappend} (100%)
>
> --
> 1.7.9.5
>
>
> _______________________________________________
> 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] 12+ messages in thread