summaryrefslogtreecommitdiff
path: root/meta/classes/core-image.bbclass
AgeCommit message (Collapse)AuthorFiles
2012-07-03image/core-image: Handle conflicting IMAGE_FEATURES.Lianhao Lu1
IMAGE_FEATURES such as 'ssh-server-dropbear' and 'ssh-server-openssh' can't be both enabled. User can use the following variables to define the relationship of image features: IMAGE_FEATURES_REPLACES_foo = "bar" means including image feature "foo" would replace the image feature "bar". IMAGE_FEATURES_CONFLICTS_foo = "bar" means including both image features "foo" and "bar" would cause an parsing error. Signed-off-by: Lianhao Lu <lianhao.lu@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2012-06-27classes/image: Allow openssh empty passwords login.Lianhao Lu1
Allow empty passwords login so that the default root user can login in through openssh. Signed-off-by: Lianhao Lu <lianhao.lu@intel.com>
2012-03-13image.bbclass: fix rootfs generation without package management toolsOtavio Salvador1
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>
2012-02-07classes,recipes: Replace POKY_* with CORE_IMAGE_*Khem Raj1
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2012-01-02Add mini X core tasksZhai Edwin1
Signed-off-by: Zhai Edwin <edwin.zhai@intel.com>
2011-09-07core-image.bbclass: zap root password if debug-tweaks not enabledPaul Eggleton1
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>
2011-08-10core-image: adjust to use the new IMAGE_FEATURES supportChris Larson1
Signed-off-by: Chris Larson <chris_larson@mentor.com>
2011-04-21Further cleanup of various poky referencesRichard Purdie1
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-04-20Rename poky-image.bbclass to core-image.bbclassRichard Purdie1
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>