Re: [yocto] Issues creating /dev/ nodes in an initramfs

2014-10-22 Thread ChenQi
On 10/20/2014 02:09 AM, Mitchell Skiba wrote: I've been building a kernel with an initramfs, by using INITRAMFS_IMAGE to specify a recipe that generates an image as a .cpio.gz archive. I've been having issues creating /dev/console (or any other device file) in the image. (The 3.14 kernel

[yocto] Issues creating /dev/ nodes in an initramfs

2014-10-20 Thread Mitchell Skiba
I've been building a kernel with an initramfs, by using INITRAMFS_IMAGE to specify a recipe that generates an image as a .cpio.gz archive. I've been having issues creating /dev/console (or any other device file) in the image. (The 3.14 kernel panics if /dev/console is not a character device.) It