From 22e8967a9ca62f3b8729e4adc1764a614825f61f Mon Sep 17 00:00:00 2001 From: Dmitry Rozhkov Date: Tue, 19 Sep 2017 07:52:31 +0300 Subject: [PATCH] enable CI builds Signed-off-by: Dmitry Rozhkov --- .yottaci.yml | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 .yottaci.yml diff --git a/.yottaci.yml b/.yottaci.yml new file mode 100644 index 0000000..0665b5d --- /dev/null +++ b/.yottaci.yml @@ -0,0 +1,13 @@ +bitbake_target: core-image-ros-world +configuration_name: latest +bitbake_ref: master +oecore_ref: master +localconf: | + LICENSE_FLAGS_WHITELIST = "commercial" +dependencies: + - url: git://git.openembedded.org/meta-openembedded + ref: master + layers: + - meta-oe + - meta-python + - meta-multimedia