Skip to content
This repository was archived by the owner on Aug 5, 2022. It is now read-only.

Commit 131f4d6

Browse files
committed
refkit-ci.inc: build and test computervision eSDK
The computervision eSDK was missing from the earlied commit due to failures. Those failures turned out to be easy to fix so enable the computervision eSDK build&testing too. Signed-off-by: Mikko Ylinen <mikko.ylinen@linux.intel.com>
1 parent 5f4920d commit 131f4d6

1 file changed

Lines changed: 10 additions & 2 deletions

File tree

meta-refkit/conf/distro/include/refkit-ci.inc

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,9 +74,17 @@ REFKIT_CI_BUILD_TARGETS=" \
7474
# Following targets would be executed with do_populate_sdk task
7575
REFKIT_CI_SDK_TARGETS=""
7676
# Following targets would be executed with do_populate_sdk_ext task.
77-
REFKIT_CI_ESDK_TARGETS="refkit-image-common refkit-image-gateway"
77+
REFKIT_CI_ESDK_TARGETS=" \
78+
refkit-image-common \
79+
refkit-image-gateway \
80+
refkit-image-computervision \
81+
"
7882
# Following targets would be executed with do_testsdkext task.
79-
REFKIT_CI_ESDK_TEST_TARGETS="refkit-image-common refkit-image-gateway"
83+
REFKIT_CI_ESDK_TEST_TARGETS=" \
84+
refkit-image-common \
85+
refkit-image-gateway \
86+
refkit-image-computervision \
87+
"
8088
# Following targets would be executed with do_test_iot_export task
8189
REFKIT_CI_TEST_EXPORT_TARGETS="refkit-image-common refkit-image-computervision refkit-image-gateway refkit-image-industrial \
8290
"

0 commit comments

Comments
 (0)