On Wed, Nov 22, 2017 at 3:09 PM, Alejandro Hernandez <[email protected]> wrote: > The original initramfs-live-boot recipe RDEPENDS on udev, which is ok since > the init script relies some of its functionality on udevadm and such, > but on core-image-tiny-initramfs the init script simply drops to shell > after a basic setup, so udev is not needed. > > This patch splits up an initramfs-live-boot-tiny recipe which does not > use udev, but uses busybox-mdev instead, eudev installed about 600 > extra Kilobytes to core-image-tiny-initramfs userspace, by avoiding to > install eudev we achieve an even smaller footprint (almost 40% smaller). > > Signed-off-by: Alejandro Hernandez <[email protected]>
It'd be nice if you could migrate to initramfs-framework as it provides mdev module and has part of this already done. -- Otavio Salvador O.S. Systems http://www.ossystems.com.br http://code.ossystems.com.br Mobile: +55 (53) 9981-7854 Mobile: +1 (347) 903-9750 -- _______________________________________________ Openembedded-core mailing list [email protected] http://lists.openembedded.org/mailman/listinfo/openembedded-core
