Re: [yocto] Removing busybox completely from the generated image

2018-02-21 Thread Iván Castell
2018-02-21 4:01 GMT+01:00 Paul Eggleton : > On Tuesday, 20 February 2018 9:26:49 PM NZDT Iván Castell wrote: > > 2018-02-20 7:45 GMT+01:00 Martin Hundebøll : > > >> Thank you for the information, I will take into account that tool for > > >> future

Re: [yocto] Removing busybox completely from the generated image

2018-02-20 Thread Paul Eggleton
On Tuesday, 20 February 2018 9:26:49 PM NZDT Iván Castell wrote: > 2018-02-20 7:45 GMT+01:00 Martin Hundebøll : > >> Thank you for the information, I will take into account that tool for > >> future embedded projects. However, the focus of this issue was to remove > >> completely

Re: [yocto] Removing busybox completely from the generated image

2018-02-20 Thread Iván Castell
2018-02-20 7:45 GMT+01:00 Martin Hundebøll : > Hi Ivan, > >> >> Thank you for the information, I will take into account that tool for >> future embedded projects. However, the focus of this issue was to remove >> completely busybox from the image, not replacing it by another

Re: [yocto] Removing busybox completely from the generated image

2018-02-20 Thread Martin Hundebøll
Hi Ivan, On 2018-02-19 17:13, Iván Castell wrote: 2018-02-19 16:18 GMT+01:00 Maxin B. John >: Hi, On Mon, Feb 19, 2018 at 02:17:38AM -0800, Khem Raj wrote: > On Mon, Feb 19, 2018 at 12:35 AM, Iván Castell >

Re: [yocto] Removing busybox completely from the generated image

2018-02-19 Thread Paul Eggleton
On Monday, 19 February 2018 11:21:20 PM NZDT Alexander Kanavin wrote: > On 02/19/2018 10:35 AM, Iván Castell wrote: > > I have tried breaking apart packagegroup-core-boot, making a copy in my > > custom layer, removing the line referencing busybox: > > > > ## VIRTUAL-RUNTIME_login_manager

Re: [yocto] Removing busybox completely from the generated image

2018-02-19 Thread Iván Castell
2018-02-19 16:18 GMT+01:00 Maxin B. John : > Hi, > > On Mon, Feb 19, 2018 at 02:17:38AM -0800, Khem Raj wrote: > > On Mon, Feb 19, 2018 at 12:35 AM, Iván Castell > > wrote: > > > I have tried breaking apart packagegroup-core-boot, making a copy in

Re: [yocto] Removing busybox completely from the generated image

2018-02-19 Thread Maxin B. John
Hi, On Mon, Feb 19, 2018 at 02:17:38AM -0800, Khem Raj wrote: > On Mon, Feb 19, 2018 at 12:35 AM, Iván Castell > wrote: > > I have tried breaking apart packagegroup-core-boot, making a copy in my > > custom layer, removing the line referencing busybox: > > > > ##

Re: [yocto] Removing busybox completely from the generated image

2018-02-19 Thread Alexander Kanavin
On 02/19/2018 10:35 AM, Iván Castell wrote: I have tried breaking apart packagegroup-core-boot, making a copy in my custom layer, removing the line referencing busybox:     ## VIRTUAL-RUNTIME_login_manager ?= "busybox" But now bitbake complains with an error message:     ERROR: Nothing

Re: [yocto] Removing busybox completely from the generated image

2018-02-19 Thread Khem Raj
On Mon, Feb 19, 2018 at 12:35 AM, Iván Castell wrote: > I have tried breaking apart packagegroup-core-boot, making a copy in my > custom layer, removing the line referencing busybox: > > ## VIRTUAL-RUNTIME_login_manager ?= "busybox" > > But now bitbake complains

Re: [yocto] Removing busybox completely from the generated image

2018-02-19 Thread Iván Castell
I have tried breaking apart packagegroup-core-boot, making a copy in my custom layer, removing the line referencing busybox: ## VIRTUAL-RUNTIME_login_manager ?= "busybox" But now bitbake complains with an error message: ERROR: Nothing RPROVIDES '${VIRTUAL-RUNTIME_login_manager}' It