Re: [ptxdist] Docker rules

2022-03-17 Thread Enrico Weigelt, metux IT consult
nen leicht abgehört und manipuliert werden ! Für eine vertrauliche Kommunikation senden Sie bitte ihren GPG/PGP-Schlüssel zu. --- Enrico Weigelt, metux IT consult Free software and Linux embedded engineering i...@metux.net -- +49-151-27565287 ___ ptxdist ma

[ptxdist] adding golang support

2021-04-16 Thread Enrico Weigelt, metux IT consult
-mtx -- --- Hinweis: unverschlüsselte E-Mails können leicht abgehört und manipuliert werden ! Für eine vertrauliche Kommunikation senden Sie bitte ihren GPG/PGP-Schlüssel zu. --- Enrico Weigelt, metux IT consult Free software and Linux embedded engineering i...@metux.net

[ptxdist] BUG: problem with barebox build: barebox_partitions.config

2020-10-12 Thread Enrico Weigelt, metux IT consult
y suggestion how to fix that in a clean way ? thx --mtx -- --- Hinweis: unverschlüsselte E-Mails können leicht abgehört und manipuliert werden ! Für eine vertrauliche Kommunikation senden Sie bitte ihren GPG/PGP-Schlüssel zu. --- Enrico Weigelt, me

Re: [ptxdist] boot problem w/ barebox

2017-09-13 Thread Enrico Weigelt, metux IT consult
On 12.09.2017 10:32, Uwe Kleine-König wrote: Hi, CONFIG_DEBUG_IMX_UART_PORT=2 means it should use UART-2 as documented in the reference manual. But yeah, this is confusing, the problem is that the hardware guy numbering the UARTS named the first UART UART-1 which isn't what a kernel hacker

Re: [ptxdist] boot problem w/ barebox

2017-09-11 Thread Enrico Weigelt, metux IT consult
On 11.09.2017 09:16, Uwe Kleine-König wrote: Try adding a #define DEBUG in linux-4.13/arch/arm/boot/compressed/head.S > and make sure enabled DEBUG_LL and selected the right UART in your> .config. After deep digging in the init code, I've meanwhile fixed it (at least with self-compiled 2015

Re: [ptxdist] Yocto

2017-09-10 Thread Enrico Weigelt, metux IT consult
On 09.09.2017 18:33, Erwin Rol wrote: Exactly my problem, Yocto is becoming the Ubuntu of embedded Linux, and > like Ubuntu not everything is good about it. apropos Ubuntu: just had a ugly problem w/ my trusty notebook, which ate up my precious time: dbus didn't come up (just because a dumb

Re: [ptxdist] Yocto

2017-09-09 Thread Enrico Weigelt, metux IT consult
On 09.09.2017 15:03, Erwin Rol wrote: Hi, yes I know the topic is blasphemy ;-) burn the witch ! ;-) but I was wondering if there are > ppl that made usecase comparisons between ptxdist and Yocto? My personal I'm currently in process of bringing up a board, where the vendor only

[ptxdist] boot problem w/ barebox

2017-09-09 Thread Enrico Weigelt, metux IT consult
Hi folks, I've got a really strange booting problem on an phycore-imx6 based board (pretty much the same as mira): * barebox v2017.06.1-phy2 comes up properly, but cant boot the kernel (v4.13) - just hangs w/o any output (not even uncompression message) * putting the kernel manually into

[ptxdist] am33xx: trouble w/ serial console

