diff options
author | Koen Kooi <koen@openembedded.org> | 2009-06-20 19:16:30 +0200 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2009-06-20 19:16:30 +0200 |
commit | c71a5d2885bedbec41d984fe58790141be2e52b4 (patch) | |
tree | 2ed3b80763b59dfee50b5e1470221869fc3d0e2f | |
parent | bf3ca542b4bd66e784dcd35dabd002aba7e69a1d (diff) |
angstrom: inheric recipe_sanity by default
-rw-r--r-- | conf/distro/include/angstrom.inc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/conf/distro/include/angstrom.inc b/conf/distro/include/angstrom.inc index 7a6e9a463a..525f949331 100644 --- a/conf/distro/include/angstrom.inc +++ b/conf/distro/include/angstrom.inc @@ -80,6 +80,9 @@ INHERIT += "angstrom-mirrors" INHERIT += "insane" QA_LOG = "1" +#run QA tests on recipes +INHERIT += "recipe_sanity" + #save statistical info on images INHERIT += "testlab" |