Skip to content

Commit 07b5acc

Browse files
mselva006cjcarre110
authored andcommitted
RDKOSS-578: Include meta-clang needed for secclient-rs
Reason for change: The clang compiler is required for the secclient-rs module. This commit integrates the meta-clang recipe, which provides compiler version 1.72.0. Signed-off-by: mselva006c <mani_selvaraj@comcast.com>
1 parent 08d9e73 commit 07b5acc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

conf/template/bblayers.conf.sample

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,3 +73,4 @@ BBLAYERS =+ " \
7373
${@d.getVar('MANIFEST_PATH_REGION_CONFIG') if d.getVar('MANIFEST_PATH_REGION_CONFIG') is not None and os.path.isfile(d.getVar('MANIFEST_PATH_REGION_CONFIG') + '/conf/layer.conf') else ''} \
7474
"
7575
BBLAYERS =+ "${@d.getVar('MANIFEST_PATH_META_MIXIN') if d.getVar('MANIFEST_PATH_META_MIXIN') is not None and os.path.isfile(d.getVar('MANIFEST_PATH_META_MIXIN') + '/conf/layer.conf') else ''}"
76+
BBLAYERS =+ "${@d.getVar('MANIFEST_PATH_META_CLANG') if d.getVar('MANIFEST_PATH_META_CLANG') is not None and os.path.isfile(d.getVar('MANIFEST_PATH_META_CLANG') + '/conf/layer.conf') else ''}"

0 commit comments

Comments
 (0)