[ptxdist] [PATCH v2 3/3] host-lxc: add new hostside package

2018-08-22 Thread Michael Grzeschik
This package adds support to build the host side lxc package. It allows to use the lxc-utils on the build host. To test if all necessary kernel options are enabled for the target try the following command after building the host-package. $ CONFIG=$(BSP)/config/platform-$(target)/kernelconfig \

Re: [ptxdist] [PATCH v2 1/3] busybox: don't install /sbin/init link if busybox is not the initmethod

2018-08-22 Thread Uwe Kleine-König
On Wed, Aug 22, 2018 at 10:27:49AM +0200, Michael Grzeschik wrote: > This patch fixes the case where we use other initmethod then busybox and s/then/than/ -- Pengutronix e.K. | Uwe Kleine-König| Industrial Linux Solutions |

[ptxdist] [PATCH v2 0/3] lxc: add support

2018-08-22 Thread Michael Grzeschik
This patchset adds support for the lxc package in ptxdist. It also makes it possible to enable busybox init without installing the applet if the initmethod is i.e. systemd. It is possible to create a container on the target when LXC_BUSYBOX_TEMPLATE is enabled. Michael Grzeschik (3): busybox:

Re: [ptxdist] [PATCH 1/1] m4/coreutil: add gnulib patches for GLibc-2.28

2018-08-22 Thread Denis OSTERLAND
Am Mittwoch, den 22.08.2018, 19:33 +0200 schrieb Rouven Czerwinski: > From: Rouven Czerwinski > > This adds the neceassry patches for m4 ad coreutils to compile with > glibc-2.28. > These can be removed when new releases are available. > > This version is manually applied for both packages

[ptxdist] [PATCH 1/1] m4/coreutil: add gnulib patches for GLibc-2.28

2018-08-22 Thread Rouven Czerwinski
From: Rouven Czerwinski This adds the neceassry patches for m4 ad coreutils to compile with glibc-2.28. These can be removed when new releases are available. This version is manually applied for both packages from 4af4a4a71827c0bc5e0ec67af23edef4f15cee8e in the upstream gnulib repository.

[ptxdist] [PATCH 0/1] gnulib fixes for m4 and coreutils for glibc-2.28

2018-08-22 Thread Rouven Czerwinski
This adds the necessary patches to let m4 and coreutils compile with glibc-2.28. These can be removed again if both packages have new releases which contain the necessary patches for gnulib. I can split the commit again if needed. Greetings, Rouven Czerwinski Rouven Czerwinski (1):