Re: [ptxdist] [PATCH] Update host-cmake to 2.8.10

2013-02-06 Thread Bernhard Walle
* Alexander Dahl p...@lespocky.de [2013-02-06 08:01]: Hei Bernhard, On Tue, Feb 05, 2013 at 09:45:37PM +0100, Bernhard Walle wrote: +HOST_CMAKE_VERSION := 2.8.10 Why not 2.8.10.2, the latest bugfix release of cmake? They usually don't do these point releases but there were some little

[ptxdist] [PATCH] Update host-cmake to 2.8.10.2

2013-02-06 Thread Bernhard Walle
Signed-off-by: Bernhard Walle bernh...@bwalle.de --- rules/host-cmake.make | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rules/host-cmake.make b/rules/host-cmake.make index 5599543..b51cc51 100644 --- a/rules/host-cmake.make +++ b/rules/host-cmake.make @@ -17,8 +17,8 @@

[ptxdist] [PATCH] readd _SERIES option for u-boot and add it for at91bootstrap (partially reverts dac31c4)

2013-02-06 Thread Alexander Dahl
In dac31c4 U_BOOT_SERIES was removed with the explanation it would not be used in ptxdist anymore. This is not true. In ./scripts/lib/ptxd_make_world_patchin.sh and ./rules/post/ptxd_make_world_patchin.make there's a mechanism which automatically uses an option PACKAGENAME_SERIES if present. This