Re: [oe] [meta-systemd][PATCH] meta-systemd: ntp: Change version to what is used in meta-networking.

2012-10-26 Thread Koen Kooi
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Op 25-10-12 20:58, Martin Ertsaas schreef: > Change version of ntp to match that in meta-networking. Also change > ntpdate to ntp-date to match the names used in meta-networking. While you are there, can you also disable the autoactivating for the uni

[oe] [meta-systemd][PATCH] systemd: Fix build when base_libdir is not /lib

2012-10-26 Thread Khem Raj
we were carrying a wrong patch to fix rootlibdir to adapt systemd to OE's notion of base_libdir but thats not right and the units dont get initialised properly when we have base_libdir which is not /lib This patch fixes the use of base_libdir where it should have been catering to notions of system

Re: [oe] [meta-systemd][PATCH] meta-systemd: ntp: Change version to what is used in meta-networking.

2012-10-26 Thread Martin Ertsås
On 10/26/12 09:14, Koen Kooi wrote: > Op 25-10-12 20:58, Martin Ertsaas schreef: > > Change version of ntp to match that in meta-networking. Also change > > ntpdate to ntp-date to match the names used in meta-networking. > > While you are there, can you also disable the autoactivating for the unit?

Re: [oe] [meta-systemd][PATCH] meta-systemd: ntp: Change version to what is used in meta-networking.

2012-10-26 Thread Martin Jansa
On Fri, Oct 26, 2012 at 09:14:43AM +0200, Koen Kooi wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Op 25-10-12 20:58, Martin Ertsaas schreef: > > Change version of ntp to match that in meta-networking. Also change > > ntpdate to ntp-date to match the names used in meta-networking. >

Re: [oe] [meta-systemd][PATCH] meta-systemd: ntp: Change version to what is used in meta-networking.

2012-10-26 Thread Martin Ertsås
On 10/26/12 10:01, Martin Jansa wrote: > On Fri, Oct 26, 2012 at 09:14:43AM +0200, Koen Kooi wrote: >> -BEGIN PGP SIGNED MESSAGE- >> Hash: SHA1 >> >> Op 25-10-12 20:58, Martin Ertsaas schreef: >>> Change version of ntp to match that in meta-networking. Also change >>> ntpdate to ntp-date to

Re: [oe] [meta-systemd][PATCH] meta-systemd: ntp: Change version to what is used in meta-networking.

2012-10-26 Thread Martin Jansa
On Fri, Oct 26, 2012 at 09:57:31AM +0200, Martin Ertsås wrote: > On 10/26/12 10:01, Martin Jansa wrote: > > On Fri, Oct 26, 2012 at 09:14:43AM +0200, Koen Kooi wrote: > >> -BEGIN PGP SIGNED MESSAGE- > >> Hash: SHA1 > >> > >> Op 25-10-12 20:58, Martin Ertsaas schreef: > >>> Change version of

[oe] [meta-systemd][PATCH v2 1/2] meta-systemd: ntp: Change version to what is used in meta-networking.

2012-10-26 Thread Martin Ertsaas
Change version of ntp to match that in meta-networking. Also change ntpdate to ntp-date to match the names used in meta-networking. Signed-off-by: Martin Ertsaas --- .../recipes-support/ntp/ntp_4.2.6p3.bbappend | 20 .../recipes-support/ntp/ntp_4.2.6p5.bbappend

[oe] [meta-systemd][PATCH v2 2/2] meta-systemd: ntp: Fix starting of ntpdate.service

2012-10-26 Thread Martin Ertsaas
Make ntpdate.service run ntpdate instead of ntpd, as ntpd is not necessarily installed. Also make ntpdate require network.target, as you can not run ntpdate (or ntpd for that matter), without networking. Signed-off-by: Martin Ertsaas --- .../recipes-support/ntp/ntp/ntpdate.service|3

[oe] sox-native

2012-10-26 Thread John Stirling
Hi, Our OE build is based on angstrom (master) - https://github.com/Angstrom-distribution/setup-scripts/blob/master/sourc es/layers.txt As part of our build we need to use sox to generate some audio files that are present on the image. I'm getting stuck trying to build sox-native -

[oe] [2011.03-maintenance 0/1] pull request 20121026

