meta-intel/meta-fri2/recipes-core/tiny-init/tiny-init.bbappend
Darren Hart 0ebdf34f9a fri2: Add tiny-init bbappend for devtmpfs and console
When using an initramfs, the default for poky-tiny, the kernel cannot
automatically mount devtmpfs. Ensure it is mounted. This eliminates the
need to create the ptmx device.

Signed-off-by: Darren Hart <dvhart@linux.intel.com>
2012-10-26 20:24:53 -07:00

7 lines
213 B
Plaintext

# Update the init script for the tiny image to manually mount devtmpfs and
# ensure the ttyPCH1 device is available for the console.
FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
PRINC := "${@int(PRINC) + 1}"