aboutsummaryrefslogtreecommitdiffstats
path: root/classes/bootimg.bbclass
AgeCommit message (Collapse)Author
2010-05-05bitbake.conf/base.bbclass: Rename the staging directory to sysroots and the ↵Joshua Lock
populate_staging task to populate_sysroot This change, pulled from Poky, makes the purpose of the staging directory more obvious and the taskname more true to what it now actually does. The layout version number is increased due to the change in layout but code to convert existing directories and insert a symlink for backwards compatibility is included. This patch also includes fixes for all recipes which reference the directory. Signed-off-by: Joshua Lock <josh@linux.intel.com>
2008-02-08bootimg.bbclass: add deploy image dir, insert chance for post processing ↵Michael Lauer
image. closes #1263
2007-10-29Remove final references to BUILD_SYS in staging pathsRichard Purdie
2007-10-25bootimg.bbclass: import of new version (from Poky)Marcin Juszkiewicz
------------------------------------------------------------------------ r2867 | richard | 2007-10-11 23:46:11 +0200 (Cz, 11 X 2007) | 1 line bootimg.bbclass: Fix taskname reference ------------------------------------------------------------------------ r1911 | hrw | 2007-06-11 12:35:28 +0200 (Pn, 11 VI 2007) | 1 line bootimg.bbclass: get kernel from proper directory in staging ------------------------------------------------------------------------ r1899 | hrw | 2007-06-08 22:45:44 +0200 (Pt, 08 VI 2007) | 9 lines bootimg.bbclass: fixed generation of ISO & HDD images bootimg.bbclass supported creation of FAT filesystem images for usage with syslinux (kernel and initrd in /boot/) and creation of ISO images with kernel and initrd on it. ISO images contained also not needed /boot/ directory from FAT image. Now still two files are created as result but both contain only needed files. ------------------------------------------------------------------------ r1898 | hrw | 2007-06-08 20:22:19 +0200 (Pt, 08 VI 2007) | 1 line bootimg: reformatted again ------------------------------------------------------------------------ r1897 | hrw | 2007-06-08 20:21:18 +0200 (Pt, 08 VI 2007) | 1 line bootimg: reformatted ------------------------------------------------------------------------ r1894 | hrw | 2007-06-08 10:39:22 +0200 (Pt, 08 VI 2007) | 1 line bootimg.bbclass: imported from OE, updated to recent BitBake
2006-05-31bootimg.bbclass - This creates a bootable image using syslinux, your kernel ↵Raymond Danks
and an optional initrd syslinux.bbclass - This creates a configuration file suitable for use with syslinux. db1200.conf geodelx.conf - add db1200 and geodelx machine configurations. Forgot the mt-add on these in the last attempt...