summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* bitbake: fetch2: unittests for bb.fetch2.URI classOlof Johansson2013-02-171-0/+226
* bitbake: fetch2: Add a class representing a generic URIOlof Johansson2013-02-171-0/+194
* bitbake: fetch2: Remove unused code in wget fetcherOlof Johansson2013-02-171-5/+0
* package_tar: Fix so it actually worksRichard Purdie2013-02-171-1/+3
* package_tar: Remove completely pointless codeRichard Purdie2013-02-171-21/+4
* package_tar: bb.mkdirhier -> bb.utils.mkdirhierRichard Purdie2013-02-171-4/+4
* package_tar: Fix whitespaceRichard Purdie2013-02-171-51/+51
* package_rpm/dev/ipk/tar: Drop unused functionsRichard Purdie2013-02-174-142/+0
* package_rpm/deb/ipk: Error if we don't find packages when creating the packag...Richard Purdie2013-02-173-4/+19
* classes: Drop none package specific packaging variable accessesRichard Purdie2013-02-177-31/+23
* conf: Remove unused ROOT_FLASH_SIZE variable from the configHolger Hans Peter Freyther2013-02-172-5/+0
* perl: Add auto/XS/Typemap in perl-doc packageOtavio Salvador2013-02-171-0/+1
* bitbake: fetch2: Ensure directory for stampfile exists before trying to creat...Richard Purdie2013-02-151-0/+1
* bitbake: utils: Use rm -rf in remove()Richard Purdie2013-02-151-4/+7
* dropbear: use pidfile for daemon start/stop/restartRoman I Khimov2013-02-151-4/+5
* tzcode-native: Fix SRC_URI checksum typoRichard Purdie2013-02-151-1/+1
* local.conf.sample: Enhance the SSTATE_MIRRORS exampleRichard Purdie2013-02-151-1/+1
* systemd.bbclass: Dont use libdir and base_libdir for unitsKhem Raj2013-02-151-4/+9
* gnupg: fix CVE-2012-6085Saul Wold2013-02-154-3/+131
* sanity.bbclass: when bblayers.conf is updated, it invokes a reparseCristiana Voicu2013-02-151-9/+9
* package_ipk: check CONFFILES exist before adding them to metadataRoss Burton2013-02-151-1/+2
* scripts/bitbake: Remove all instances of paths to a layer's scripts directory.Franklin S. Cooper Jr2013-02-151-1/+1
* alsa-lib: upgrade to 1.0.26Cristian Iorga2013-02-154-4/+3
* systemd: add udev-extraconf and USB/PCI IDs to RRECOMMENDSRoss Burton2013-02-151-0/+1
* libpng: update to upstream version 1.5.14Marko Lindqvist2013-02-153-36/+20
* harfbuzz: update to upstream version 0.9.12Marko Lindqvist2013-02-153-4/+4
* gtk+: update to upstream version 2.24.15Marko Lindqvist2013-02-1515-63/+1825
* webkit-gtk: update to upstream version 1.8.3Marko Lindqvist2013-02-151-3/+3
* xev: upgrade to 1.2.1Laurentiu Palcu2013-02-152-12/+12
* xf86-video-vmware: upgrade to 13.0.0Laurentiu Palcu2013-02-152-659/+3
* xf86-input-synaptics: upgrade to 1.6.3Laurentiu Palcu2013-02-151-3/+3
* xkeyboard-config: upgrade to 2.8Laurentiu Palcu2013-02-151-2/+2
* libdrm: upgrade to 2.4.42Laurentiu Palcu2013-02-151-2/+2
* xf86-input-vmmouse: upgrade to 13.0.0Laurentiu Palcu2013-02-151-2/+2
* xf86-video-intel: upgrade to 2.21.0Laurentiu Palcu2013-02-151-2/+2
* qemu: upgrade to 1.3.1Constantin Musca2013-02-152-3/+3
* bitbake: hob: remove save/load template functionalityCristiana Voicu2013-02-154-89/+1
* bitbake: knotty.py: fix unknown event bb.event.DiskFullRobert Yang2013-02-151-1/+2
* bitbake: bitbake-layers: make show-cross-depends avoid long pathRobert Yang2013-02-151-8/+48
* bitbake: hob: remove parsing warnings when machine is changedCristiana Voicu2013-02-151-0/+7
* bitbake: hob: no sanity checks re-runCristiana Voicu2013-02-151-1/+0
* bitbake: monitordisk.py: disable the inode checking for some fsRobert Yang2013-02-151-1/+8
* bitbake: fetch2: Improve lock/done stamp file paths for local filesRichard Purdie2013-02-151-2/+9
* bitbake: bitbake & hob: reparse config files, when sanity check updates bblay...Cristiana Voicu2013-02-152-4/+14
* bitbake: fetch2: Ensure expansions happen in URL parameters in uri_replaceRichard Purdie2013-02-151-0/+2
* bitbake: ConfHandler: Use re.X to make long regexp more readableOlof Johansson2013-02-151-1/+24
* bitbake: tests/codeparser: Hack around circular inclusion problemRichard Purdie2013-02-151-0/+3
* bitbake: wget: Only use -O option when not spideringRichard Purdie2013-02-151-1/+2
* bitbake: codeparser: Track bb.utils.contains usageRichard Purdie2013-02-151-2/+3
* bitbake: codeparser: Track appendVar and prependVar calls as we do for getVarRichard Purdie2013-02-151-1/+1