> On Sep 3, 2015, at 11:42 AM, Patrick Ohly <patrick.o...@intel.com> 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

Attachment: signature.asc
Description: Message signed with OpenPGP using GPGMail

-- 
_______________________________________________
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-core

Reply via email to