Re: [ptxdist] Antwort: Re: [PATCH] ask before cleaning complett BSP

2011-06-10 Thread Michael Olbrich
On Fri, Jun 10, 2011 at 03:21:58PM +0200, Jan Weitzel wrote: > ptxdist-boun...@pengutronix.de schrieb am 10.06.2011 14:00:51: > > > Von: Robert Schwebel > > > Did you clean your BSP? :-) > possibly ;) > > > Anyway, that probably needs a test if this is an interactive console or > > run from an

[ptxdist] [PATCH] libpcap: Add support for libnl-2.0

2011-06-10 Thread Jon Ringle
Upstream commit that enables support for libnl-2: https://github.com/mcr/libpcap/commit/bc937fc4ff6715e9bee939041fa02be0755d7d58 patch series rebuilt with git-ptx-patches Signed-off-by: Jon Ringle --- ...FLAGS-CPPFLAGS-and-LDFLAGS-to-Makefile.in.patch | 12 +- .../0002-build-and-install-share

[ptxdist] [PATCH] libnl: version bump 1.1 -> 2.0

2011-06-10 Thread Jon Ringle
Signed-off-by: Jon Ringle --- rules/libnl.make | 15 --- 1 files changed, 4 insertions(+), 11 deletions(-) diff --git a/rules/libnl.make b/rules/libnl.make index e34595d..c735ed1 100644 --- a/rules/libnl.make +++ b/rules/libnl.make @@ -17,23 +17,15 @@ PACKAGES-$(PTXCONF_LIBNL) += l

[ptxdist] Antwort: Re: [PATCH] ask before cleaning complett BSP

2011-06-10 Thread Jan Weitzel
ptxdist-boun...@pengutronix.de schrieb am 10.06.2011 14:00:51: > Von: Robert Schwebel > Did you clean your BSP? :-) possibly ;) > Anyway, that probably needs a test if this is an interactive console or > run from an automated script, i.e. if stdin is a terminal or not. We > have something simil

Re: [ptxdist] [PATCH] ask before cleaning complett BSP

2011-06-10 Thread Robert Schwebel
On Fri, Jun 10, 2011 at 01:51:59PM +0200, Jan Weitzel wrote: > ask user to avoid Arggghh after accidentally cleaning the complete BSP > > Signed-off-by: Jan Weitzel > --- > bin/ptxdist |6 ++ > 1 files changed, 6 insertions(+), 0 deletions(-) > > diff --git a/bin/ptxdist b/bin/ptxdist >

[ptxdist] [PATCH] ask before cleaning complett BSP

2011-06-10 Thread Jan Weitzel
ask user to avoid Arggghh after accidentally cleaning the complete BSP Signed-off-by: Jan Weitzel --- bin/ptxdist |6 ++ 1 files changed, 6 insertions(+), 0 deletions(-) diff --git a/bin/ptxdist b/bin/ptxdist index 1fad54b..0b6f457 100755 --- a/bin/ptxdist +++ b/bin/ptxdist @@ -913,6 +9

[ptxdist] [PATCH] Enable PTXdist to download the 'opkg' package

2011-06-10 Thread Juergen Beisert
Without this change PTXdist fails with: "make: *** No rule to make target `/path/to/local/archives/opkg-0.1.8.tar.gz', needed by `/path/to/ptxdist-project/platform/state/host-opkg.get'. Stop." diff --git a/rules/opkg.make b/rules/opkg.make index 9822156..3a21692 100644 --- a/rules/opkg.make +++