[yocto] [PATCH][yocto-autobuilder] nightly-qa-extras: test the API documentation DISTRO_FEATURE
Ross Burton
ross.burton at intel.com
Tue Nov 15 04:13:31 PST 2016
Build the core-image-sato SDK with API documentation enabled to verify that this
doesn't regress.
Signed-off-by: Ross Burton <ross.burton at intel.com>
---
buildset-config.controller/nightly-qa-extras.conf | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/buildset-config.controller/nightly-qa-extras.conf b/buildset-config.controller/nightly-qa-extras.conf
index f796bb1..9f56f3b 100644
--- a/buildset-config.controller/nightly-qa-extras.conf
+++ b/buildset-config.controller/nightly-qa-extras.conf
@@ -19,5 +19,9 @@ steps: [{'SetDest':{}},
'atextappend' : '\nROOT_HOME = "/root"\n'}},
{'BuildImages': {'images': 'core-image-minimal'}},
{'RunSanityTests': {'images': 'core-image-minimal'}},
+ {'CreateAutoConf': {'machine': 'qemux86-64', 'SDKMACHINE' : 'i686',
+ 'distro': 'poky', 'buildhistory' : False,
+ 'atextappend' : '\nDISTRO_FEATURES_append = " api-documentation"\n'}},
+ {'BuildImages': {'images': 'core-image-sato:do_populate_sdk'}},
{'DownloadErrorReports': {}},
{'SendErrorReport': {}}]
--
2.8.1
More information about the yocto
mailing list