2017-06-20 Thread Enrico Weigelt, metux IT consult
Hi folks, I'm currently trying to get 4.11 running on an sitara-based machine (*1). The board is quite similar to the am335xevm, so I've taken it as reference and patched up the dts w/ things differing between the board init routines from the old 3.2 kernel (the vendor is still on some old 3.2

Re: [ptxdist] /usr merge

2017-04-12 Thread Enrico Weigelt, metux IT consult
On 12.04.2017 11:24, Michael Olbrich wrote: Hi, > I haven't seen any done with PTXdist. I did, quite some years ago, no idea whether it still exists. > And while I don't know the exact use-case, I think starting with an > initrd and then switching to the rootfs on the SDcard make more sense.

Re: [ptxdist] [PATCH] rootfs: option to link /etc/resolv.conf to /lib/systemd/resolv.conf

2017-04-12 Thread Enrico Weigelt, metux IT consult
On 20.03.2017 15:34, Artur Wiebe wrote: > Signed-off-by: Artur Wiebe > --- > rules/rootfs.in| 11 +++ > rules/rootfs.make | 3 +++ > rules/systemd.make | 1 + > 3 files changed, 15 insertions(+) > > diff --git a/rules/rootfs.in b/rules/rootfs.in > index

Re: [ptxdist] [PATCH] Install tar from CONFIG_TAR to /bin/ instead /usr/bin/

2017-04-12 Thread Enrico Weigelt, metux IT consult
On 05.04.2017 10:04, Gavin Schenk wrote: > Debian and Ubuntu install tar in /bin. This is the same in ptxdist when > BUSYBOX_TAR is selected. If CONFIG_TAR is selected ptxdist installs tar > to /usr/bin. All the different unices I remember from the last two decades had tar in /bin (as it's

Re: [ptxdist] /usr merge

2017-04-12 Thread Enrico Weigelt, metux IT consult
On 11.04.2017 12:07, Michael Olbrich wrote: Hi, > I've just pushed a large series of commits for /usr merge. This means that > /bin, /sbin and /lib are now symlinks to the corresponding directories in > /usr. All files are installed accordingly. Just curious: what's the actual problem to solve

[ptxdist] [PATCH] OSELAS.Toolchain: gcc6 support

2016-10-24 Thread Enrico Weigelt, metux IT consult
-- mit freundlichen Grüßen -- Enrico, Sohn von Wilfried, a.d.F. Weigelt, metux IT consulting +49-151-27565287 >From 5985c6c672b85a5347d69bbf42b9a13caeaee103 Mon Sep 17 00:00:00 2001 From: "Enrico Weigelt, metux IT consult" <enrico.weig...@gr13.net> Date: Mon, 24 Oct 2016 12:

[ptxdist] [PATCH] OSELAS.Toolchain: glibc: patches for gcc6

2016-10-24 Thread Enrico Weigelt, metux IT consult
gcc6 seems to be more strict about ambigious brackets. -- mit freundlichen Grüßen -- Enrico, Sohn von Wilfried, a.d.F. Weigelt, metux IT consulting +49-151-27565287 >From f0a5101702aa6bf0851d110b7e23d52782994a8b Mon Sep 17 00:00:00 2001 From: "Enrico Weigelt, metux IT consult"

[ptxdist] [PATCH] OSELAS.Toolchain: cross-binutils: patches for version 2.27

2016-10-24 Thread Enrico Weigelt, metux IT consult
basicly copied over from 2.26 -- mit freundlichen Grüßen -- Enrico, Sohn von Wilfried, a.d.F. Weigelt, metux IT consulting +49-151-27565287 >From deecd75ca1aefd2ca21ec576bf52f42c22624728 Mon Sep 17 00:00:00 2001 From: "Enrico Weigelt, metux IT consult" <enrico.weig...@gr13.ne

[ptxdist] dpkg / apt

2015-09-12 Thread Enrico Weigelt, metux IT consult
Hi folks, did anyone already port dpkg/apt to ptxdist (of course, including ptxdist creating .deb packages instead of ipkg/opkg) --mtx -- mit freundlichen Grüßen -- Enrico Weigelt, metux IT consulting +49-151-27565287 -- ptxdist mailing list ptxdist@pengutronix.de

Re: [ptxdist] Warning UID is greater than 99

2015-09-12 Thread Enrico Weigelt, metux IT consult
On 10.09.2015 17:04, Marc Kleine-Budde wrote: > Better use the user and group name from /etc/{passwd,shadow} not the > numerical value. The names from ./projectroot/etc/passwd can be used directly in the rule file ? Cool, that's new to me. (btw: how exactly is that implemented ?) Since what

[ptxdist] qt5.4 + gstreamer

2015-06-01 Thread Enrico Weigelt, metux IT consult
Hi folks, anybody working on Qt5.4 and GStreamer ? I've just tried to get Qt5 (previously 5.2) w/ gstreamer and v4l2. Result: qt (QtMultimdia) wants gst-0.10 (doesnt work w/ gst-1.0), which in turn still stick w/ v4l1 (which isn't supported by recent kernel anymore). So I tried updating to

[ptxdist] oselas-toolchain: fully automatic build / packaging

2015-01-24 Thread Enrico Weigelt, metux IT consult
Hi folks, I'd like to build/package oselas toolchains fully automatically. I've got a little tool (*1) for such tasks (doing all the git-buildpackage and pbuilder magic) - the idea is pretty simple: It manages the local git clones for the individual packages (eg. automatically syncs them when

Re: [ptxdist] [PATCH 1/2] gtk2: Disable rebuilds of pregenerated files

2014-12-02 Thread Enrico Weigelt, metux IT consult
On 27.11.2014 11:43, Markus Pargmann wrote: As we don't want to use tools outside of ptxdist, we should avoid regenerating generated files within the gtk sources. For example gtk-update-icon-cache may fail with different non-compatible versions. hmm, pragmatic, but not really optimal. the