mirror of
https://github.com/AsteroidOS/asteroid.git
synced 2026-06-11 00:56:31 -04:00
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:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user