prepare-build: add meta-clang layer

Aurora is the first AsteroidOS watch whose kernel is built with clang
(meta-clang provides clang-native). meta-clang's PROVIDES is wired so
the layer is a no-op for watches that don't opt in.
This commit is contained in:
Florent Revest
2026-06-06 15:51:45 +00:00
parent dcb88c118c
commit 51e69cc756

View File

@@ -22,6 +22,7 @@ declare -a layers=(
"src/meta-openembedded https://github.com/openembedded/meta-openembedded.git walnascar"
"src/meta-qt6 git://code.qt.io/yocto/meta-qt6.git 6.11"
"src/meta-smartphone https://github.com/shr-distribution/meta-smartphone walnascar"
"src/meta-clang https://github.com/kraj/meta-clang.git walnascar"
"src/meta-asteroid https://github.com/AsteroidOS/meta-asteroid master"
"src/meta-asteroid-community https://github.com/AsteroidOS/meta-asteroid-community master"
"src/meta-smartwatch https://github.com/AsteroidOS/meta-smartwatch.git master"
@@ -39,6 +40,7 @@ declare -a layers_conf=(
"meta-smartphone/meta-android"
"meta-openembedded/meta-python"
"meta-openembedded/meta-filesystems"
"meta-clang"
)
function printNoDeviceInfo {