2012-10-26 Thread Steffen Sledz
Hi Tom, please pull this commit which updates opkg-utils to the latest upstream version also used in oe-core. Thx, Steffen The following changes since commit 0609a1cf10887b5f5d69cc4c7baba35beebb3f16: Merge branch 'pull-request-3' of git://github.com/sledz/oe into 2011.03-maintenance (2012-10

[oe] [2011.03-maintenance 1/1] opkg-utils: bump SRCREV to latest

2012-10-26 Thread Steffen Sledz
This update contains * opkg.py/opkg-build: fix creation of tar archives * opkg-make-index: fix mis-indented else: Signed-off-by: Steffen Sledz --- recipes/opkg-utils/opkg-utils_git.bb |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes/opkg-utils/opkg-utils_git.bb

Re: [oe] [meta-oe]PATCH] samba: update documentation2.patch and waf-as-source.patch to apply

2012-10-26 Thread RaNgErS
My mails are rejected by admin. Why this happens? I am stuck On Oct 25, 2012 3:39 PM, "Martin Jansa" wrote: > * fails here because of non-ASCII characters: > ERROR: Command Error: exit status: 1 Output: > Applying patch documentation2.patch > ... > patching file swat/lang/tr/help/welcome

Re: [oe] sox-native

2012-10-26 Thread Samuel Stirtzel
2012/10/26 John Stirling : > Hi, > > > > Our OE build is based on angstrom (master) - > > > > https://github.com/Angstrom-distribution/setup-scripts/blob/master/sourc > es/layers.txt > > > > As part of our build we need to use sox to generate some audio files > that are present on the image. > > >

[oe] Danny stable release branch

2012-10-26 Thread Burton, Ross
Hi, Now that 1.3 is released[1] I can announce that I'm the Danny stable release series maintainer. This involves pulling any relevant security fixes, build fixes and critical bug fixes from master, and periodically rolling a 1.3.x release. Obviously there's a lot of activity in master so whilst

Re: [oe] [meta-systemd][PATCH v2 2/2] meta-systemd: ntp: Fix starting of ntpdate.service

2012-10-26 Thread Enrico Scholz
Martin Ertsaas writes: > Type=oneshot > -ExecStart=/usr/bin/ntpd -q -g -x > +ExecStart=/usr/bin/ntpdate pool.ntp.org This should be made configurable. E.g. Environment=NTPHOSTS=pool.ntp.org EnvironmentFile=-/etc/sysconfig/ntp.conf ExecStart=/usr/bin/ntpdate $NTPHOSTS Enrico __

Re: [oe] Danny stable release branch

2012-10-26 Thread Marcin Juszkiewicz
W dniu 26.10.2012 15:44, Burton, Ross pisze: > Hi, > > Now that 1.3 is released[1] I can announce that I'm the Danny stable > release series maintainer. This involves pulling any relevant > security fixes, build fixes and critical bug fixes from master, and > periodically rolling a 1.3.x relea

Re: [oe] [meta-systemd][PATCH v2 2/2] meta-systemd: ntp: Fix starting of ntpdate.service

2012-10-26 Thread Burton, Ross
On 26 October 2012 15:35, Enrico Scholz wrote: > Martin Ertsaas writes: > >> Type=oneshot >> -ExecStart=/usr/bin/ntpd -q -g -x >> +ExecStart=/usr/bin/ntpdate pool.ntp.org > > This should be made configurable. E.g. > > Environment=NTPHOSTS=pool.ntp.org > EnvironmentFile=-/etc/sysconfig/ntp.co

Re: [oe] yocto 1.3 branch for meta-openembedded layers, RFC wanted.

2012-10-26 Thread Khem Raj
Hi Koen I can take care of danny Thanks -Khem On Oct 25, 2012, at 3:55 AM, Koen Kooi wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Hi, > > We need a branch to track oe-core 'danny' and I am swamped till ELC-E > happens, so I would like to hold off on patches that make meta-oe

Re: [oe] Danny stable release branch

2012-10-26 Thread Koen Kooi
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Op 26-10-12 15:44, Burton, Ross schreef: > Hi, > > Now that 1.3 is released[1] I can announce that I'm the Danny stable > release series maintainer. This involves pulling any relevant security > fixes, build fixes and critical bug fixes from master,

