summaryrefslogtreecommitdiffstats
path: root/scripts
AgeCommit message (Collapse)Author
2010-05-17add a new scripts create-pull-requestNitin A Kamble
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>
2010-05-14poky-qemu-internal Add -show-cursor to qemux86Nitin A Kamble
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>
2010-05-14Merge branch 'tk/head' of ssh://git.pokylinux.org/poky-contribRichard Purdie
2010-05-13Revert "poky-env-internal: Disable automatic adding of meta environments to ↵Richard Purdie
BBPATH" This reverts commit ba804d1729640a0587db8ba94bde6018570a8b0c which is a valid change but isn't working for some reason which needs further investigation.
2010-05-13poky-env-internal: unset variables to avoid disturbing new GIT cloneKevin Tian
Signed-off-by Kevin Tian <kevin.tian@intel.com>
2010-05-12poky-env-internal: Disable automatic adding of meta environments to BBPATHRichard Purdie
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-04-28Fix references to CROSS_DIR now that it has been removedJoshua Lock
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>
2010-04-27scripts/pstage-scanner: new script to sanity test the contents of pstageJoshua Lock
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>
2010-03-22Switch to bblayers configurationRichard Purdie
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-01-14scripts/runqemu: Fix some typosJoshua Lock
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>
2009-12-14scripts: preserve BB_NUMBER_THREADS when sanitising environmentJoshua Lock
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>
2009-11-26scripts/poky-qemu-internal: Make sure qemuarm cursor is visibleRichard Purdie
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2009-11-25runqemu: staging -> sysrootsRichard Purdie
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2009-09-18Add SDKMACHINE to simplify SDK control and add to CACHE paths to allow ↵Richard Purdie
environmental variable control Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2009-08-28Add poky-trim-schemas post install script to remove unneeded schema locale ↵Richard Purdie
translations from images (credit to Ross Burton for the initial script) Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2009-06-10scripts: Update qemux86 to use the vmmouse driver, not wacom and find moblin ↵Richard Purdie
images Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2009-05-27scripts/poky-env-internal: Add BB_SRCREV_POLICY to BB_ENV_WHITELISTRichard Purdie
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2009-05-09scripts: Remove autobuilder scriptsRichard Purdie
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2009-01-21scripts/poky-qemu-internal: Add support for GL passthrough in qemux86 imagesRichard Purdie
2009-01-21scripts/runqemu: Factor image location code into a shell functionRichard Purdie
2009-01-06scripts/poky-autobuild-moblin: Add moblin-uricheck target supportRichard Purdie
2009-01-05scripts: Update qemu scripts with changes in recent qemu calling conventions ↵Richard Purdie
and the switch to ext3 images
2008-12-19scripts/poky-autobuild-postprocess-moblin: Share toolchain/sdk outputRichard Purdie
2008-12-18scripts/poky-autobuild-moblin: Update to share moblin-incremental imagesRichard Purdie
2008-12-18scripts/poky-autobuild-moblin: Add rm_workRichard Purdie
2008-12-17scripts/autobuild-moblin: Configuration fixupsRichard Purdie
2008-12-15scripts/poky-qemu-internal: Add usb commandline to nfs mounted imagesRichard Purdie
2008-12-03scripts/poky-env-internal: Add SSH_AUTH_SOCK and SSH_AGENT_PID to ↵Richard Purdie
BB_ENV_WHITELIST
2008-11-06scripts/poky-env-internal: Fix PATHRichard Purdie
2008-11-06scripts/poky-env-internal: Automatically add in additional meta- ↵Richard Purdie
repositories if found
2008-11-04scripts/poky-autobuild-moblin: Update the proxy config and add rpm packages ↵Richard Purdie
to the build list
2008-11-04scripts/poky-autobuild-moblin: Add GIT PROXY variablesRichard Purdie
2008-11-03scripts/poky-autobuild-moblin: Set GIT_PROXY_COMMANDRichard Purdie
2008-10-30scripts/poky-autobuild-moblin: Add extra variables to the whitelistRichard Purdie
2008-10-30poky-env-internal: Add quoting to support zsh.Rob Bradford
Patch from Carl Simonson <simonsonc@gmail.com>.
2008-10-28scripts/poky-env-internal: Add POKYMODE to BB_ENV_WHITELISTRichard Purdie
2008-10-28scripts/poky-env-internal: Unset BDIR after useRichard Purdie
2008-10-23scripts/build: Update the git proxy setup instructionsRichard Purdie
2008-10-22scripts/poky-env-internal: Add proxy variables to the enviornment whitelist ↵Richard Purdie
(and OEROOT)
2008-10-22scripts: Fix variable quotingRichard Purdie
2008-10-22scripts: Add moblin autobuilder support scriptsRichard Purdie
2008-10-21netbook: changed platform name from eee901 to netbookSamuel Ortiz
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.
2008-10-07scripts/pokyABConfig.py: Add poky-image-netbook-liveRichard Purdie
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5437 311d38ba-8fff-0310-9ca6-ca027cbcb966
2008-10-06scripts/poky-autobuild-postprocess: Add eee901 minimal imageRichard Purdie
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5422 311d38ba-8fff-0310-9ca6-ca027cbcb966
2008-10-06scripts/poky-autobuild-postprocess: Add eee901Richard Purdie
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5421 311d38ba-8fff-0310-9ca6-ca027cbcb966
2008-09-30scripts/poky-env-internal: Add MACHINE, DISTRO and POKYLIBC to the ↵Richard Purdie
environment whitelist for starters git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5348 311d38ba-8fff-0310-9ca6-ca027cbcb966
2008-09-10pokyABConfig.py: Add eee901 buildsRichard Purdie
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5179 311d38ba-8fff-0310-9ca6-ca027cbcb966
2008-08-08poky-nokia800-flashutil: merged offsets from Andrew script and added Diablo ↵Marcin Juszkiewicz
notes git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5024 311d38ba-8fff-0310-9ca6-ca027cbcb966
2008-07-24scripts/poky-qemu-internal: Fix networking on qemuarm ext2 imagesRichard Purdie
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4940 311d38ba-8fff-0310-9ca6-ca027cbcb966
2008-07-22poky-qemu-internal: added support for qemuarmv6/7Marcin Juszkiewicz
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4927 311d38ba-8fff-0310-9ca6-ca027cbcb966