Skip to content

Commit

Permalink
layer.conf: Mark it scarthgap compatible
Browse files Browse the repository at this point in the history
Downstream projects need time to switch to opaque
pointers in llvm16 which requires in some cases
significant effort.

Signed-off-by: Naveen Saini <naveen.kumar.saini@intel.com>
  • Loading branch information
saininav authored and kraj committed Mar 19, 2024
1 parent ca6c714 commit 8fbc4b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conf/layer.conf
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ BBFILES += "${LAYERDIR}/recipes*/*/*.bb ${LAYERDIR}/recipes*/*/*.bbappend"
BBFILE_COLLECTIONS += "clang-layer"
BBFILE_PATTERN_clang-layer := "^${LAYERDIR}/"
BBFILE_PRIORITY_clang-layer = "7"
LAYERSERIES_COMPAT_clang-layer = "mickledore nanbield"
LAYERSERIES_COMPAT_clang-layer = "mickledore nanbield scarthgap"
LAYERDEPENDS_clang-layer = "core"

BBFILES_DYNAMIC += " \
Expand Down

0 comments on commit 8fbc4b4

Please sign in to comment.