diff options
author | Richard Purdie <richard@openedhand.com> | 2008-04-29 21:04:55 +0000 |
---|---|---|
committer | Richard Purdie <richard@openedhand.com> | 2008-04-29 21:04:55 +0000 |
commit | a010a4c96488d9fc8c948e41968dd7480e08d11e (patch) | |
tree | 31f7f6f8a65a804437f7c514a4f7cb14b89034ee /scripts | |
parent | da27611bc9c8506b9411ce9968f71bd229ca0654 (diff) | |
download | openembedded-core-a010a4c96488d9fc8c948e41968dd7480e08d11e.tar.gz openembedded-core-a010a4c96488d9fc8c948e41968dd7480e08d11e.tar.bz2 openembedded-core-a010a4c96488d9fc8c948e41968dd7480e08d11e.zip |
scripts/pokyABConfig.py: Add checkuriall test for qemuarm world
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4372 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/pokyABConfig.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/pokyABConfig.py b/scripts/pokyABConfig.py index 92c0c0647d..0c401385dc 100644 --- a/scripts/pokyABConfig.py +++ b/scripts/pokyABConfig.py @@ -98,6 +98,7 @@ runImage(f6, 'qemuarm', 'meta-toolchain') runImage(f6, 'qemuarm', 'meta-toolchain-sdk') runImage(f6, 'qemux86', 'meta-toolchain') runImage(f6, 'qemux86', 'meta-toolchain-sdk') +runImage(f6, 'qemuarm', 'world -c uricheckall') runComplete(f6) #from buildbot.process import step, factory |