| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | recipes: pre/post actions | Mark Hatle | 2011-02-12 | 15 | -22/+22 |
* | package.bbclass: Breakout the strip from the populate_packages | Mark Hatle | 2011-02-12 | 1 | -22/+36 |
* | busybox: Rework busybox to fix limitations in initscripts | Mark Hatle | 2011-02-12 | 1 | -7/+14 |
* | fetch2: unpack revision | Mark Hatle | 2011-02-12 | 3 | -40/+66 |
* | openjade: fix build issues | Scott Garman | 2011-02-12 | 5 | -277/+8 |
* | mirrors.bbclass: Ensure we don't overwrite any existing MIRRORS variable | Richard Purdie | 2011-02-11 | 1 | -1/+1 |
* | bitbake/fetch2: Add explict network access exception and handling to give use... | Richard Purdie | 2011-02-11 | 9 | -17/+33 |
* | bitbake/fetch2: Fix message about md5 checksums when sha256 is incorrect | Richard Purdie | 2011-02-11 | 1 | -1/+9 |
* | lttng-control: Fix SRC_URL to point at lttng.org | Saul Wold | 2011-02-11 | 1 | -1/+1 |
* | puzzles: Update to r9084 | Saul Wold | 2011-02-11 | 1 | -0/+0 |
* | bitbake/fetch2: Fix patch merge error | Richard Purdie | 2011-02-11 | 1 | -1/+1 |
* | bitbake/fetch2: Add some debug output so its clear when PREMIRRORS, upstream ... | Richard Purdie | 2011-02-11 | 1 | -0/+3 |
* | bitbake/fetch2: Ensure network access status is reset for each loop iteration... | Richard Purdie | 2011-02-11 | 1 | -0/+4 |
* | sstate: Fix bugs after new fetcher | Zhai Edwin | 2011-02-11 | 1 | -3/+3 |
* | bitbake/fetch2/wget: Fix missing string parameter reference | Richard Purdie | 2011-02-11 | 1 | -1/+1 |
* | bitbake/fetch2: Ensure failed fetch attempts are logged in the debug logs | Richard Purdie | 2011-02-11 | 1 | -2/+4 |
* | bitbake/fetch2: Correctly handle git mirror tarball fetching | Richard Purdie | 2011-02-11 | 1 | -4/+5 |
* | bitbake/fetch2: Pass over malformatted (empty) mirror url lines | Richard Purdie | 2011-02-11 | 1 | -1/+5 |
* | meta: Update mirror urls to new format and update yocto project urls | Richard Purdie | 2011-02-11 | 3 | -88/+75 |
* | linux-dtb.inc: Fix package name to match PACKAGES | Richard Purdie | 2011-02-11 | 1 | -1/+1 |
* | bitbake: Remove bad commit hunk from old cvs fetcher | Richard Purdie | 2011-02-10 | 1 | -11/+0 |
* | fetch2: Correct the clean() mechanism for the fetcher2 code | Saul Wold | 2011-02-10 | 7 | -15/+83 |
* | Export KRB5CCNAME variable | Javier Martin | 2011-02-10 | 2 | -1/+2 |
* | Fix comparison with SRCREVINACTION constant | Javier Martin | 2011-02-10 | 1 | -1/+1 |
* | persist_data: kill unreachable break line | Chris Larson | 2011-02-10 | 1 | -1/+0 |
* | bitbake-layers: fix bug with env vars leaking in | Chris Larson | 2011-02-10 | 1 | -0/+1 |
* | cache: fix docstring usage | Chris Larson | 2011-02-10 | 1 | -7/+2 |
* | Add initial bitbake-layers script | Chris Larson | 2011-02-10 | 1 | -0/+153 |
* | persist_data: loop on database lock for table creation | Chris Larson | 2011-02-10 | 1 | -2/+2 |
* | xkeyboard-config: make depend on intltool-native | Darren Hart | 2011-02-10 | 1 | -2/+2 |
* | local.conf.sample: Drop some comments about things that either no longer appl... | Richard Purdie | 2011-02-10 | 1 | -12/+0 |
* | qemuimagetest: Rename test scenario file from poky-image-sdk to poky-image-sa... | Jiajun Xu | 2011-02-10 | 6 | -2/+4 |
* | mesa-dri-7.10: add missing dependency makedepend | Yu Ke | 2011-02-10 | 1 | -2/+2 |
* | mesa-xlib-7.10: add missing dependency makedepend | Yu Ke | 2011-02-10 | 1 | -2/+2 |
* | bitbake/fetch2/git: Write mirror tarballs if enabled and they don't exist, al... | Richard Purdie | 2011-02-10 | 1 | -11/+11 |
* | rm_work.bbclass: Fix typo for package task directory preservation | Richard Purdie | 2011-02-10 | 1 | -2/+2 |
* | task-poky-apps-x11-pimlico: Webkit is huge and the compile time means it does... | Richard Purdie | 2011-02-10 | 1 | -3/+4 |
* | util-linux: Correctly prepend to PACKAGES and stop corrupting linux-util-nati... | Richard Purdie | 2011-02-10 | 1 | -3/+1 |
* | ncurses: Apply unifdef-native dependency to the task that uses it, not globally | Richard Purdie | 2011-02-10 | 1 | -2/+3 |
* | package.bbclass: Only set recrdeptask for do_build if packaging is enabled fo... | Richard Purdie | 2011-02-10 | 1 | -1/+4 |
* | 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 |