Re: [ptxdist] [PATCH 1/3] host-faketime: new package

2018-10-16 Thread Michael Olbrich
Hi, On Tue, Oct 16, 2018 at 01:34:15PM +0200, Alexander Dahl wrote: > Am Dienstag, 16. Oktober 2018, 10:51:04 CEST schrieb Michael Olbrich: > > On Fri, Oct 12, 2018 at 07:47:35AM +, Baeuerle, Florian wrote: > > > Is there also a mechanism in ptxdist that allows leaving out system > > >

Re: [ptxdist] [PATCH 1/3] host-faketime: new package

2018-10-16 Thread Alexander Dahl
Hello, Am Dienstag, 16. Oktober 2018, 10:51:04 CEST schrieb Michael Olbrich: > On Fri, Oct 12, 2018 at 07:47:35AM +, Baeuerle, Florian wrote: > > Is there also a mechanism in ptxdist that allows leaving out system > > packages if the provided tools are already present? > > No, and we prefer

Re: [ptxdist] [PATCH 1/3] host-faketime: new package

2018-10-16 Thread Michael Olbrich
On Thu, Oct 11, 2018 at 02:19:15PM +, Baeuerle, Florian wrote: > Signed-off-by: Florian Bäuerle > --- > rules/host-faketime.in | 10 + > rules/host-faketime.make | 47 > 2 files changed, 57 insertions(+) > create mode 100644

Re: [ptxdist] [PATCH 1/3] host-faketime: new package

2018-10-16 Thread Michael Olbrich
On Fri, Oct 12, 2018 at 07:47:35AM +, Baeuerle, Florian wrote: > Am Donnerstag, den 11.10.2018, 16:43 +0200 schrieb Roland Hieber: > > Hmmm, we had a similar patch in August that added libfaketime as a > > runtime dependency to PTXdist in order to detect changes to packages' > > patch series:

Re: [ptxdist] [PATCH 1/3] host-faketime: new package

2018-10-16 Thread Michael Olbrich
On Tue, Oct 16, 2018 at 07:33:48AM +, Baeuerle, Florian wrote: > Hi, > > Am Donnerstag, den 11.10.2018, 17:30 -0400 schrieb Jon Ringle: > > > > +# > > > > +HOST_FAKETIME_VERSION= $(LIBFAKETIME_VERSION) > > > > +HOST_FAKETIME_MD5= $(LIBFAKETIME_MD5) > > > > +HOST_FAKETIME

Re: [ptxdist] [PATCH 1/3] host-faketime: new package

2018-10-16 Thread Baeuerle, Florian
Hi, Am Donnerstag, den 11.10.2018, 17:30 -0400 schrieb Jon Ringle: > > > +# > > > +HOST_FAKETIME_VERSION= $(LIBFAKETIME_VERSION) > > > +HOST_FAKETIME_MD5= $(LIBFAKETIME_MD5) > > > +HOST_FAKETIME= $(LIBFAKETIME) > > > +HOST_FAKETIME_SUFFIX = $(LIBFAKETIME_SUFFIX) > > >

Re: [ptxdist] [PATCH 1/3] host-faketime: new package

2018-10-12 Thread Baeuerle, Florian
Hi Roland, Am Donnerstag, den 11.10.2018, 16:43 +0200 schrieb Roland Hieber: > Hmmm, we had a similar patch in August that added libfaketime as a > runtime dependency to PTXdist in order to detect changes to packages' > patch series: > >

Re: [ptxdist] [PATCH 1/3] host-faketime: new package

2018-10-11 Thread Jon Ringle
On Thu, Oct 11, 2018 at 10:43 AM Roland Hieber wrote: > > Hmmm, we had a similar patch in August that added libfaketime as a > runtime dependency to PTXdist in order to detect changes to packages' > patch series: > > https://www.mail-archive.com/ptxdist@pengutronix.de/msg13198.html > > If we can

Re: [ptxdist] [PATCH 1/3] host-faketime: new package

2018-10-11 Thread Roland Hieber
Hmmm, we had a similar patch in August that added libfaketime as a runtime dependency to PTXdist in order to detect changes to packages' patch series: https://www.mail-archive.com/ptxdist@pengutronix.de/msg13198.html If we can be sure that faketime is present at run time, we could leave it out