| Commit message (Expand) | Author | Age | Files | Lines |
* | wic: Extend indirect string connection to support image names and rootfs | João Henrique Ferreira de Freitas | 2014-05-13 | 1 | -3/+24 |
* | wic: add find_artifact() to get a specific bitbake variable | João Henrique Ferreira de Freitas | 2014-05-13 | 1 | -0/+14 |
* | wic: Move find_bitbake_env_line() to oe.misc | João Henrique Ferreira de Freitas | 2014-05-13 | 2 | -17/+16 |
* | Globally replace 'base_contains' calls with 'bb.utils.contains' | Otavio Salvador | 2014-04-25 | 1 | -1/+1 |
* | yocto-bsp: Update templates to 3.14 kernel | Tom Zanussi | 2014-04-09 | 31 | -283/+69 |
* | Drop beagleboard, replaced by beaglebone | Richard Purdie | 2014-03-31 | 1 | -1/+0 |
* | wic: Extend --rootfs-dir to connect rootfs-dirs | João Henrique Ferreira de Freitas | 2014-03-30 | 3 | -11/+42 |
* | wic: Report all ROOTFS_DIR artifacts | João Henrique Ferreira de Freitas | 2014-03-30 | 3 | -4/+28 |
* | wic: Add option --rootfs-dir to --source | João Henrique Ferreira de Freitas | 2014-03-30 | 1 | -0/+6 |
* | wic: Use partition label to be part of rootfs filename | João Henrique Ferreira de Freitas | 2014-03-30 | 1 | -2/+2 |
* | wic: Add rootfs_dir argument to do_prepare_partition() method | João Henrique Ferreira de Freitas | 2014-03-30 | 3 | -3/+3 |
* | wic: Hook up RootfsPlugin plugin | João Henrique Ferreira de Freitas | 2014-03-30 | 1 | -16/+12 |
* | wic: Add RootfsPlugin | João Henrique Ferreira de Freitas | 2014-03-30 | 1 | -0/+58 |
* | wic: Fix bitbake_env_command for 'None' case | Tom Zanussi | 2014-03-30 | 1 | -1/+4 |
* | wic: Add SD/MMC-Cards support to '--ondisk' param | João Henrique Ferreira de Freitas | 2014-03-27 | 1 | -2/+6 |
* | wic: Use pseudo for ext mkfs command | Tom Zanussi | 2014-03-12 | 1 | -1/+1 |
* | wic: Use mke2fs to create the ext2/3/4 image | João Henrique Ferreira de Freitas | 2014-03-12 | 1 | -4/+2 |
* | wic: Make exec_native_command() fail if a command isn't found | Tom Zanussi | 2014-02-20 | 1 | -2/+9 |
* | wic: Fix exec_native_cmd() path | Tom Zanussi | 2014-02-20 | 1 | -1/+1 |
* | wic: Honor --size for --source partititions | Tom Zanussi | 2014-02-09 | 4 | -10/+68 |
* | wic: Hook up --debug option | Tom Zanussi | 2014-02-04 | 1 | -1/+4 |
* | wic: Hook up BootimgEFIPlugin and BootimgPcbiosPlugin plugins | Tom Zanussi | 2014-02-04 | 6 | -279/+86 |
* | wic: Add BootimgEFIPlugin and BootimgPcbiosPlugin | Tom Zanussi | 2014-02-04 | 2 | -0/+348 |
* | wic: Add SourcePlugin class | Tom Zanussi | 2014-02-04 | 2 | -3/+75 |
* | wic: Add wic-specific bootloader subclass | Tom Zanussi | 2014-02-04 | 3 | -2/+65 |
* | wic: Create and use new functions for getting bitbake variables | Tom Zanussi | 2014-02-04 | 2 | -5/+31 |
* | wic: Move some common items to oe.misc | Tom Zanussi | 2014-02-04 | 3 | -13/+12 |
* | yocto-bsp: Add core2 and corei7 tune choice to x86_64 | Darren Hart | 2014-01-28 | 1 | -0/+8 |
* | yocto-bsp: Update substrate to use the new x86 tune files | Darren Hart | 2014-01-28 | 2 | -13/+15 |
* | yocto-bsp: Add missing interfaces file for qemu BSP templates | Tom Zanussi | 2013-12-20 | 2 | -0/+6 |
* | yocto-bsp: Add missing format specifier in bblayers error message | Bastien JAUNY | 2013-11-21 | 1 | -1/+1 |
* | wic: Remove selinux_check() | Tom Zanussi | 2013-10-30 | 1 | -4/+0 |
* | wic: Update and generalize pseudo setup for rootfs generation | Tom Zanussi | 2013-10-23 | 1 | -13/+15 |
* | wic: Make find_binary_path() more user-friendly | Tom Zanussi | 2013-10-23 | 1 | -1/+4 |
* | wic: Remove binary dependencies | Tom Zanussi | 2013-10-23 | 1 | -4/+0 |
* | wic: Remove rpmmisc call from livecd | Tom Zanussi | 2013-10-23 | 1 | -1/+1 |
* | wic: Remove rpm and grabber dependencies from BaseImageCreator | Tom Zanussi | 2013-10-23 | 1 | -3/+1 |
* | wic: remove rpm warning code from BackendPlugin | Tom Zanussi | 2013-10-23 | 1 | -5/+0 |
* | wic: Remove dependency on myurlgrab module | Tom Zanussi | 2013-10-23 | 1 | -1/+0 |
* | wic: Remove dependency on rpmmisc | Tom Zanussi | 2013-10-23 | 3 | -3/+2 |
* | wic: Remove dependency on rt_util module | Tom Zanussi | 2013-10-23 | 7 | -7/+7 |
* | wic: add pseudo to the populate-extfs step | Tom Zanussi | 2013-10-18 | 1 | -1/+8 |
* | wic: Initialize return values in find_artifacts() | Tom Zanussi | 2013-10-18 | 1 | -0/+2 |
* | wic: Force lba off for FAT16 partitions | Darren Hart | 2013-10-16 | 1 | -0/+10 |
* | yocto-kernel: Use variable-substituted BBLAYERS | Tom Zanussi | 2013-10-04 | 1 | -55/+38 |
* | wic: Add OpenEmbedded-specific implementation | Tom Zanussi | 2013-10-01 | 19 | -225/+1253 |
* | wic: Add mic w/pykickstart | Tom Zanussi | 2013-10-01 | 134 | -0/+29181 |
* | wic: Initial code for wic (OpenEmbedded Image Creator) | Tom Zanussi | 2013-10-01 | 3 | -0/+589 |
* | yocto-bsp: add 3.10/remove 3.8 kernel from templates | Tom Zanussi | 2013-09-24 | 75 | -365/+423 |
* | yocto-bsp: conditionalise mesa-swrast on opengl in templates | Ross Burton | 2013-09-11 | 1 | -1/+1 |