Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | scripts/create_pull_request fix a typo | Nitin A Kamble | 2010-06-10 | 1 | -1/+1 |
| | | | | Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com> | ||||
* | update create_pull_request for distro/master | Nitin A Kamble | 2010-06-10 | 1 | -16/+61 |
| | | | | | | | | | With this change the create_pull_request will be able to generate pull requests to master as well as distro/master branch. Some documentation is added in the Usage messange of the script. Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com> | ||||
* | poky-env-internal: fix a typo | Joshua Lock | 2010-06-10 | 1 | -1/+1 |
| | | | | Signed-off-by: Joshua Lock <josh@linux.intel.com> | ||||
* | poky-evn-internal: Add some documentation about the config file and commonly ↵ | Richard Purdie | 2010-06-10 | 1 | -1/+13 |
| | | | | | | used build targets Signed-off-by: Richard Purdie <rpurdie@linux.intel.com> | ||||
* | scripts: Fix setting up links to cc and gcc in runqemu | Joshua Lock | 2010-06-09 | 1 | -3/+13 |
| | | | | Signed-off-by: Joshua Lock <josh@linux.intel.com> | ||||
* | Fixes for Qemu to use VGA and Touch Screen | Saul Wold | 2010-06-07 | 1 | -4/+7 |
| | | | | | | | Added usb tablet options to poky-qemu-internal script, and adjusted the xorg.conf script for x86 to use VGA screen and tablet input device Signed-off-by: Saul Wold <saul.wold@intel.com> | ||||
* | Drop vm_mmap_min_addr checks from scripts and sanity class | Joshua Lock | 2010-05-28 | 1 | -7/+0 |
| | | | | | | | QEMU 0.12.x is relocatable so we no longer need these tests, which is good because it doesn't work reliably with modern kernels. Signed-off-by: Joshua Lock <josh@linux.intel.com> | ||||
* | add a new scripts create-pull-request | Nitin A Kamble | 2010-05-17 | 1 | -0/+41 |
| | | | | | | | | | | | | | This is the 1st version of create-pull-request script. Using specified local commit-id or branch-name it generates a short description of the changes; and using poky-contrib branch-name it generates the URL where these changes are already pushed and are available for review and git-pull. I prepared this script as per the input from Richard Purdie. Signed-Off-By: Nitin A Kamble <nitin.a.kamble@intel.com> | ||||
* | poky-qemu-internal Add -show-cursor to qemux86 | Nitin A Kamble | 2010-05-14 | 1 | -2/+2 |
| | | | | | | | Without this option the need to do the blind guesswork about the position of the pointer. Signed-Off-By: Nitin A Kamble <nitin.a.kamble@intel.com> | ||||
* | Merge branch 'tk/head' of ssh://git.pokylinux.org/poky-contrib | Richard Purdie | 2010-05-14 | 1 | -0/+4 |
|\ | |||||
| * | poky-env-internal: unset variables to avoid disturbing new GIT clone | Kevin Tian | 2010-05-13 | 1 | -0/+4 |
| | | | | | | | | Signed-off-by Kevin Tian <kevin.tian@intel.com> | ||||
* | | Revert "poky-env-internal: Disable automatic adding of meta environments to ↵ | Richard Purdie | 2010-05-13 | 1 | -1/+1 |
|/ | | | | | | | BBPATH" This reverts commit ba804d1729640a0587db8ba94bde6018570a8b0c which is a valid change but isn't working for some reason which needs further investigation. | ||||
* | poky-env-internal: Disable automatic adding of meta environments to BBPATH | Richard Purdie | 2010-05-12 | 1 | -1/+1 |
| | | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com> | ||||
* | Fix references to CROSS_DIR now that it has been removed | Joshua Lock | 2010-04-28 | 1 | -2/+2 |
| | | | | | | | CROSS_DIR is no longer removed so fix up classes, packages and documentation which refer to it. Signed-off-by: Joshua Lock <josh@linux.intel.com> | ||||
* | scripts/pstage-scanner: new script to sanity test the contents of pstage | Joshua Lock | 2010-04-27 | 1 | -0/+127 |
| | | | | | | | | | | Currently the script will scan all packages in the pstage directory and log packages which contain destinations outside of the native sysroot. The script currently ignores pkgdata, stamps and deploy but does trigger the work dir for packages with a package-split file, this may well be a false positive. Signed-off-by: Joshua Lock <josh@linux.intel.com> | ||||
* | Switch to bblayers configuration | Richard Purdie | 2010-03-22 | 1 | -1/+7 |
| | | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com> | ||||
* | scripts/runqemu: Fix some typos | Joshua Lock | 2010-01-14 | 1 | -2/+2 |
| | | | | | | | Fix typo in help message (we default to ext3 not ext2 now) and a typo whereby moblin-image-sdk wouldn't be autofound. Signed-off-by: Joshua Lock <josh@linux.intel.com> | ||||
* | scripts: preserve BB_NUMBER_THREADS when sanitising environment | Joshua Lock | 2009-12-14 | 1 | -1/+1 |
| | | | | | | | | It's pretty useful to be able to define BB_NUMBER_THREADS on the cli when executing bitbake. Add it to the extra whitelist defined in the poky-env-internal script. Signed-off-by: Joshua Lock <josh@linux.intel.com> | ||||
* | scripts/poky-qemu-internal: Make sure qemuarm cursor is visible | Richard Purdie | 2009-11-26 | 1 | -3/+3 |
| | | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com> | ||||
* | runqemu: staging -> sysroots | Richard Purdie | 2009-11-25 | 1 | -1/+1 |
| | | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com> | ||||
* | Add SDKMACHINE to simplify SDK control and add to CACHE paths to allow ↵ | Richard Purdie | 2009-09-18 | 1 | -1/+1 |
| | | | | | | environmental variable control Signed-off-by: Richard Purdie <rpurdie@linux.intel.com> | ||||
* | Add poky-trim-schemas post install script to remove unneeded schema locale ↵ | Richard Purdie | 2009-08-28 | 1 | -0/+49 |
| | | | | | | translations from images (credit to Ross Burton for the initial script) Signed-off-by: Richard Purdie <rpurdie@linux.intel.com> | ||||
* | scripts: Update qemux86 to use the vmmouse driver, not wacom and find moblin ↵ | Richard Purdie | 2009-06-10 | 2 | -3/+3 |
| | | | | | | images Signed-off-by: Richard Purdie <rpurdie@linux.intel.com> | ||||
* | scripts/poky-env-internal: Add BB_SRCREV_POLICY to BB_ENV_WHITELIST | Richard Purdie | 2009-05-27 | 1 | -1/+1 |
| | | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com> | ||||
* | scripts: Remove autobuilder scripts | Richard Purdie | 2009-05-09 | 5 | -677/+0 |
| | | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com> | ||||
* | scripts/poky-qemu-internal: Add support for GL passthrough in qemux86 images | Richard Purdie | 2009-01-21 | 1 | -2/+2 |
| | |||||
* | scripts/runqemu: Factor image location code into a shell function | Richard Purdie | 2009-01-21 | 1 | -16/+25 |
| | |||||
* | scripts/poky-autobuild-moblin: Add moblin-uricheck target support | Richard Purdie | 2009-01-06 | 1 | -0/+2 |
| | |||||
* | scripts: Update qemu scripts with changes in recent qemu calling conventions ↵ | Richard Purdie | 2009-01-05 | 3 | -20/+20 |
| | | | | and the switch to ext3 images | ||||
* | scripts/poky-autobuild-postprocess-moblin: Share toolchain/sdk output | Richard Purdie | 2008-12-19 | 1 | -1/+2 |
| | |||||
* | scripts/poky-autobuild-moblin: Update to share moblin-incremental images | Richard Purdie | 2008-12-18 | 2 | -15/+47 |
| | |||||
* | scripts/poky-autobuild-moblin: Add rm_work | Richard Purdie | 2008-12-18 | 1 | -0/+1 |
| | |||||
* | scripts/autobuild-moblin: Configuration fixups | Richard Purdie | 2008-12-17 | 1 | -9/+9 |
| | |||||
* | scripts/poky-qemu-internal: Add usb commandline to nfs mounted images | Richard Purdie | 2008-12-15 | 1 | -2/+2 |
| | |||||
* | scripts/poky-env-internal: Add SSH_AUTH_SOCK and SSH_AGENT_PID to ↵ | Richard Purdie | 2008-12-03 | 1 | -1/+1 |
| | | | | BB_ENV_WHITELIST | ||||
* | scripts/poky-env-internal: Fix PATH | Richard Purdie | 2008-11-06 | 1 | -2/+2 |
| | |||||
* | scripts/poky-env-internal: Automatically add in additional meta- ↵ | Richard Purdie | 2008-11-06 | 1 | -19/+45 |
| | | | | repositories if found | ||||
* | scripts/poky-autobuild-moblin: Update the proxy config and add rpm packages ↵ | Richard Purdie | 2008-11-04 | 1 | -3/+5 |
| | | | | to the build list | ||||
* | scripts/poky-autobuild-moblin: Add GIT PROXY variables | Richard Purdie | 2008-11-04 | 1 | -1/+1 |
| | |||||
* | scripts/poky-autobuild-moblin: Set GIT_PROXY_COMMAND | Richard Purdie | 2008-11-03 | 1 | -0/+1 |
| | |||||
* | scripts/poky-autobuild-moblin: Add extra variables to the whitelist | Richard Purdie | 2008-10-30 | 1 | -0/+1 |
| | |||||
* | poky-env-internal: Add quoting to support zsh. | Rob Bradford | 2008-10-30 | 1 | -1/+1 |
| | | | | Patch from Carl Simonson <simonsonc@gmail.com>. | ||||
* | scripts/poky-env-internal: Add POKYMODE to BB_ENV_WHITELIST | Richard Purdie | 2008-10-28 | 1 | -1/+1 |
| | |||||
* | scripts/poky-env-internal: Unset BDIR after use | Richard Purdie | 2008-10-28 | 1 | -0/+2 |
| | |||||
* | scripts/build: Update the git proxy setup instructions | Richard Purdie | 2008-10-23 | 2 | -0/+2984 |
| | |||||
* | scripts/poky-env-internal: Add proxy variables to the enviornment whitelist ↵ | Richard Purdie | 2008-10-22 | 1 | -1/+1 |
| | | | | (and OEROOT) | ||||
* | scripts: Fix variable quoting | Richard Purdie | 2008-10-22 | 1 | -1/+1 |
| | |||||
* | scripts: Add moblin autobuilder support scripts | Richard Purdie | 2008-10-22 | 2 | -0/+233 |
| | |||||
* | netbook: changed platform name from eee901 to netbook | Samuel Ortiz | 2008-10-21 | 3 | -10/+14 |
| | | | | | | We want to have a more generic platform definition. The netbook machine one currently supports the eee901 and the aspire one. We also moved the machine and netbook image definitions to meta-moblin. | ||||
* | scripts/pokyABConfig.py: Add poky-image-netbook-live | Richard Purdie | 2008-10-07 | 1 | -0/+1 |
| | | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5437 311d38ba-8fff-0310-9ca6-ca027cbcb966 |