| Commit message (Expand) | Author | Age | Files | Lines |
* | debian.bbclass: Only set rdeptask for do_package if packaging is enabled | Richard Purdie | 2011-02-10 | 1 | -4/+10 |
* | pseudo: Add and use the 1.0 release version | Richard Purdie | 2011-02-10 | 4 | -71/+83 |
* | lttng-ust: fix ppc build by removing ppc specific time reading function | Dexuan Cui | 2011-02-10 | 2 | -2/+89 |
* | image-swab: Convert to attach strace to the process to obtain the required sw... | Richard Purdie | 2011-02-10 | 3 | -10/+47 |
* | Misc hard link fixes | Mark Hatle | 2011-02-09 | 4 | -9/+9 |
* | package.bbclass: Preserve hard links! | Mark Hatle | 2011-02-09 | 1 | -1/+17 |
* | lib.oe.path: Update copytree function to call shell commands since its twice ... | Richard Purdie | 2011-02-09 | 1 | -32/+12 |
* | talloc: remove talloc recipe | Yu Ke | 2011-02-09 | 1 | -24/+0 |
* | mesa-xlib: upgrade to 7.10 | Yu Ke | 2011-02-09 | 1 | -3/+8 |
* | mesa-7.10: set mesa 7.10 as default instead of 7.8.2 | Yu Ke | 2011-02-09 | 3 | -6/+6 |
* | mesa-dri-7.10: replace GPLv3 talloc with MIT-x licensed ralloc | Yu Ke | 2011-02-09 | 2 | -2/+15574 |
* | image-mklibs.bbclass: add the library optimization functionality | Nitin A Kamble | 2011-02-09 | 2 | -1/+80 |
* | makedepend: remove # from the beginning of DESCRIPTION lines | Saul Wold | 2011-02-09 | 1 | -5/+6 |
* | xserver-kdrive.inc: add openssl to DEPENDS | Scott Garman | 2011-02-09 | 2 | -2/+2 |
* | prelink: add transfig-native to DEPENDS | Scott Garman | 2011-02-09 | 1 | -2/+2 |
* | transfig: new recipe v3.2.5d | Scott Garman | 2011-02-09 | 1 | -0/+40 |
* | imake: add native support to recipe and update DEPENDS | Scott Garman | 2011-02-09 | 1 | -5/+5 |
* | libxpm: add native support to recipe | Scott Garman | 2011-02-09 | 1 | -0/+2 |
* | libxext: add native support to recipe | Scott Garman | 2011-02-09 | 1 | -1/+1 |
* | xorg-cf-files: new recipe v1.0.4 | Scott Garman | 2011-02-09 | 1 | -0/+14 |
* | uboot: move license data into recipe with SRC_URI | Darren Hart | 2011-02-09 | 2 | -4/+1 |
* | uboot: build with -O2 on all architectures | Darren Hart | 2011-02-09 | 1 | -7/+2 |
* | kernel.bbclass: use defconfig if it exists | Darren Hart | 2011-02-09 | 1 | -1/+5 |
* | linux.inc: don't overwrite an existing uImage | Darren Hart | 2011-02-09 | 1 | -1/+1 |
* | u-boot: compile with -O2 on PowerPC | Ilya Yanok | 2011-02-09 | 1 | -1/+6 |
* | u-boot: add LIC_FILES_CHKSUM | Ilya Yanok | 2011-02-09 | 1 | -0/+2 |
* | linux/u-boot: Update LICENSE fields to specify GPL version | Richard Purdie | 2011-02-09 | 2 | -2/+2 |
* | linux: add LIC_FILES_CHKSUM | Ilya Yanok | 2011-02-09 | 1 | -0/+2 |
* | Merge branch 'jzhang/i686' of ssh://git.pokylinux.org/poky-contrib | Richard Purdie | 2011-02-09 | 1 | -3/+3 |
|\ |
|
| * | local.conf: change i586 to i686 for 32bit SDK | Jessica Zhang | 2011-02-08 | 1 | -3/+3 |
* | | Merge branch 'jzhang/adt-repo' of ssh://git.pokylinux.org/poky-contrib | Richard Purdie | 2011-02-09 | 8 | -18/+17 |
|\ \ |
|
| * | | adt-installer: change to adopt the adt public repo directory layout | Jessica Zhang | 2011-02-08 | 8 | -18/+17 |
* | | | mpc8315-rdb: add dtb generation configuration | Bruce Ashfield | 2011-02-09 | 1 | -0/+1 |
* | | | dtc: add LIC_FILES_CHKSUM to dtc-native | Bruce Ashfield | 2011-02-09 | 1 | -0/+3 |
* | | | linux: factor dts/dtc/dtb handling into a specific include | Bruce Ashfield | 2011-02-09 | 3 | -26/+29 |
* | | | linux-yocto: streamline BSP bootstrapping | Bruce Ashfield | 2011-02-09 | 1 | -0/+1 |
* | | | linux-yocto: streamline BSP bootstrapping | Bruce Ashfield | 2011-02-09 | 5 | -69/+22 |
* | | | binutils-cross-canadian.inc: disable -werror like -cross does | Koen Kooi | 2011-02-09 | 1 | -1/+2 |
* | | | bitbake.conf: fix SDK_NAME | Koen Kooi | 2011-02-09 | 1 | -1/+1 |
|/ / |
|
* | | bitbake/fetch2: Fix negated if check for BB_FETCH_PREMIRRORONLY | Richard Purdie | 2011-02-09 | 1 | -1/+1 |
* | | fetch2: Add SRPM knowledge | Mark Hatle | 2011-02-08 | 3 | -74/+93 |
* | | insane.bbclass: Fix config.log error message | Mark Hatle | 2011-02-08 | 1 | -1/+1 |
* | | bitbake/utils.py: add glob name matching to remove | Saul Wold | 2011-02-08 | 1 | -8/+9 |
* | | bitbake/fetch2: Ignore UnboundLocalError in exception handler in try_mirror | Richard Purdie | 2011-02-08 | 1 | -2/+5 |
* | | bitbake/fetch2: Move symlink handling into try_mirror where is belongs instea... | Richard Purdie | 2011-02-08 | 1 | -12/+21 |
* | | bitbake/fetch2: When using BB_FETCH_PREMIRRORONLY, set BB_NO_NETWORK after pr... | Richard Purdie | 2011-02-08 | 1 | -13/+15 |
* | | bitbake/fetch2: Ensure we only remove files, not directories when fetch failu... | Richard Purdie | 2011-02-08 | 1 | -3/+5 |
* | | bitbake/fetch2: Ensure original ud is preserved in try_mirror | Richard Purdie | 2011-02-08 | 1 | -4/+4 |
* | | linux-yocto-stable: Fix meta branch name | Richard Purdie | 2011-02-08 | 1 | -1/+1 |
* | | kernel-yocto: Ensure python code has awlays run before SRCPV is expanded | Richard Purdie | 2011-02-08 | 1 | -2/+9 |