| Commit message (Expand) | Author | Age | Files | Lines |
* | *pull-request: add copyright, license, and descriptions | Darren Hart | 2011-05-19 | 2 | -0/+51 |
* | send-pull-request: streamline git-send-email usage | Darren Hart | 2011-05-19 | 1 | -42/+26 |
* | create-pull-request: add untested oe repository support | Darren Hart | 2011-05-19 | 1 | -0/+7 |
* | create-pull-request: add GitHub remote support | Otavio Salvador | 2011-05-19 | 1 | -0/+7 |
* | create-pull-request: do not check certificate | Otavio Salvador | 2011-05-19 | 1 | -1/+1 |
* | send-pull-request: verify git sendemail config | Darren Hart | 2011-05-19 | 1 | -0/+15 |
* | send-pull-request: don't send all patches to everyone even with -a | Darren Hart | 2011-05-19 | 1 | -28/+47 |
* | send-pull-request: fix greedy auto-cc regex | Darren Hart | 2011-05-19 | 1 | -1/+1 |
* | send-pull-request: remove local mta support | Darren Hart | 2011-05-19 | 1 | -87/+21 |
* | send-pull-request: whitespace cleanup | Darren Hart | 2011-05-19 | 1 | -125/+125 |
* | create-pull-request: provide an RFC mode via -c argument | Darren Hart | 2011-05-19 | 1 | -2/+22 |
* | create-pull-request: rewrite known private URLs to public URLs | Darren Hart | 2011-05-19 | 1 | -1/+13 |
* | create-pull-request: use git request-pull and arbitrary remotes | Darren Hart | 2011-05-19 | 1 | -26/+52 |
* | create-pull-request: whitespace cleanup | Darren Hart | 2011-05-19 | 1 | -39/+39 |
* | create-pull-request: alphabetize arguments | Darren Hart | 2011-05-19 | 1 | -5/+5 |
* | scripts/oe-buildenv-internal: Improve message when bitbake is missing | Richard Purdie | 2011-05-18 | 1 | -1/+1 |
* | scripts/oe-setup-builddir: Add missing .sample extensions and default to meta... | Richard Purdie | 2011-05-16 | 1 | -2/+4 |
* | scripts/oe-setup-builddir: fix typo | Otavio Salvador | 2011-05-10 | 1 | -1/+1 |
* | qemu-script: Fix qemu seg fault if install Nvidia proprietary driver. | Zhai Edwin | 2011-05-10 | 1 | -2/+11 |
* | qemuimagetest: Add executable permission to test scripts for toolchain | Jiajun Xu | 2011-05-04 | 3 | -0/+0 |
* | qemuimagetest: Enable toolchain automation tests in qemuimagetest | Jiajun Xu | 2011-05-04 | 9 | -1/+339 |
* | create-lsb-iamge:Fix bugs | Xiaofeng Yan | 2011-05-04 | 1 | -1/+1 |
* | create-lsb-image:Rename creat-lsb-image and fix some bugs | Xiaofeng Yan | 2011-04-24 | 2 | -198/+228 |
* | Further cleanup of various poky references | Richard Purdie | 2011-04-21 | 11 | -39/+48 |
* | scripts/runqemu.README: Clean this up to accurately reflect what the runqemu ... | Richard Purdie | 2011-04-21 | 1 | -68/+20 |
* | runqemu-extra-sdk: Update function usage to clearly reflect its meaning | Richard Purdie | 2011-04-21 | 1 | -1/+1 |
* | Rename ~/.poky-sdk/ temp workdir to ~/.runqemu-sdk/ | Richard Purdie | 2011-04-21 | 3 | -8/+8 |
* | POKY_QEMU_IFUP -> RUNQEMU_IFUP | Richard Purdie | 2011-04-20 | 1 | -3/+3 |
* | Rename the remaining poky-* scripts to oe-* or runqemu-* | Richard Purdie | 2011-04-20 | 13 | -15/+15 |
* | poky-setup-builddir: Rename to oe-setup-builddir and clean up POKY variable r... | Richard Purdie | 2011-04-20 | 1 | -18/+18 |
* | Replace POKY_KVM_WIKI -> YOCTO_KVM_WIKI | Richard Purdie | 2011-04-20 | 1 | -4/+4 |
* | POKY_NATIVE_SYSROOT -> OECORE_NATIVE_SYSROOT | Richard Purdie | 2011-04-20 | 6 | -27/+27 |
* | Rename poky-image-* -> core-image-* and task-poky-* -> task-core-* | Richard Purdie | 2011-04-20 | 24 | -29/+29 |
* | Replace POKYBASE with COREBASE | Richard Purdie | 2011-04-20 | 13 | -13/+13 |
* | Remove obsolete scripts/classes | Richard Purdie | 2011-04-20 | 2 | -200/+0 |
* | Rename poky-qemu to runqemu | Richard Purdie | 2011-04-20 | 19 | -34/+34 |
* | Rename poky-init-build-env to oe-init-build-env | Richard Purdie | 2011-04-20 | 3 | -2/+2 |
* | scripts/poky-qemu-internal: call stty sane before exit | Khem Raj | 2011-03-31 | 1 | -2/+4 |
* | scripts/poky-qemu-internal: Add rw to KERNCMDLINE for non nfs boots as well | Khem Raj | 2011-03-21 | 1 | -5/+5 |
* | scripts/poky-qemu-internal: Pass -m <mem_size> always on commandline | Khem Raj | 2011-03-21 | 1 | -15/+17 |
* | Shift a few env bits into scripts/bitbake | Chris Larson | 2011-03-21 | 2 | -3/+5 |
* | scripts/bitbake: add -g/--graphviz to NO_BUILD_OPTS | Chris Larson | 2011-03-21 | 1 | -1/+1 |
* | qemu: make warning messages consistent in format | Darren Hart | 2011-03-18 | 1 | -8/+9 |
* | qemu: warn user if nVidia libGL is detected (leads to qemu segfault) | Darren Hart | 2011-03-18 | 1 | -1/+13 |
* | sanity: detect if bitbake wrapper is not being used or pseudo is broken | Paul Eggleton | 2011-03-17 | 2 | -1/+4 |
* | send-pull-request: Fetch TO email address from git config if specified | Khem Raj | 2011-03-16 | 1 | -6/+15 |
* | create-pull-request: switch URL from git.pokylinux.org/poky-contrib to git.op... | Martin Jansa | 2011-03-15 | 1 | -3/+4 |
* | poky-qemu-internal: force oprofile into using timer interrupt mode for qemux8... | Dexuan Cui | 2011-03-14 | 1 | -0/+6 |
* | python: add generate-manifest-2.6.py script and regen python-2.6-manifest.inc | Martin Jansa | 2011-03-08 | 1 | -0/+362 |
* | creat-lsb-image: Add some functions for creating a appropriate image to make ... | Xiaofeng Yan | 2011-03-04 | 1 | -60/+88 |