| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | nativesdk/misc: set PKGSUFFIX for correct variable name expansion. | Lianhao Lu | 2012-03-23 | 1 | -0/+2 |
* | meta-toolchain: Popluated the libc siteconfig files. | Lianhao Lu | 2012-03-23 | 1 | -6/+2 |
* | libc-common: Apply Debian-naming to libc debug symbols too | Mike Crowe | 2012-03-22 | 1 | -0/+5 |
* | Fix common typoes "existant", "dependant" and variations | Robert P. J. Day | 2012-03-22 | 2 | -2/+2 |
* | insane.bbclass: maybe no log.do_compile or log.do_install | Robert Yang | 2012-03-22 | 1 | -9/+10 |
* | gzip/pigz-native: Install into a prefix to avoid clashing with system binaries | Richard Purdie | 2012-03-21 | 3 | -1/+6 |
* | bitbake.conf/sstate.bbclass: Change PATH when installing sstate files to avoi... | Richard Purdie | 2012-03-21 | 1 | -0/+8 |
* | package_rpm.bbclass: fix bashims at rpm_common_comand() method | Otavio Salvador | 2012-03-19 | 1 | -2/+1 |
* | native.bbclass: make TOOLCHAIN_OPTIONS empty | Robert Yang | 2012-03-19 | 1 | -0/+3 |
* | buildhistory: avoid reruns of do_package | Paul Eggleton | 2012-03-19 | 1 | -0/+5 |
* | buildhistory: allow disabling image and/or package history | Paul Eggleton | 2012-03-19 | 1 | -3/+16 |
* | classes/image: avoid cp race condition when building multiple images | Paul Eggleton | 2012-03-19 | 1 | -1/+1 |
* | mirrors.bbclass: remove dead GNU mirrors | Andreas Oberritter | 2012-03-15 | 1 | -4/+0 |
* | package.bbclass: do not split debug pkg when no debugsources.list | Robert Yang | 2012-03-14 | 1 | -9/+9 |
* | package.bbclass: sort dynamically generated packages | Andreas Oberritter | 2012-03-13 | 1 | -2/+2 |
* | image_types: ensure .rootfs.ext3 is created before vmdk is created. | Dexuan Cui | 2012-03-13 | 1 | -0/+6 |
* | image-vmdk: add NOISO to disable iso image creation since it's not needed | Saul Wold | 2012-03-13 | 1 | -0/+1 |
* | rootfs_rpm.bbclass: rename postinst trigger script | Otavio Salvador | 2012-03-13 | 1 | -3/+3 |
* | image.bbclass: fix rootfs generation without package management tools | Otavio Salvador | 2012-03-13 | 2 | -4/+5 |
* | linux-yocto: respect FILESPATH directories | Bruce Ashfield | 2012-03-13 | 1 | -4/+26 |
* | license.bbclass: Add mapping for LGPLv2.0, pango uses it | Richard Purdie | 2012-03-13 | 1 | -0/+1 |
* | cmake.bbclass: add ${base_libdir} to CMAKE_LIBRARY_PATH | Nitin A Kamble | 2012-03-12 | 1 | -1/+1 |
* | package.bbclass: Drop python depends from rpmdeps | Richard Purdie | 2012-03-11 | 1 | -0/+2 |
* | package_ipk.bbclass: Ensure Source is set to something else packaging can fail | Richard Purdie | 2012-03-08 | 1 | -1/+1 |
* | prservice: Added sanity check for prservice connection. | Lianhao Lu | 2012-03-08 | 2 | -1/+6 |
* | kernel.bbclass: Remove warnings for modutils and modprobe.d | Darren Hart | 2012-03-08 | 1 | -0/+10 |
* | mime.bbclass: Fix bracket error. | Samuel Stirtzel | 2012-03-08 | 1 | -1/+1 |
* | shadow-sysroot: Fix for multilib | Zhai Edwin | 2012-03-08 | 1 | -1/+1 |
* | image_types: add IMAGE_ROOTFS_ALIGNMENT | Ken Werner | 2012-03-08 | 1 | -1/+11 |
* | base.bbclass: Fix PACKAGECONFIG handling when no flags are set | Richard Purdie | 2012-03-05 | 1 | -3/+4 |
* | meta: Replace bb.data.expand(xxx, d) -> d.expand(xxx) | Richard Purdie | 2012-03-05 | 18 | -78/+78 |
* | sstate: Remove unecessary bb.data.expand() | Richard Purdie | 2012-03-05 | 1 | -7/+7 |
* | meta: Convert getVar/getVarFlag(xxx, 1) -> (xxx, True) | Richard Purdie | 2012-03-05 | 39 | -208/+208 |
* | meta/classes: Convert to use appendVar and appendVarFlags | Richard Purdie | 2012-03-05 | 7 | -58/+24 |
* | image_types: Ensure duplicate compressed types aren't created | Richard Purdie | 2012-03-02 | 1 | -1/+2 |
* | image_types.bbclass: We need to preserve order in the types variable and avoi... | Richard Purdie | 2012-03-02 | 1 | -4/+8 |
* | base.bbclass: If unpacking again, wipe out ${S}/patches | Richard Purdie | 2012-03-02 | 1 | -0/+1 |
* | linux-yocto: make kernel_checkout reentrant | Bruce Ashfield | 2012-03-02 | 1 | -13/+20 |
* | image_types: Ensure dependencies for compression types containing multiple do... | Richard Purdie | 2012-03-02 | 1 | -1/+1 |
* | site.conf.sample: Fix broken SOCKS proxy setup and configuration | Inaky Perez-Gonzalez | 2012-03-01 | 1 | -4/+5 |
* | externalsrc.bbclass: Add class for handling external source trees | Richard Purdie | 2012-03-01 | 1 | -0/+53 |
* | toolchain-scripts: Exclude variables causing the recipe to become unecessaril... | Richard Purdie | 2012-03-01 | 1 | -0/+3 |
* | image-vmdk: Create image_vmdk class and setup image and image_types to use it | Saul Wold | 2012-03-01 | 3 | -8/+35 |
* | image-live: Allow LABELS to be modified | Saul Wold | 2012-03-01 | 1 | -2/+3 |
* | image_types_uboot: Update to work after recent image_types changes | Richard Purdie | 2012-02-29 | 1 | -19/+10 |
* | image_types: Correctness fixes | Richard Purdie | 2012-02-29 | 1 | -4/+5 |
* | image_types.bbclass: fix bzip2 and xz compression commands | Otavio Salvador | 2012-02-29 | 1 | -2/+2 |
* | image_types.bbclass: properly support IMAGE_LINK_NAME as empty | Otavio Salvador | 2012-02-29 | 1 | -5/+9 |
* | image.bbclass: do not create image manifest link if IMAGE_LINK_NAME is empty | Otavio Salvador | 2012-02-29 | 1 | -2/+4 |
* | bootimg: Fix Quoting | Saul Wold | 2012-02-28 | 1 | -4/+4 |