generic-poky/scripts
Jiajun Xu 2119274314 qemuimagetest: Use the same image in sanity testing to fix the timeout issue on autobuilder
Fixes [BUGID #595]

Because of the QEMU booting slowness issue(see bug #646 and #618), autobuilder
may suffer a timeout issue when running sanity test. We introduce variable
SHARE_IMAGE here to fix the issue. It is by default set to 1. Poky will copy
latest built-out image and keep using it in sanity testing. If it is set to 0,
latest built-out image will be copied and tested for each case, which will take
much time.

Signed-off-by Jiajun Xu <jiajun.xu@intel.com>
2011-01-14 08:09:26 -08:00
..
contrib bbvars.py: add a script to look for undocumented variables 2011-01-12 00:55:49 -08:00
jhbuild Rename rewrite.py to jhbuild2oe.py. 2006-08-10 06:43:09 +00:00
qemuimage-tests qemuimagetest: Use the same image in sanity testing to fix the timeout issue on autobuilder 2011-01-14 08:09:26 -08:00
README Added scripts dir 2006-07-28 19:47:37 +00:00
bitbake scripts/bitbake: Skip building pseudo if necessary. 2011-01-05 14:24:00 +00:00
creat-lsb-image creat-lsb-image: download lsb test suite and creat a image with lsb test suite 2010-12-10 22:01:40 -08:00
create-pull-request git-pull: add the new create-pull-request script 2010-11-10 21:22:27 +08:00
gen-site-config siteconfig: generate configuration data caches for autoconf 2010-09-03 10:50:02 +01:00
poky-addptable2image Use /sbin/fdisk because not all systems has /sbin in PATH 2008-05-14 12:57:11 +00:00
poky-env-internal poky-init-build-env: Enable all POSIX shells 2010-12-20 23:00:51 +00:00
poky-export-rootfs Update meta-ide-support dependencies 2010-10-07 22:07:45 +01:00
poky-extract-sdk scripts: use the exported POKY_NATIVE_SYSROOT variable 2010-09-07 11:22:54 +01:00
poky-find-native-sysroot Make poky-qemu and related scripts work with arbitrary SDK locations 2010-12-09 15:00:45 +00:00
poky-gen-tapdevs poky-gen-tapdevs: script to create a 'bank' of tap interfaces 2010-10-07 19:53:46 +01:00
poky-git-proxy-command scripts: Add git proxy script 2008-04-08 11:31:08 +00:00
poky-git-proxy-socks-command scripts/build: Update the git proxy setup instructions 2008-10-23 15:12:41 +01:00
poky-git-proxy-socks.c scripts/build: Update the git proxy setup instructions 2008-10-23 15:12:41 +01:00
poky-nokia800-flashutil poky-nokia800-flashutil: merged offsets from Andrew script and added Diablo notes 2008-08-08 07:41:33 +00:00
poky-qemu qemu: Add some checks before enabling KVM 2010-12-23 14:28:22 +00:00
poky-qemu-ifdown Make poky-qemu and related scripts work with arbitrary SDK locations 2010-12-09 15:00:45 +00:00
poky-qemu-ifup Make poky-qemu and related scripts work with arbitrary SDK locations 2010-12-09 15:00:45 +00:00
poky-qemu-internal Add extra parameters options for poky-qemu scripts 2010-12-16 15:53:09 +00:00
poky-qemu.README poky-qemu.README: Minor updates 2008-05-22 08:22:47 +00:00
poky-setup-builddir poky-init-build-env: Breakup the environment script 2010-12-20 23:00:25 +00:00
poky-trim-schemas Add poky-trim-schemas post install script to remove unneeded schema locale translations from images (credit to Ross Burton for the initial script) 2009-08-28 17:11:57 +01:00
pstage-scanner Enable build dir outside of the poky directory 2010-07-21 15:39:53 +01:00
qemuimage-testlib qemuimagetest: Use the same image in sanity testing to fix the timeout issue on autobuilder 2011-01-14 08:09:26 -08:00
rootfs_rpm-extract-postinst.awk meta/classes/rootfs_rpm.bbclass: re implement base on rpm5 2010-07-24 00:46:57 +01:00
send-pull-request send-pull-request: allow users to select git-send-email or sendmail 2010-12-23 14:20:50 +00:00

README

This directory contains Various useful scripts for working with poky