[yocto] Cloud CI for Yocto-based projects

2018-02-03 Thread Dmitry Rozhkov
Hi, I have built a simple CI system [1] based on Azure cloud for development of meta-ros [2]. It's similar to TravisCI, but doesn't have limits on neither build time nor build size. It has many shortcomings, but works for meta-ros. The system is meant to be configured as a Github app either

[linux-yocto] [yocto-kernel-cache][PATCH] netfilter: enable connection tracking for IPv6

2016-12-12 Thread Dmitry Rozhkov
CONFIG_NF_CONNTRACK_IPV6 needs to be enabled. Signed-off-by: Dmitry Rozhkov <dmitry.rozh...@linux.intel.com> --- features/netfilter/netfilter.cfg | 1 + 1 file changed, 1 insertion(+) diff --git a/features/netfilter/netfilter.cfg b/features/netfilter/netfilter.cfg index 8ecef4a..99fa30f

[yocto] [meta-swupd][PATCH v2] swupd-client_git.bb: Make pinned pubkey configurable

2016-08-29 Thread Dmitry Rozhkov
-off-by: Dmitry Rozhkov <dmitry.rozh...@linux.intel.com> --- .../Make-pinned-pubkey-configurable.patch | 118 + recipes-core/swupd-client/swupd-client_git.bb | 3 + 2 files changed, 121 insertions(+) create mode 100644 recipes-core/swupd-client/swupd-

[yocto] [meta-swupd][PATCH] swupd-client_git.bb: Make pinned pubkey configurable

2016-08-23 Thread Dmitry Rozhkov
SWUPD server may move to a new location where a different pubkey needs to be used and the hardcoded one won't work. This makes pinned pubkey configurable. Signed-off-by: Dmitry Rozhkov <dmitry.rozh...@linux.intel.com> --- .../Make-pinned-pubkey-configurable.patch

[yocto] [meta-swupd][PATCH] swupd-client_git.bb: fix typo in config files creation

2016-08-19 Thread Dmitry Rozhkov
The patch puts intended values to the config files with swupd-client's default values. Signed-off-by: Dmitry Rozhkov <dmitry.rozh...@linux.intel.com> --- recipes-core/swupd-client/swupd-client_git.bb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/recipes-core