aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2011-02-09Misc hard link fixesMark Hatle
2011-02-09package.bbclass: Preserve hard links!Mark Hatle
2011-02-09lib.oe.path: Update copytree function to call shell commands since its twice ...Richard Purdie
2011-02-09talloc: remove talloc recipeYu Ke
2011-02-09mesa-xlib: upgrade to 7.10Yu Ke
2011-02-09mesa-7.10: set mesa 7.10 as default instead of 7.8.2Yu Ke
2011-02-09mesa-dri-7.10: replace GPLv3 talloc with MIT-x licensed rallocYu Ke
2011-02-09image-mklibs.bbclass: add the library optimization functionalityNitin A Kamble
2011-02-09makedepend: remove # from the beginning of DESCRIPTION linesSaul Wold
2011-02-09xserver-kdrive.inc: add openssl to DEPENDSScott Garman
2011-02-09prelink: add transfig-native to DEPENDSScott Garman
2011-02-09transfig: new recipe v3.2.5dScott Garman
2011-02-09imake: add native support to recipe and update DEPENDSScott Garman
2011-02-09libxpm: add native support to recipeScott Garman
2011-02-09libxext: add native support to recipeScott Garman
2011-02-09xorg-cf-files: new recipe v1.0.4Scott Garman
2011-02-09uboot: move license data into recipe with SRC_URIDarren Hart
2011-02-09uboot: build with -O2 on all architecturesDarren Hart
2011-02-09kernel.bbclass: use defconfig if it existsDarren Hart
2011-02-09linux.inc: don't overwrite an existing uImageDarren Hart
2011-02-09u-boot: compile with -O2 on PowerPCIlya Yanok
2011-02-09u-boot: add LIC_FILES_CHKSUMIlya Yanok
2011-02-09linux/u-boot: Update LICENSE fields to specify GPL versionRichard Purdie
2011-02-09linux: add LIC_FILES_CHKSUMIlya Yanok
2011-02-09Merge branch 'jzhang/i686' of ssh://git.pokylinux.org/poky-contribRichard Purdie
2011-02-09Merge branch 'jzhang/adt-repo' of ssh://git.pokylinux.org/poky-contribRichard Purdie
2011-02-09mpc8315-rdb: add dtb generation configurationBruce Ashfield
2011-02-09dtc: add LIC_FILES_CHKSUM to dtc-nativeBruce Ashfield
2011-02-09linux: factor dts/dtc/dtb handling into a specific includeBruce Ashfield
2011-02-09linux-yocto: streamline BSP bootstrappingBruce Ashfield
2011-02-09linux-yocto: streamline BSP bootstrappingBruce Ashfield
2011-02-09binutils-cross-canadian.inc: disable -werror like -cross doesKoen Kooi
2011-02-09bitbake.conf: fix SDK_NAMEKoen Kooi
2011-02-08adt-installer: change to adopt the adt public repo directory layoutJessica Zhang
2011-02-09bitbake/fetch2: Fix negated if check for BB_FETCH_PREMIRRORONLYRichard Purdie
2011-02-08local.conf: change i586 to i686 for 32bit SDKJessica Zhang
2011-02-08fetch2: Add SRPM knowledgeMark Hatle
2011-02-08insane.bbclass: Fix config.log error messageMark Hatle
2011-02-08bitbake/utils.py: add glob name matching to removeSaul Wold
2011-02-08bitbake/fetch2: Ignore UnboundLocalError in exception handler in try_mirrorRichard Purdie
2011-02-08bitbake/fetch2: Move symlink handling into try_mirror where is belongs instea...Richard Purdie
2011-02-08bitbake/fetch2: When using BB_FETCH_PREMIRRORONLY, set BB_NO_NETWORK after pr...Richard Purdie
2011-02-08bitbake/fetch2: Ensure we only remove files, not directories when fetch failu...Richard Purdie
2011-02-08bitbake/fetch2: Ensure original ud is preserved in try_mirrorRichard Purdie
2011-02-08linux-yocto-stable: Fix meta branch nameRichard Purdie
2011-02-08kernel-yocto: Ensure python code has awlays run before SRCPV is expandedRichard Purdie
2011-02-08kernel-yocto/poky-default-revisions: Ensure SRCREV_machine is set for the ker...Richard Purdie
2011-02-08bitbake/fetch2/git: Fix broken variable referenceRichard Purdie
2011-02-08bitbake/fetch2/git: Ensure unresolved branches are translated into revisionsRichard Purdie
2011-02-07fetch2: add try/finally to ensure lockfile is unlocked on failureSaul Wold