Skip to content

Commit 7123cf0

Browse files
author
mselva006c
committed
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 <[email protected]>
1 parent 5c74c57 commit 7123cf0

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
@@ -72,3 +72,4 @@ BBLAYERS =+ "${@'${MANIFEST_PATH_PROFILE_CONFIG}' if os.path.isfile('${MANIFEST_
7272
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
"
75+
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)