| Commit message (Expand) | Author | Age | Files | Lines |
* | fetch2: add runfetchcmd to import for fetchers | Saul Wold | 2011-02-07 | 6 | -2/+15 |
* | init-live.sh: add 'coldplug' udev trigger | Tom Zanussi | 2011-02-07 | 1 | -0/+1 |
* | rpm: catch up with fetcher2 | Koen Kooi | 2011-02-07 | 1 | -11/+20 |
* | bitbake/fetch2:Fetch Make using the fn based cache optional | Richard Purdie | 2011-02-07 | 1 | -3/+4 |
* | bitbake/fetch2: Fix pickling issues with fetcher exceptions | Richard Purdie | 2011-02-07 | 1 | -14/+21 |
* | bitbake/fetch2: Update mirror processing to ensure we look for mirror tarballs | Richard Purdie | 2011-02-07 | 1 | -16/+21 |
* | bitbake/fetch2: Update forcefetch and mirror handling to clean up, simplfy an... | Richard Purdie | 2011-02-07 | 5 | -83/+67 |
* | beagleboard: allow kernel provider override | Darren Hart | 2011-02-07 | 1 | -1/+1 |
* | linux-yocto: uprev lttng to 2.6.37-lttng-0.242 | Bruce Ashfield | 2011-02-07 | 1 | -11/+11 |
* | mesa-demos: fix build issue with gcc dso linking change | Nitin A Kamble | 2011-02-07 | 2 | -2/+26 |
* | util-linux: Add mount lock patch | Mark Hatle | 2011-02-07 | 2 | -2/+28 |
* | sysfsutils: Merge bug fix | Mark Hatle | 2011-02-07 | 2 | -2/+25 |
* | coreutils: Add various bug fixes | Mark Hatle | 2011-02-07 | 6 | -0/+4403 |
* | busybox: Support DHCP refresh without restarting the interface | Mark Hatle | 2011-02-07 | 4 | -2/+141 |
* | pseudo: Uprev pseudo and fix a few minor bugs | Mark Hatle | 2011-02-07 | 4 | -15/+52 |
* | bitbake/msg: Ensure lower level debug messages have DEBUG prefix and reuse lo... | Richard Purdie | 2011-02-07 | 1 | -5/+9 |
* | bitbake/fetch2: Match Fetcher log domain to that in bb.msg | Richard Purdie | 2011-02-07 | 1 | -1/+1 |
* | bitbake:__init__.py: Fix debug log level handling to correct debug output | Richard Purdie | 2011-02-07 | 1 | -1/+1 |
* | bitbake: event/build: Drop stdout specific handling for python messages as th... | Richard Purdie | 2011-02-07 | 2 | -11/+0 |
* | distrodata: Update to new fetcher API | Richard Purdie | 2011-02-07 | 1 | -35/+24 |
* | utility-tasks: Update checkuri to new fetcher API | Richard Purdie | 2011-02-07 | 1 | -23/+8 |
* | bitbake/fetch2/git: use clonedir as ud.localfile too since the mirror tarball... | Richard Purdie | 2011-02-07 | 1 | -1/+1 |
* | bitbake/fetch2/git.py: Ensure that forcefetch operates in the correct directo... | Richard Purdie | 2011-02-07 | 1 | -0/+3 |
* | kernel-yocto: 'standard' isn't a valid git branch name for a SRCREV, fix | Richard Purdie | 2011-02-07 | 1 | -1/+1 |
* | bitbake/fetch2/git: Fix localpath to point at the clone repo since we no long... | Richard Purdie | 2011-02-07 | 1 | -0/+3 |
* | rpm: Update extra unpack code after fetcher changes | Richard Purdie | 2011-02-07 | 1 | -5/+2 |
* | bitbake/fetch2: Use True instead of integer values | Richard Purdie | 2011-02-07 | 8 | -31/+31 |
* | bitbake/fetch2: Drop name/override ordering backwards compatibility code | Richard Purdie | 2011-02-07 | 1 | -2/+0 |
* | bitbake/fetch2/svn: The concept of using dates with svn is totally insane, dr... | Richard Purdie | 2011-02-07 | 1 | -21/+1 |
* | meta/classes: Update classes to use new fetcher API | Richard Purdie | 2011-02-07 | 5 | -189/+63 |
* | bitbake/fetch2: Define a new interface to the fetcher code though the 'Fetch'... | Richard Purdie | 2011-02-07 | 1 | -144/+169 |
* | bitbake/fetch2: Fix typo | Richard Purdie | 2011-02-07 | 1 | -1/+1 |
* | bitbake/fetch2: Drop legacy CVSDATE support | Richard Purdie | 2011-02-07 | 1 | -3/+3 |
* | 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 |