summaryrefslogtreecommitdiff
path: root/meta/recipes-core/tasks/task-core-boot.bb
Commit message (Collapse)AuthorAgeFilesLines
* task-core-boot: Allow DISTRO to disable keymaps via VIRTUAL-RUNTIME_keymapsDarren Hart2012-01-031-5/+3
| | | | | | | | | | | keymaps pulls in gettext, which can't build without wide character support. Rather than have to add a -tiny variant of every MACHINE to drop "keyboard" from the MACHINE_FEATURES, just enable the DISTRO to define what gets added to RDEPENDS_task-core-boot when MACHINE_FEATURES includes keyboard via the VIRTUAL-RUNTIME_keymaps variable. By default, keep "keymaps". Signed-off-by: Darren Hart <dvhart@linux.intel.com>
* task-core-boot, keymaps: add another VIRTUAL-RUNTIME to allow distributions ↵Martin Jansa2011-11-101-2/+4
| | | | | | to use different set of initscripts or no initscripts at all Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* task-core-boot: allow distributions to define login and init managerMartin Jansa2011-09-151-2/+6
| | | | | | * for example someone prefers shadow instead of tinylogin and upstart instead of sysvinit Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* task-core-boot: allow distribution to override default dev_manager provider ↵Martin Jansa2011-08-191-1/+4
| | | | | | with VIRTUAL-RUNTIME_dev_manager Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* task-core-boot.bb: Add PACKAGE definition to facilitate multilibDongxiao Xu2011-08-051-1/+7
| | | | | | | | | | | | | | If there is no PACKAGES defined in bb file, its default definition would be "${PN}-dbg ${PN} ${PN}-doc ${PN}-dev ${PN}-staticdev ${PN}-locale". In multilib case, ${PN} is extended with ${MLPREFIX}, so there is no rename occurred for the PACKAGES. Therefore for task-core-boot, RDEPENDS_lib32-task-core-boot will be empty, resulting busybox, tinylogin, etc. are not bulit out. This fixed the issue that /bin/sh is not provided while do_rootfs. Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* Rename poky-image-* -> core-image-* and task-poky-* -> task-core-*Richard Purdie2011-04-201-0/+35
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>