Re: [OE-core] [PATCH] busybox: avoid circular dependency when using initramfs

2016-09-06 Thread Stefan Agner
On 2016-09-06 09:35, Khem Raj wrote: >> On Sep 4, 2016, at 1:25 PM, Stefan Agner wrote: >> >> The kernel does not automatically mount devtmpfs when using initramfs >> based booting (even when using CONFIG_DEVTMPFS_MOUNT). If the rootfs >> is built with USE_DEVFS=1 (which is the

Re: [OE-core] [PATCH] busybox: avoid circular dependency when using initramfs

2016-09-06 Thread Khem Raj
> On Sep 4, 2016, at 1:25 PM, Stefan Agner wrote: > > The kernel does not automatically mount devtmpfs when using initramfs > based booting (even when using CONFIG_DEVTMPFS_MOUNT). If the rootfs > is built with USE_DEVFS=1 (which is the default), the system ends up > with a

[OE-core] [PATCH] busybox: avoid circular dependency when using initramfs

2016-09-04 Thread Stefan Agner
The kernel does not automatically mount devtmpfs when using initramfs based booting (even when using CONFIG_DEVTMPFS_MOUNT). If the rootfs is built with USE_DEVFS=1 (which is the default), the system ends up with a completely empty /dev to begin with. Busybox uses the first entry in inittab