summaryrefslogtreecommitdiff
path: root/meta/classes/image-live.bbclass
Commit message (Collapse)AuthorAgeFilesLines
* image-live: Allow LABELS to be modifiedSaul Wold2012-03-011-2/+3
| | | | | | | 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>
* image-live: fix SYSLINUX_TIME and add SYSLINUX_ROOT instead of APPENDSaul Wold2012-02-231-2/+2
| | | | Signed-off-by: Saul Wold <sgw@linux.intel.com>
* image-live.bbclass: allow override of initrd imageOtavio Salvador2011-10-141-2/+3
| | | | Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* image-live.bbclass: allow images to override ROOTFS and INITRDOtavio Salvador2011-10-041-2/+2
| | | | Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* classes/image*: Revamp creation of live imagesSaul Wold2011-07-271-0/+13
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>