Re: [ptxdist] Resend: Home dir fixup for root in systemd

2016-07-26 Thread David Jander
On Tue, 26 Jul 2016 19:50:09 +0200 Guillermo Rodriguez Garcia wrote: > Hi David, > > 2016-07-26 16:00 GMT+02:00 David Jander : > > > > > Dear Guillermo, > > > > Thanks for your reply. > > > > On Tue, 26 Jul 2016 15:19:59 +0200 > > Guillermo

Re: [ptxdist] Resend: Home dir fixup for root in systemd

2016-07-26 Thread David Jander
On Tue, 26 Jul 2016 17:13:59 +0200 Ben Stuyts wrote: > Hi David :) > > > On 26 Jul 2016, at 16:00, David Jander wrote: > > > > > > Dear Guillermo, > > > > Thanks for your reply. > > > > On Tue, 26 Jul 2016 15:19:59 +0200 > > Guillermo Rodriguez Garcia

Re: [ptxdist] Resend: Home dir fixup for root in systemd

2016-07-26 Thread Guillermo Rodriguez Garcia
Hi David, 2016-07-26 16:00 GMT+02:00 David Jander : > > Dear Guillermo, > > Thanks for your reply. > > On Tue, 26 Jul 2016 15:19:59 +0200 > Guillermo Rodriguez Garcia wrote: > > > Wouldn't it be easier to either use a custom /etc/passwd, or create

Re: [ptxdist] Resend: Home dir fixup for root in systemd

2016-07-26 Thread Ben Stuyts
Hi David :) > On 26 Jul 2016, at 16:00, David Jander wrote: > > > Dear Guillermo, > > Thanks for your reply. > > On Tue, 26 Jul 2016 15:19:59 +0200 > Guillermo Rodriguez Garcia wrote: > >> Wouldn't it be easier to either use a custom

[ptxdist] timezone: remove gone timezone "Mideast"

2016-07-26 Thread Juergen Borleis
This change avoids: cp: cannot stat '[...]/sysroot-host/usr/share/zoneinfo/Mideast': No such file or directory Signed-off-by: Juergen Borleis diff --git a/rules/timezone.make b/rules/timezone.make index 1aeb8f35fa68..d5e694e92b0f 100644 --- a/rules/timezone.make

[ptxdist] timezone: avoid shell error "[: too many arguments'

2016-07-26 Thread Juergen Borleis
Using it in one string lets scripts/make_zoneinfo.sh complain with: line 50: [: too many arguments Signed-off-by: Juergen Borleis diff --git a/rules/timezone.make b/rules/timezone.make index 89227c314c18..1aeb8f35fa68 100644 --- a/rules/timezone.make +++

Re: [ptxdist] Resend: Home dir fixup for root in systemd

2016-07-26 Thread David Jander
Dear Guillermo, Thanks for your reply. On Tue, 26 Jul 2016 15:19:59 +0200 Guillermo Rodriguez Garcia wrote: > Wouldn't it be easier to either use a custom /etc/passwd, or create a /root > dir in the filesystem ? That sounds better than patching systemd. Maybe it

Re: [ptxdist] Resend: Home dir fixup for root in systemd

2016-07-26 Thread Guillermo Rodriguez Garcia
Wouldn't it be easier to either use a custom /etc/passwd, or create a /root dir in the filesystem ? That sounds better than patching systemd. Guillermo 2016-07-26 14:09 GMT+02:00 David Jander : > > Dear Michael, > > I have prepared a patch against ptxdist git for the

[ptxdist] iptables: the 'nfnl_osf' util is only built if 'libnfnetlink' is enabled

2016-07-26 Thread Juergen Borleis
Signed-off-by: Juergen Borleis diff --git a/rules/iptables.make b/rules/iptables.make index 9da40c9a889f..16b7820b6178 100644 --- a/rules/iptables.make +++ b/rules/iptables.make @@ -112,8 +112,9 @@ endif ifdef PTXCONF_IPTABLES_INSTALL_TOOLS @$(call install_copy,

Re: [ptxdist] multiple cmake build setups in one package?

2016-07-26 Thread Alexander Stein
Hi, On Thursday 21 July 2016 07:18:40, Michael Olbrich wrote: > On Tue, Jul 19, 2016 at 10:41:00AM +0200, Alexander Stein wrote: > > is it possible to generate several build setups, e.g. multiple software > > components, which requires individual cmake calls, within one ptxdist > > package? What