[yocto] [yocto-autobuilder][PATCH] buildset-config/nightly-refkit: add layers to bbconf
Stephano Cetola
stephano.cetola at linux.intel.com
Sun Jul 2 06:56:37 PDT 2017
Since we are parsing and building all the images in refkit-ci.inc,
there are some layers that are now required. This includes flatpak,
industrial, and ROS layers. Since we are building a dynamic set of
images based on this inc file, we should be adding these layers
dynamically as well at some point.
Signed-off-by: Stephano Cetola <stephano.cetola at linux.intel.com>
---
buildset-config.controller/nightly-refkit.conf | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/buildset-config.controller/nightly-refkit.conf b/buildset-config.controller/nightly-refkit.conf
index ab3ef6fa6..1d2487da6 100644
--- a/buildset-config.controller/nightly-refkit.conf
+++ b/buildset-config.controller/nightly-refkit.conf
@@ -31,6 +31,9 @@ steps: [{'SetDest':{}},
'refkit/meta-security-isafw',
'refkit/meta-intel-realsense',
'refkit/meta-clang',
+ 'refkit/meta-flatpak',
+ 'refkit/meta-refkit-industrial',
+ 'refkit/meta-ros',
'refkit/meta-openembedded/meta-filesystems',
'refkit/meta-openembedded/meta-gnome',
'refkit/meta-openembedded/meta-networking',
@@ -65,6 +68,9 @@ steps: [{'SetDest':{}},
'refkit/meta-security-isafw',
'refkit/meta-intel-realsense',
'refkit/meta-clang',
+ 'refkit/meta-flatpak',
+ 'refkit/meta-refkit-industrial',
+ 'refkit/meta-ros',
'refkit/meta-openembedded/meta-filesystems',
'refkit/meta-openembedded/meta-gnome',
'refkit/meta-openembedded/meta-networking',
--
2.13.1
More information about the yocto
mailing list