Re: [OE-core] [PATCH 1/2] busybox: Add support for busybox-init

2018-03-02 Thread Denys Dmytriyenko
On Fri, Mar 02, 2018 at 04:19:38PM -0500, Denys Dmytriyenko wrote: > On Mon, May 02, 2016 at 12:43:58PM -0400, Denys Dmytriyenko wrote: > > On Tue, Feb 02, 2016 at 03:29:43PM +, Richard Purdie wrote: > > > On Tue, 2016-02-02 at 16:00 +0100, Patrick Ohly wrote: > > > > On Mon, 2016-02-01 at

Re: [OE-core] [PATCH 1/2] busybox: Add support for busybox-init

2018-03-02 Thread Denys Dmytriyenko
On Mon, May 02, 2016 at 12:43:58PM -0400, Denys Dmytriyenko wrote: > On Tue, Feb 02, 2016 at 03:29:43PM +, Richard Purdie wrote: > > On Tue, 2016-02-02 at 16:00 +0100, Patrick Ohly wrote: > > > On Mon, 2016-02-01 at 08:57 -0800, Khem Raj wrote: > > > > On Mon, Feb 1, 2016 at 12:14 AM, Patrick

Re: [OE-core] [PATCH 1/2] busybox: Add support for busybox-init

2016-05-02 Thread Denys Dmytriyenko
On Tue, Feb 02, 2016 at 03:29:43PM +, Richard Purdie wrote: > On Tue, 2016-02-02 at 16:00 +0100, Patrick Ohly wrote: > > On Mon, 2016-02-01 at 08:57 -0800, Khem Raj wrote: > > > On Mon, Feb 1, 2016 at 12:14 AM, Patrick Ohly < > > > patrick.o...@intel.com> wrote: > > > > On Mon, 2016-01-25 at

Re: [OE-core] [PATCH 1/2] busybox: Add support for busybox-init

2016-02-02 Thread Patrick Ohly
On Mon, 2016-02-01 at 08:57 -0800, Khem Raj wrote: > On Mon, Feb 1, 2016 at 12:14 AM, Patrick Ohly wrote: > > On Mon, 2016-01-25 at 11:39 -0800, Andre McCurdy wrote: > >> > +if grep "CONFIG_INIT=y" ${B}/.config; then > >> > +install -D -m 0777

Re: [OE-core] [PATCH 1/2] busybox: Add support for busybox-init

2016-02-02 Thread Richard Purdie
On Tue, 2016-02-02 at 16:00 +0100, Patrick Ohly wrote: > On Mon, 2016-02-01 at 08:57 -0800, Khem Raj wrote: > > On Mon, Feb 1, 2016 at 12:14 AM, Patrick Ohly < > > patrick.o...@intel.com> wrote: > > > On Mon, 2016-01-25 at 11:39 -0800, Andre McCurdy wrote: > > > > > +if grep

Re: [OE-core] [PATCH 1/2] busybox: Add support for busybox-init

2016-02-01 Thread Patrick Ohly
On Mon, 2016-01-25 at 11:39 -0800, Andre McCurdy wrote: > > +if grep "CONFIG_INIT=y" ${B}/.config; then > > +install -D -m 0777 ${WORKDIR}/rcS > ${D}${sysconfdir}/init.d/rcS > > +install -D -m 0777 ${WORKDIR}/rcK > ${D}${sysconfdir}/init.d/rcK > > +

Re: [OE-core] [PATCH 1/2] busybox: Add support for busybox-init

2016-02-01 Thread Khem Raj
On Mon, Feb 1, 2016 at 12:14 AM, Patrick Ohly wrote: > On Mon, 2016-01-25 at 11:39 -0800, Andre McCurdy wrote: >> > +if grep "CONFIG_INIT=y" ${B}/.config; then >> > +install -D -m 0777 ${WORKDIR}/rcS >> ${D}${sysconfdir}/init.d/rcS >> > +

Re: [OE-core] [PATCH 1/2] busybox: Add support for busybox-init

2016-01-25 Thread Andre McCurdy
On Fri, Jan 22, 2016 at 12:49 PM, Khem Raj wrote: > in config metadata we can configure busybox based init and device > initializer ( mdev ) using e.g. > > VIRTUAL-RUNTIME_dev_manager = "busybox-mdev" > VIRTUAL-RUNTIME_login_manager = "busybox" > VIRTUAL-RUNTIME_init_manager =

Re: [OE-core] [PATCH 1/2] busybox: Add support for busybox-init

2016-01-25 Thread Khem Raj
We have lsb compliant scripts unlike buildroot. Ditto wont work here On Jan 25, 2016 12:39 PM, "Andre McCurdy" wrote: > On Fri, Jan 22, 2016 at 12:49 PM, Khem Raj wrote: > > in config metadata we can configure busybox based init and device > >

[OE-core] [PATCH 1/2] busybox: Add support for busybox-init

2016-01-22 Thread Khem Raj
in config metadata we can configure busybox based init and device initializer ( mdev ) using e.g. VIRTUAL-RUNTIME_dev_manager = "busybox-mdev" VIRTUAL-RUNTIME_login_manager = "busybox" VIRTUAL-RUNTIME_init_manager = "busybox" VIRTUAL-RUNTIME_initscripts = "initscripts" VIRTUAL-RUNTIME_keymaps =