All of lore.kernel.org
 help / color / mirror / Atom feed
* [yocto-autobuilder][PATCH] buildset-config/nightly-refkit: add layers to bbconf
@ 2017-07-02 13:56 Stephano Cetola
  2017-07-03 13:46 ` Joshua Lock
  0 siblings, 1 reply; 2+ messages in thread
From: Stephano Cetola @ 2017-07-02 13:56 UTC (permalink / raw)
  To: yocto

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@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



^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2017-07-03 13:46 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-07-02 13:56 [yocto-autobuilder][PATCH] buildset-config/nightly-refkit: add layers to bbconf Stephano Cetola
2017-07-03 13:46 ` Joshua Lock

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.