Re: [ptxdist] Docker rules

2022-03-17 Thread Enrico Weigelt, metux IT consult
lte 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 -- +49-151-27565287 ___

[ptxdist] adding golang support

2021-04-16 Thread Enrico Weigelt, metux IT consult
orking on that ? --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 engine

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

2020-10-12 Thread Enrico Weigelt, metux IT consult
quite sure how this rule really supposed to wor, but it looks like the pattern is too wide. Any 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

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 woul

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 bbx

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 f

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 supplie

[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 th

[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 ti

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 5965417e1..1b459b6d7 100644

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 conside

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" Date: Mon, 24 Oct 2016 12:44:41 +0200 Subject: [PATCH 04/

[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" Date: Fri, 14 Oct 2016 1

[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
Since what version does that work ? (my project is still on an older ptxd version). --mtx mit freundlichen Grüßen -- Enrico Weigelt, metux IT consulting +49-151-27565287 -- ptxdist mailing list ptxdist@pengutronix.de

[ptxdist] qt5.4 + gstreamer

2015-06-01 Thread Enrico Weigelt, metux IT consult
ing to qt5-5.4. Turned out they completely broke the EGL stuff again, amonst other things ... I'll just have to see whether recent Qt works w/ gst-1.0 ... Is anybody currently working on the same area ? cu -- Enrico Weigelt, metux IT consulting +49-151-27565287 -- ptxdist maili

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

2015-01-24 Thread Enrico Weigelt, metux IT consult
In function 'bool gold::read_dynamic_list(const char*, gold::Command_line*, gold::Script_options*)': /home/nekrad/metux/OSELAS.Toolchain/platform-arm-cortexa8-linux-gnueabi-gcc-4.9.2-glibc-2.20-binutils-2.24-kernel-3.16-sanitized/build-cross/binutils-2.24/gold/script.cc:1634:27: error: 'PARSING_DYNAMIC_LIST' was not declared in this scope PARSING_DYNAMIC_LIST, Lex::DYNAMIC_LIST); ^ Does anyone have an idea, what's wrong here ? cu -- Enrico Weigelt, metux IT consulting +49-151-27565287 -- ptxdist mailing list ptxdist@pengutronix.de

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

2014-12-02 Thread Enrico Weigelt, metux IT consult
ecent years. mit freundlichen Grüßen -- Enrico Weigelt, metux IT consulting +49-151-27565287 -- ptxdist mailing list ptxdist@pengutronix.de

Re: [ptxdist] [PATCH] Add dependencies to patches while using GIT as patch tool

2010-11-23 Thread Enrico Weigelt
two patch series, right? I can see the use > case but it sounds really scary. ACK. You'll have to make sure the second series is based on the tree produced by the first one. Tricky to maintain, especially in the long run. cu -- ------

Re: [ptxdist] [PATCH] Add dependencies to patches while using GIT as patch tool

2010-11-23 Thread Enrico Weigelt
be used as a centralised SCM tool. What drawbacks exactly are this ? In which use cases does git not play well ? cu -- -- Enrico Weigelt, metux IT service -- http://www.metux.de/

Re: [ptxdist] [PATCH] Add dependencies to patches while using GIT as patch tool

2010-11-15 Thread Enrico Weigelt
rcecode management a try ;-p cu -- ------ Enrico Weigelt, metux IT service -- http://www.metux.de/ phone: +49 36207 519931 email: weig...@metux.de mobile: +49 151 27565287 icq: 210169427

Re: [ptxdist] importing patches into git

2010-09-05 Thread Enrico Weigelt
king about using an own ref namespace for that ... unfortunately git doesnt seem to provide a tool to manipulate arbitrary refs yet ;-o cu -- -- Enrico Weigelt, metux IT service -- http://www.metux.de/ phone: +49 36207

Re: [ptxdist] importing patches into git

2010-09-03 Thread Enrico Weigelt
* Marc Kleine-Budde schrieb: > Enrico Weigelt wrote: > > Hi folks, > > > > > > I'd like to automatically import the ptxdist patches into git > > repos (applying them as separate commits ontop the upstream). > > > > My miggest problem curre

[ptxdist] importing patches into git

2010-09-02 Thread Enrico Weigelt
elves. Any ideas ? ;-o cu -- ------ Enrico Weigelt, metux IT service -- http://www.metux.de/ phone: +49 36207 519931 email: weig...@metux.de mobile: +49 151 27565287 icq: 210169427 skype: nekr

Re: [ptxdist] Use cases for ptxdist's 'team feature'

2010-05-22 Thread Enrico Weigelt
use the changeset key. cu -- ------ Enrico Weigelt, metux IT service -- http://www.metux.de/ phone: +49 36207 519931 email: weig...@metux.de mobile: +49 174 7066481 icq: 210169427 skype: nekrad666 --

Re: [ptxdist] FYI: paper on oss-qm project

2010-05-08 Thread Enrico Weigelt
* Marc Kleine-Budde schrieb: > Hey Enrico, > > Enrico Weigelt wrote: > > i've written a little paper on the oss-qm project, which aims to > > offload common QM works from invidual distros to an common place: > > good Idea, I've some comments on this. >

[ptxdist] FYI: paper on oss-qm project

2010-05-02 Thread Enrico Weigelt
Hi folks, i've written a little paper on the oss-qm project, which aims to offload common QM works from invidual distros to an common place: http://www.metux.de/download/oss-qm-project-2010050101.pdf cu -- ------ E

Re: [ptxdist] ncurses-5.7 build hangs

2009-08-12 Thread Enrico Weigelt
see git://git.metux.de/oss-qm-packages.git/ cu -- ------ Enrico Weigelt, metux IT service -- http://www.metux.de/ phone: +49 36207 519931 email: weig...@metux.de mobile: +49 174 7066481 icq: 210169427

[ptxdist] ncurses-5.7 build hangs

2009-08-11 Thread Enrico Weigelt
cu -- ------ Enrico Weigelt, metux IT service -- http://www.metux.de/ phone: +49 36207 519931 email: weig...@metux.de mobile: +49 174 7066481 icq: 210169427 skype: nekr

[ptxdist] kernel config for zyxel g-570u ?

2007-04-20 Thread Enrico Weigelt
Hi folks, does anyone have an working kernel config for the Zyxel G-570U wlan box ? I need to build an customized firmware for it. thanx -- - Enrico Weigelt== metux IT service - http://www.metux.de