summaryrefslogtreecommitdiff
path: root/meta/classes/image-live.bbclass
AgeCommit message (Collapse)AuthorFiles
2012-11-24image classes: use PN for depends, not IMAGE_BASE_NAMEKoen Kooi1
Some images override IMAGE_BASE_NAME in the recipe causing targets using image-{live,vmdk} to fail. Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2012-03-01image-live: Allow LABELS to be modifiedSaul Wold1
This is to allow other image types to set the syslinux labels Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2012-02-23image-live: fix SYSLINUX_TIME and add SYSLINUX_ROOT instead of APPENDSaul Wold1
Signed-off-by: Saul Wold <sgw@linux.intel.com>
2011-10-14image-live.bbclass: allow override of initrd imageOtavio Salvador1
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2011-10-04image-live.bbclass: allow images to override ROOTFS and INITRDOtavio Salvador1
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2011-07-27classes/image*: Revamp creation of live imagesSaul Wold1
This creates a live image as an IMAGE_FSTYPES, thus removing the need to have additional -live.bb recipes. To create a live image one just needs to add live to the IMAGE_FSTYPES list Signed-off-by: Saul Wold <sgw@linux.intel.com>