| Commit message (Expand) | Author | Age | Files | Lines |
* | classes/image: add staticdev-pkgs IMAGE_FEATURES feature | Paul Eggleton | 2012-07-29 | 1 | -1/+3 |
* | Rework installation of dev, dbg, doc, and locale packages | Paul Eggleton | 2012-07-29 | 1 | -39/+50 |
* | image.bbclass: Fix a couple innocuous typoes, should cause no functional change | Robert P. J. Day | 2012-07-28 | 1 | -3/+3 |
* | Convert tab indentation in python functions into four-space | Richard Purdie | 2012-07-19 | 1 | -15/+15 |
* | image/core-image: Handle conflicting IMAGE_FEATURES. | Lianhao Lu | 2012-07-03 | 1 | -0/+17 |
* | image.bbclass: Add support to build the SDK in parallel with the image | Mark Hatle | 2012-07-03 | 1 | -0/+5 |
* | Fix manual log file paths | Mark Hatle | 2012-07-03 | 1 | -1/+1 |
* | EXTRA_IMAGEDEPENDS is used to ensure things like qemu-native are built and th... | Richard Purdie | 2012-07-02 | 1 | -3/+5 |
* | classes/image: Allow openssh empty passwords login. | Lianhao Lu | 2012-06-28 | 1 | -0/+7 |
* | rootfs_rpm.bbclass: save rpmlib rather than remove it | Robert Yang | 2012-06-08 | 1 | -0/+6 |
* | image.bbclass: Ensure ${S} is cleaned at the start of rootfs generation | Richard Purdie | 2012-05-25 | 1 | -0/+1 |
* | image.bbclass,kernel.bbclass: Use kmod-native instead of module-init-tools-cross | Khem Raj | 2012-05-07 | 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-03 | 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-07 | 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-19 | 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-21 | 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-25 | 1 | -21/+1 |