summaryrefslogtreecommitdiff
path: root/meta/classes/core-image.bbclass
Commit message (Collapse)AuthorAgeFilesLines
* image.bbclass: fix rootfs generation without package management toolsOtavio Salvador2012-03-131-2/+0
| | | | | | | | | | | When building without package management tools the ROOTFS_BOOTSTRAP_INSTALL packages need to be available to provide the bare minimal for rootfs unconfigure postinsts to be on first boot. Those packages where being include in core-image.bbclass' based images however every image needs those available for proper rootfs generation. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* classes,recipes: Replace POKY_* with CORE_IMAGE_*Khem Raj2012-02-071-4/+4
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* Add mini X core tasksZhai Edwin2012-01-021-0/+2
| | | | Signed-off-by: Zhai Edwin <edwin.zhai@intel.com>
* core-image.bbclass: zap root password if debug-tweaks not enabledPaul Eggleton2011-09-071-0/+5
| | | | | | | | | | | | If you do not have debug-tweaks in IMAGE_FEATURES, then zap the root password so that you can't log in as root without a password in an image potentially intended for a production system. Also mention debug-tweaks in the comments listing IMAGE_FEATURES in this file. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* core-image: adjust to use the new IMAGE_FEATURES supportChris Larson2011-08-101-60/+17
| | | | Signed-off-by: Chris Larson <chris_larson@mentor.com>
* Further cleanup of various poky referencesRichard Purdie2011-04-211-3/+3
| | | | Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* Rename poky-image.bbclass to core-image.bbclassRichard Purdie2011-04-201-0/+110
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>