Re: [oe] Danny stable release branch

2012-10-26 Thread Burton, Ross
On 26 October 2012 16:17, Koen Kooi wrote: >> Expect to see a ross/danny-next series in the poky-contrib repository >> fairly soon where I'll be staging the commits. > > Who's the maintainer for the oe-core danny branch? Shush, don't tell anyone, but poky-contrib:ross/danny-next would actually be

Re: [oe] Danny stable release branch

2012-10-26 Thread Otavio Salvador
On Fri, Oct 26, 2012 at 1:17 PM, Koen Kooi wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Op 26-10-12 15:44, Burton, Ross schreef: >> Hi, >> >> Now that 1.3 is released[1] I can announce that I'm the Danny stable >> release series maintainer. This involves pulling any relevant secur

Re: [oe] [meta-systemd][PATCH v2 2/2] meta-systemd: ntp: Fix starting of ntpdate.service

2012-10-26 Thread Martin Ertsås
On 10/26/12 17:07, Burton, Ross wrote: On 26 October 2012 15:35, Enrico Scholz wrote: Martin Ertsaas writes: Type=oneshot -ExecStart=/usr/bin/ntpd -q -g -x +ExecStart=/usr/bin/ntpdate pool.ntp.org This should be made configurable. E.g. Environment=NTPHOSTS=pool.ntp.org EnvironmentF

Re: [oe] Danny stable release branch

2012-10-26 Thread Burton, Ross
On 26 October 2012 16:35, Otavio Salvador wrote: >> Who's the maintainer for the oe-core danny branch? > > I hope there's no delta between oe-core and poky one so Ross is the > maintainer as far as I know. Correct. Poky is literally oe-core+bitbake+yocto-docs glued together, no work happens in th

[oe] [PATCH] samba: update waf-as-source.patch to apply

2012-10-26 Thread Martin Jansa
* and Applying patch waf-as-source.patch ... File buildtools/bin/waf-svn is not empty after patch; not deleting ... Patch waf-as-source.patch does not apply (enforce with -f) I've dropped this chunk and now it builds * there is also WARNING about unpackaged but empty base_sbindir WARNI

[oe] [meta-handheld][PATCH] udev_164: update .bbappend to 182 as in oe-core

2012-10-26 Thread Andrea Adami
Signed-off-by: Andrea Adami --- recipes-core/udev/udev_164.bbappend |9 - recipes-core/udev/udev_182.bbappend |9 + 2 files changed, 9 insertions(+), 9 deletions(-) delete mode 100644 recipes-core/udev/udev_164.bbappend create mode 100644 recipes-core/udev/udev_182.bbapp

Re: [oe] [meta-handheld][PATCH] udev_164: update .bbappend to 182 as in oe-core

2012-10-26 Thread Andrea Adami
On Sat, Oct 27, 2012 at 12:16 AM, Andrea Adami wrote: > Signed-off-by: Andrea Adami > --- > recipes-core/udev/udev_164.bbappend |9 - > recipes-core/udev/udev_182.bbappend |9 + > 2 files changed, 9 insertions(+), 9 deletions(-) > delete mode 100644 recipes-core/udev/ude

[oe] [meta-handheld][PATCH v2] udev_164: update .bbappend to 182 as in oe-core

2012-10-26 Thread Andrea Adami
Signed-off-by: Andrea Adami --- recipes-core/udev/udev_164.bbappend |9 - recipes-core/udev/udev_182.bbappend |9 + 2 files changed, 9 insertions(+), 9 deletions(-) delete mode 100644 recipes-core/udev/udev_164.bbappend create mode 100644 recipes-core/udev/udev_182.bbapp

Re: [oe] [meta-handheld][PATCH v2] udev_164: update .bbappend to 182 as in oe-core

2012-10-26 Thread Paul Eggleton
On Saturday 27 October 2012 00:41:40 Andrea Adami wrote: > Signed-off-by: Andrea Adami > --- > recipes-core/udev/udev_164.bbappend |9 - > recipes-core/udev/udev_182.bbappend |9 + > 2 files changed, 9 insertions(+), 9 deletions(-) > delete mode 100644 recipes-core/udev/u