diff options
author | Scott Murray <scott.murray@konsulko.com> | 2024-05-08 15:04:52 -0400 |
---|---|---|
committer | Scott Murray <scott.murray@konsulko.com> | 2024-05-10 16:00:02 +0000 |
commit | bcc5b2bce4992377120de56cf9886abc10d66f6c (patch) | |
tree | d2fb6121168b1aec2b3ea42f2264debd6b3e254a | |
parent | 65ab6234433e1f1dc149c828b11f9b0ce0ac35c1 (diff) |
agl-demo: update meta-clang comment
Update comment in feature template documenting why meta-clang is
required.
Bug-AGL: SPEC-5123.
Change-Id: I4f4d589de07ee0d05f1720e1f1fca2445271d5c2
Signed-off-by: Scott Murray <scott.murray@konsulko.com>
Reviewed-on: https://gerrit.automotivelinux.org/gerrit/c/AGL/meta-agl-demo/+/29894
Tested-by: Jenkins Job builder account
ci-image-build: Jenkins Job builder account
ci-image-boot-test: Jenkins Job builder account
-rw-r--r-- | templates/feature/agl-demo/50_bblayers.conf.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/feature/agl-demo/50_bblayers.conf.inc b/templates/feature/agl-demo/50_bblayers.conf.inc index 384a3b3f8..dee536e9e 100644 --- a/templates/feature/agl-demo/50_bblayers.conf.inc +++ b/templates/feature/agl-demo/50_bblayers.conf.inc @@ -10,5 +10,5 @@ AGL_META_NETWORKING = "${METADIR}/external/meta-openembedded/meta-networking" AGL_META_PYTHON = "${METADIR}/external/meta-openembedded/meta-python" AGL_META_QT5 = "${METADIR}/external/meta-qt5" -# Needed to satisfy uutils-coreutils DEPENDS when using SELinux +# Needed to build CEF and WAM AGL_META_CLANG = "${METADIR}/external/meta-clang" |