summaryrefslogtreecommitdiffstats
path: root/scripts
Commit message (Collapse)AuthorAgeFilesLines
* poky-env-internal: fix a typoJoshua Lock2010-06-101-1/+1
| | | | Signed-off-by: Joshua Lock <josh@linux.intel.com>
* poky-evn-internal: Add some documentation about the config file and commonly ↵Richard Purdie2010-06-101-1/+13
| | | | | | used build targets Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* scripts: Fix setting up links to cc and gcc in runqemuJoshua Lock2010-06-091-3/+13
| | | | Signed-off-by: Joshua Lock <josh@linux.intel.com>
* Fixes for Qemu to use VGA and Touch ScreenSaul Wold2010-06-071-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 classJoshua Lock2010-05-281-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-requestNitin A Kamble2010-05-171-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 qemux86Nitin A Kamble2010-05-141-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-contribRichard Purdie2010-05-141-0/+4
|\
| * poky-env-internal: unset variables to avoid disturbing new GIT cloneKevin Tian2010-05-131-0/+4
| | | | | | | | Signed-off-by Kevin Tian <kevin.tian@intel.com>
* | Revert "poky-env-internal: Disable automatic adding of meta environments to ↵Richard Purdie2010-05-131-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 BBPATHRichard Purdie2010-05-121-1/+1
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* Fix references to CROSS_DIR now that it has been removedJoshua Lock2010-04-281-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 pstageJoshua Lock2010-04-271-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 configurationRichard Purdie2010-03-221-1/+7
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* scripts/runqemu: Fix some typosJoshua Lock2010-01-141-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 environmentJoshua Lock2009-12-141-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 visibleRichard Purdie2009-11-261-3/+3
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* runqemu: staging -> sysrootsRichard Purdie2009-11-251-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 Purdie2009-09-181-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 Purdie2009-08-281-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 Purdie2009-06-102-3/+3
| | | | | | images Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* scripts/poky-env-internal: Add BB_SRCREV_POLICY to BB_ENV_WHITELISTRichard Purdie2009-05-271-1/+1
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* scripts: Remove autobuilder scriptsRichard Purdie2009-05-095-677/+0
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* scripts/poky-qemu-internal: Add support for GL passthrough in qemux86 imagesRichard Purdie2009-01-211-2/+2
|
* scripts/runqemu: Factor image location code into a shell functionRichard Purdie2009-01-211-16/+25
|
* scripts/poky-autobuild-moblin: Add moblin-uricheck target supportRichard Purdie2009-01-061-0/+2
|
* scripts: Update qemu scripts with changes in recent qemu calling conventions ↵Richard Purdie2009-01-053-20/+20
| | | | and the switch to ext3 images
* scripts/poky-autobuild-postprocess-moblin: Share toolchain/sdk outputRichard Purdie2008-12-191-1/+2
|
* scripts/poky-autobuild-moblin: Update to share moblin-incremental imagesRichard Purdie2008-12-182-15/+47
|
* scripts/poky-autobuild-moblin: Add rm_workRichard Purdie2008-12-181-0/+1
|
* scripts/autobuild-moblin: Configuration fixupsRichard Purdie2008-12-171-9/+9
|
* scripts/poky-qemu-internal: Add usb commandline to nfs mounted imagesRichard Purdie2008-12-151-2/+2
|
* scripts/poky-env-internal: Add SSH_AUTH_SOCK and SSH_AGENT_PID to ↵Richard Purdie2008-12-031-1/+1
| | | | BB_ENV_WHITELIST
* scripts/poky-env-internal: Fix PATHRichard Purdie2008-11-061-2/+2
|
* scripts/poky-env-internal: Automatically add in additional meta- ↵Richard Purdie2008-11-061-19/+45
| | | | repositories if found
* scripts/poky-autobuild-moblin: Update the proxy config and add rpm packages ↵Richard Purdie2008-11-041-3/+5
| | | | to the build list
* scripts/poky-autobuild-moblin: Add GIT PROXY variablesRichard Purdie2008-11-041-1/+1
|
* scripts/poky-autobuild-moblin: Set GIT_PROXY_COMMANDRichard Purdie2008-11-031-0/+1
|
* scripts/poky-autobuild-moblin: Add extra variables to the whitelistRichard Purdie2008-10-301-0/+1
|
* poky-env-internal: Add quoting to support zsh.Rob Bradford2008-10-301-1/+1
| | | | Patch from Carl Simonson <simonsonc@gmail.com>.
* scripts/poky-env-internal: Add POKYMODE to BB_ENV_WHITELISTRichard Purdie2008-10-281-1/+1
|
* scripts/poky-env-internal: Unset BDIR after useRichard Purdie2008-10-281-0/+2
|
* scripts/build: Update the git proxy setup instructionsRichard Purdie2008-10-232-0/+2984
|
* scripts/poky-env-internal: Add proxy variables to the enviornment whitelist ↵Richard Purdie2008-10-221-1/+1
| | | | (and OEROOT)
* scripts: Fix variable quotingRichard Purdie2008-10-221-1/+1
|
* scripts: Add moblin autobuilder support scriptsRichard Purdie2008-10-222-0/+233
|
* netbook: changed platform name from eee901 to netbookSamuel Ortiz2008-10-213-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-liveRichard Purdie2008-10-071-0/+1
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5437 311d38ba-8fff-0310-9ca6-ca027cbcb966
* scripts/poky-autobuild-postprocess: Add eee901 minimal imageRichard Purdie2008-10-061-0/+1
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5422 311d38ba-8fff-0310-9ca6-ca027cbcb966
* scripts/poky-autobuild-postprocess: Add eee901Richard Purdie2008-10-061-0/+2
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5421 311d38ba-8fff-0310-9ca6-ca027cbcb966