| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | bitbake/fetch2: Move getSRCDate to FetchData class where is more appropriate | Richard Purdie | 2011-02-07 | 1 | -18/+16 |
* | bitbake/fetch2: Make srcrev_internal_helper a normal function, doesn't belong... | Richard Purdie | 2011-02-07 | 2 | -35/+32 |
* | bitbake/fetch2: Rename Fetch class to FetchMethod | Richard Purdie | 2011-02-07 | 13 | -29/+29 |
* | bitbake/fetch2: Drop old md5 handling code | Richard Purdie | 2011-02-07 | 1 | -30/+8 |
* | bitbake/fetch2: Rewrite and improve exception handling, reusing core function... | Richard Purdie | 2011-02-07 | 11 | -145/+121 |
* | bitbake/fetch2: Have all fetcher exceptions derived from a common BBFetchExce... | Richard Purdie | 2011-02-07 | 1 | -7/+10 |
* | base.bbclass: Update after fetcher changes | Richard Purdie | 2011-02-07 | 1 | -3/+7 |
* | bitbake/fetch2: Drop unused parameter for localpath() and update comments | Richard Purdie | 2011-02-07 | 1 | -3/+2 |
* | bitbake/fetch2: Simplfy setup_srcrevs | Richard Purdie | 2011-02-07 | 1 | -13/+7 |
* | bitbake/fetch2: Simplify localpath variable handling FetchData init | Richard Purdie | 2011-02-07 | 1 | -34/+40 |
* | bitbake/fetch2: Define a sane localpath function and remove code duplication | Richard Purdie | 2011-02-07 | 11 | -31/+2 |
* | bitbake/fetch2: Move ud.localfile setup into urldata_init | Richard Purdie | 2011-02-07 | 12 | -21/+29 |
* | bitbake/fetch2: Drop horrible SRCREV hack which is no longer needed | Richard Purdie | 2011-02-07 | 1 | -3/+0 |
* | bitbake.conf: Force git fetches to a new location after fetcher layout changes | Richard Purdie | 2011-02-07 | 1 | -1/+1 |
* | poky.conf: Turn off mirror tarball generation by default | Richard Purdie | 2011-02-06 | 1 | -0/+1 |
* | bitbake/fetch2/git: Switch to completely use bare clones | Richard Purdie | 2011-02-06 | 1 | -9/+4 |
* | prelink: Temporary workaround for documentation build | Mark Hatle | 2011-02-05 | 1 | -0/+5 |
* | fetch2/git.py: Fix problem when fetching with no origin | Saul Wold | 2011-02-05 | 1 | -2/+6 |
* | bitbake/fetch2/git: Ensure we prune origin to remove stale branches | Richard Purdie | 2011-02-05 | 1 | -0/+1 |
* | Revert "iputils: enable generation of man pages" | Saul Wold | 2011-02-03 | 1 | -5/+5 |
* | Revert "docbook-utils: new recipe v0.6.14" | Saul Wold | 2011-02-03 | 1 | -20/+0 |
* | Revert "docbook-utils: fix build errors" | Saul Wold | 2011-02-03 | 1 | -30/+0 |
* | package.bbclass: Optimise file dependency calculations to ignore locales and ... | Richard Purdie | 2011-02-03 | 1 | -1/+1 |
* | bitbake/fetch2/git: Ensure deleted branches upstream are removed, all branch ... | Richard Purdie | 2011-02-03 | 1 | -7/+10 |
* | beagleboard: set kernel provider to linux-yocto (2.6.37) | Darren Hart | 2011-02-03 | 2 | -2/+2 |
* | bitbake.conf & package.bbclass: Use default SUMMARY and DESCRIPTION | Mark Hatle | 2011-02-03 | 2 | -9/+26 |
* | bitbake/fetch2: Remove old local file acceleration code | Richard Purdie | 2011-02-03 | 1 | -18/+4 |
* | bitbake/fetch2: Ensure that mirror fetches are symlinked from the download di... | Richard Purdie | 2011-02-03 | 1 | -3/+17 |
* | bitbake/fetch2: When encoding a file:// url, drop user and host information | Richard Purdie | 2011-02-03 | 1 | -2/+2 |
* | recipes-graphics: Add more detailed SUMMARY and DESCRIPTIONS | Mark Hatle | 2011-02-03 | 129 | -108/+790 |
* | bitbake.conf: Fix missing NM definition | Mark Hatle | 2011-02-03 | 1 | -0/+2 |
* | linux-yocto: BSP updates | Bruce Ashfield | 2011-02-03 | 2 | -13/+13 |
* | gobject-introspection: fix DEPENDS | Joshua Lock | 2011-02-03 | 1 | -1/+1 |
* | mailx: Disable parallel make | Saul Wold | 2011-02-03 | 1 | -0/+2 |
* | license.bbclass: Add coverage by sstate code (also use cleandirs and dirs tas... | Richard Purdie | 2011-02-03 | 2 | -13/+17 |
* | rm_work: Retain package and package-split directories to be consistent with s... | Richard Purdie | 2011-02-03 | 1 | -1/+4 |
* | rootrs_rpm.bbclass: Disable createrepo for now due to this error: | Richard Purdie | 2011-02-03 | 1 | -2/+2 |
* | docbook-utils: fix build errors | Scott Garman | 2011-02-03 | 1 | -0/+30 |
* | wpa-supplicant 0.7.3: fix packaging of dbus service files and fix layout vari... | Koen Kooi | 2011-02-03 | 2 | -3/+4 |
* | bitbake/lib/bb/fetch2: Assign a default name in the names array as empty stri... | Richard Purdie | 2011-02-03 | 1 | -1/+1 |
* | bitbake/fetch2: Add missing parameter to localcount_internal_helper | Richard Purdie | 2011-02-02 | 1 | -1/+1 |
* | libconvert-asn1-perl: upgrade from 0.21 to 0.22 | Nitin A Kamble | 2011-02-02 | 1 | -2/+4 |
* | subversion: upgrade from 1.6.13 to 1.6 15 | Nitin A Kamble | 2011-02-02 | 2 | -9/+21 |
* | bitbake/fetch2/git: Ensure target directory exists when copying files | Richard Purdie | 2011-02-02 | 1 | -0/+1 |
* | linux-yocto-stable: Update SRC_URI after fetcher changes | Richard Purdie | 2011-02-02 | 1 | -3/+1 |
* | linux-yocto/linux-libc-headers-yocto: Adjust to git fetcher improvements | Richard Purdie | 2011-02-02 | 3 | -6/+4 |
* | fetch2: Allow multiple src rev to be used in one src_uri | Yu Ke | 2011-02-02 | 5 | -64/+73 |
* | git.py: Remove the source tree tarball archives | Yu Ke | 2011-02-02 | 1 | -58/+5 |
* | bitbake/fetch2/git: Add nocheckout option to disable checkouts and always add... | Richard Purdie | 2011-02-02 | 1 | -9/+12 |
* | bb.fetch2: Add git unpack | Yu Ke | 2011-02-02 | 1 | -0/+25 |