[ptxdist] udhcpd start script and config file

2013-11-08 Thread Jean-Claude Monnin
-Claude Monnin -- ptxdist mailing list ptxdist@pengutronix.de

[ptxdist] [PATCH 1/2] busybox: add generic config file for udhcpd

2013-11-08 Thread Jean-Claude Monnin
Signed-off-by: Jean-Claude Monnin jc_mon...@emailplus.org --- generic/etc/udhcpd.conf | 115 rules/busybox.make | 4 ++ 2 files changed, 119 insertions(+) create mode 100644 generic/etc/udhcpd.conf diff --git a/generic/etc/udhcpd.conf b

[ptxdist] [PATCH 2/2] busybox: add option to install udhcpd start script

2013-11-08 Thread Jean-Claude Monnin
Signed-off-by: Jean-Claude Monnin jc_mon...@emailplus.org --- generic/etc/init.d/udhcpd | 21 + rules/busybox-bbinit.in | 6 ++ rules/busybox.in | 6 ++ rules/busybox.make| 10 ++ 4 files changed, 43 insertions(+) create mode 100644

[ptxdist] [PATCH] boost: version bump 1.51.0 - 1.55.0

2013-11-21 Thread Jean-Claude Monnin
Boost realease notes: http://www.boost.org/users/history/version_1_55_0.html Help text is updated with description from project page with respect to C++11. Menu options for new libraries are added (atomic, coroutine, log). Signed-off-by: Jean-Claude Monnin jc_mon...@emailplus.org --- rules

Re: [ptxdist] [PATCH] boost: version bump 1.51.0 - 1.55.0

2013-12-20 Thread Jean-Claude Monnin
Hi everyone, On 21 Nov 2013, at 10:42, Jean-Claude Monnin jc_mon...@emailplus.org wrote: Boost realease notes: http://www.boost.org/users/history/version_1_55_0.html Help text is updated with description from project page with respect to C++11. Menu options for new libraries are added (atomic

[ptxdist] OSELAS Cortex-A8 toolchain: Warning: --with-arch overrides --with-cpu=cortex-a8

2014-02-28 Thread Jean-Claude Monnin
Hi, When building the `OSELAS.Toolchain-2013.12.1` with the config `arm-cortexa8-linux-gnueabihf_gcc-4.8.3_glibc-2.18_binutils-2.24_kernel-3.12-sanitized.ptxconfig`, I get following lines in the log file: checking for clock_t... yes checking for F_SETLKW... yes checking

Re: [ptxdist] [PATCH] boost: version bump 1.51.0 - 1.55.0

2014-03-07 Thread Jean-Claude Monnin
On 07 Mar 2014, at 09:54, Alexander Dahl p...@lespocky.de wrote: Am 2014-02-03 09:13, schrieb Michael Olbrich: On Fri, Dec 20, 2013 at 02:55:27PM +0100, Jean-Claude Monnin wrote: Hi everyone, On 21 Nov 2013, at 10:42, Jean-Claude Monnin jc_mon...@emailplus.org wrote: Boost realease notes

Re: [ptxdist] Integration of node.js

2014-12-09 Thread Jean-Claude Monnin
Hi Alex, I would like to integrate node.js in my image. Would it be possible to share your existing rules (even if it’s in a unfinished state)? Thanks, Jean-Claude On 21 Nov 2014, at 08:27, Alex Raimondi raimo...@miromico.ch wrote: Hi I am working on adding nodejs to ptxdist. I use

Re: [ptxdist] OSELAS Toolchain for ARM Cortex A5

2015-07-16 Thread Jean-Claude Monnin
Hi Guillermo, Can you provide some additional detail on why this had to be disabled? The arm-v7a-linux-gnueabihf toolchain also has cortex-strings in PTXCONF_GLIBC_EXTRA_ADDONS and so far it seems to work fine (although I have only been able to do limited testing) With the cortex-strings

Re: [ptxdist] OSELAS Toolchain for ARM Cortex A5

2015-07-13 Thread Jean-Claude Monnin
Hi, I am looking for a toolchain for Atmel SAMA5D3x series. These are ARM Cortex A5 CPUs with hardware FPU. I had a look at the latest OSELAS toolchain release (2014.12.1) and didn't find a specific ptxconfig for Cortex A5. What would be the best suitable? arm-v7a perhaps? I could boot

[ptxdist] Error building nodejs in 2023.10.0

2023-11-01 Thread Jean-Claude Monnin
Hi, When trying to build nodejs with the latest ptxdist, I faced an error about missing a python module `ModuleNotFoundError: No module named '_bz2'` (see [1]). I'm not very proficient with ptxdist, so I would like to check if the solution I came up is correct. Feedback welcome. If solution is

Re: [ptxdist] Error building nodejs in 2023.10.0

2023-11-10 Thread Jean-Claude Monnin
with the workaround, but I see your point of wanting to use system python instead. Is there any way to check/fix why it selects host python on my system? Jean-Claude On Fri, Nov 10, 2023, at 9:00 AM, Michael Olbrich wrote: > Hallo, > > On Wed, Nov 01, 2023 at 05:04:30PM +0100, Jean-Claude Mon