summaryrefslogtreecommitdiffstats
path: root/meta-fri2/recipes-core/tiny-init/tiny-init/init
Commit message (Collapse)AuthorAgeFilesLines
* tiny-init: Drop the bbappendKhem Raj2013-05-161-26/+0
| | | | | | | | | | | | | | init file which it was providing is ditto as meta-yocto so bbappend is redundant plus it gets rid of following warning for non poky distros. WARNING: No recipes available for: /builds1/meta-intel/meta-fri2/recipes-core/tiny-init/tiny-init.bbappend Signed-off-by: Khem Raj <raj.khem@gmail.com> CC: Darren Hart <dvhart@linux.intel.com> Acked-by: Darren Hart <dvhart@linux.intel.com> Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
* fri2: Add tiny-init bbappend for devtmpfs and consoleDarren Hart2012-10-261-0/+26
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>