> On Sep 3, 2015, at 11:42 AM, Patrick Ohly <[email protected]> wrote: > > install -m 0755 ${WORKDIR}/debug ${D}/init.d/00-debug > + > + # Create device nodes expected by some kernels in initramfs > + # before even executing /init. > + install -d ${D}/dev > + mknod -m 622 ${D}/dev/console c 5 1 > } >
may be just use USE_DEVFS = “0” instead if we are not letting devtmpfs into initrd image
signature.asc
Description: Message signed with OpenPGP using GPGMail
-- _______________________________________________ Openembedded-core mailing list [email protected] http://lists.openembedded.org/mailman/listinfo/openembedded-core
