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

Commit 2f6726d

Browse files
author
Dmitry Rozhkov
committed
refkit-ci.inc: make images for existing profiles build targets explicitly
Profile images get built in CI only because they export tests. This change makes them build targets explicitly. Signed-off-by: Dmitry Rozhkov <dmitry.rozhkov@linux.intel.com>
1 parent 21029b7 commit 2f6726d

1 file changed

Lines changed: 8 additions & 3 deletions

File tree

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

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -60,9 +60,14 @@ REFKIT_CI_POSTBUILD_SELFTESTS="secureboot refkit_poky refkit_license_check image
6060
# Any other symbols would be skipped in parser.
6161
#
6262
# Following targets would be used to perform default build task.
63-
# When adding new profile images, add them to refkit-installer-image.bb
64-
# and they will get pulled into the build indirectly.
65-
REFKIT_CI_BUILD_TARGETS="refkit-image-minimal refkit-installer-image swtpm-wrappers-native ovmf"
63+
REFKIT_CI_BUILD_TARGETS=" \
64+
refkit-image-minimal \
65+
refkit-image-computervision \
66+
refkit-image-gateway \
67+
refkit-installer-image \
68+
swtpm-wrappers-native \
69+
ovmf \
70+
"
6671

6772
# Following targets would be executed with do_populate_sdk task
6873
REFKIT_CI_SDK_TARGETS=""

0 commit comments

Comments
 (0)