| Commit message (Expand) | Author | Age | Files | Lines |
* | image.bbclass,kernel.bbclass: Use kmod-native instead of module-init-tools-cross | Khem Raj | 2012-05-06 | 1 | -1/+1 |
* | gzip/pigz-native: Install into a prefix to avoid clashing with system binaries | Richard Purdie | 2012-03-21 | 1 | -0/+2 |
* | classes/image: avoid cp race condition when building multiple images | Paul Eggleton | 2012-03-19 | 1 | -1/+1 |
* | image.bbclass: fix rootfs generation without package management tools | Otavio Salvador | 2012-03-13 | 1 | -2/+5 |
* | meta: Convert getVar/getVarFlag(xxx, 1) -> (xxx, True) | Richard Purdie | 2012-03-05 | 1 | -4/+4 |
* | image-vmdk: Create image_vmdk class and setup image and image_types to use it | Saul Wold | 2012-03-01 | 1 | -2/+4 |
* | image.bbclass: do not create image manifest link if IMAGE_LINK_NAME is empty | Otavio Salvador | 2012-02-29 | 1 | -2/+4 |
* | image_types: Refactor compression code into a generic compression solution | Richard Purdie | 2012-02-28 | 1 | -3/+1 |
* | More quoting fixes | Martin Jansa | 2012-02-26 | 1 | -2/+2 |
* | image.bbclass: Ensure timestamp matches format used in initscripts after rece... | Richard Purdie | 2012-02-24 | 1 | -1/+1 |
* | Incremental rpm image generation | Robert Yang | 2012-01-11 | 1 | -2/+9 |
* | image.bbclass: Use ?= to set LINGUAS_INSTALL | Dongxiao Xu | 2012-01-06 | 1 | -1/+1 |
* | classes/image: implement generic locale package installation | Paul Eggleton | 2012-01-02 | 1 | -0/+37 |
* | bitbake.conf/image.bbclass: Ensure images use the correct passwd/group files | Richard Purdie | 2011-12-08 | 1 | -0/+2 |
* | Convert to use direct access to the data store (instead of bb.data.*Var*()) | Richard Purdie | 2011-11-10 | 1 | -10/+10 |
* | Add new IMAGE_CLASSES variable for classes for image generation | Matthew McClintock | 2011-11-08 | 1 | -1/+2 |
* | multilib: Drop MULTILIB_IMAGE_INSTALL | Dongxiao Xu | 2011-11-08 | 1 | -3/+1 |
* | image.bbclass: No need to run most tasks except do_rootfs | Richard Purdie | 2011-10-06 | 1 | -1/+13 |
* | image.bbclass: improve comments regarding exported functions | Otavio Salvador | 2011-10-04 | 1 | -4/+1 |
* | image/package.bbclass: Revise multilib support for DEBIAN_NAME. | Lianhao Lu | 2011-09-16 | 1 | -12/+5 |
* | image.bbclass: use ${TARGET_PREFIX}depmod | Chris Larson | 2011-08-30 | 1 | -1/+1 |
* | image.bbclass, kernel.bbclass: remove non-standard -n option from cp command | Paul Eggleton | 2011-08-23 | 1 | -1/+1 |
* | image.bbclass, kernel.bbclass: create warning file about deleting deploydir f... | Paul Eggleton | 2011-08-18 | 1 | -0/+2 |
* | image: add support for generally useful {dev,doc,dbg}-pkgs features | Chris Larson | 2011-08-10 | 1 | -2/+32 |
* | image: implement IMAGE_FEATURES | Chris Larson | 2011-08-10 | 1 | -3/+14 |
* | image.bbclass: Added variables for multilib support. | Lianhao Lu | 2011-07-27 | 1 | -1/+53 |
* | classes/image*: Revamp creation of live images | Saul Wold | 2011-07-27 | 1 | -0/+3 |
* | image.bbclass: Add LINGUAS_INSTALL to dependency list | Richard Purdie | 2011-07-08 | 1 | -1/+1 |
* | image|kernel.bblass|module-init-tools: do not use depmod-2.6 | Anders Darander | 2011-07-01 | 1 | -1/+1 |
* | Add umask task control | Mark Hatle | 2011-06-30 | 1 | -0/+2 |
* | task-core-nfs/image.bbclass: Fix some libc overrides | Richard Purdie | 2011-05-17 | 1 | -2/+1 |
* | image.bbclass: use soft assignment for LDCONFIGDEPEND | Phil Blundell | 2011-05-17 | 1 | -1/+1 |
* | Rename the remaining poky-* scripts to oe-* or runqemu-* | Richard Purdie | 2011-04-20 | 1 | -1/+1 |
* | image.bbclass: Disable ldconfig-native when using uclibc | Richard Purdie | 2011-04-05 | 1 | -5/+11 |
* | image.bbclass: make execution ldconfig verbose | Nitin A Kamble | 2011-04-04 | 1 | -1/+2 |
* | image.bbclass: Remove uneeded do_populate_sysroot requirement for images | Richard Purdie | 2011-03-29 | 1 | -3/+0 |
* | image.bbclass: Add dependencies on native versions of update-alternatives and... | Richard Purdie | 2011-03-29 | 1 | -0/+1 |
* | base/kernel/image.bbclass: Clean up do_deploy ordering to ensure it just happ... | Richard Purdie | 2011-03-29 | 1 | -1/+1 |
* | bitbake.conf/image.bbclass: Move image type information into image_types.bbclass | Richard Purdie | 2011-03-24 | 1 | -21/+1 |
* | image.bbclass: Move ROOTFS_SIZE into runimagecmd() function | Richard Purdie | 2011-03-24 | 1 | -1/+1 |
* | image.bbclass: Improve readability of the image generation code | Richard Purdie | 2011-03-24 | 1 | -7/+13 |
* | image.bbclass: Disable shell debug messages | Mark Hatle | 2011-02-16 | 1 | -1/+1 |
* | image/package_xx/rootfs_xx.bbclass: move rootfs_xx_log_check(). | Lianhao Lu | 2011-01-31 | 1 | -4/+1 |
* | image.bbclass: Use the dedicated BB_WORKERCONTEXT, not bitbake internals to d... | Richard Purdie | 2011-01-14 | 1 | -1/+1 |
* | image.bbclass/initscripts: Make /etc/timestamp usage consistent. | Gary Thomas | 2010-11-14 | 1 | -7/+3 |
* | rootfs_rpm: Add lock file in the rpm deploy directory to allow mutliple rootf... | Richard Purdie | 2010-10-07 | 1 | -1/+1 |
* | image.bbclass: change IMAGE_EXTRA_SPACE to IMAGE_OVERHEAD_FACTOR | Saul Wold | 2010-09-08 | 1 | -1/+1 |
* | Use pseudo rather than fakeroot for fake root privileges | Joshua Lock | 2010-07-16 | 1 | -1/+1 |
* | test: add automation framework and sanitytest | Jiajun Xu | 2010-07-15 | 1 | -0/+3 |
* | image.bbclass: Don't perform mapping renaming until we're running the task it... | Richard Purdie | 2010-07-02 | 1 | -2/+5 |