diff options
author | Etienne Cordonnier <ecordonnier@snap.com> | 2023-03-10 16:31:06 +0100 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2023-03-14 09:39:58 -0700 |
commit | d3f4e6851243cfaed864dd6ec9d06cd0e81f58e4 (patch) | |
tree | 880de724cbf79149cef9343061ddc157ed867cf6 /meta-oe/conf | |
parent | 98afa5696b4084ecfa4d9c6b19906d4a413ebaeb (diff) | |
download | meta-openembedded-d3f4e6851243cfaed864dd6ec9d06cd0e81f58e4.tar.gz |
android-tools 10: import version from meta-clang
Imported from:
https://github.com/kraj/meta-clang.git
Commit 87d41f7dd7a69bbf159
This version is on the one hand newer than the version currently in meta-openembedded (version 10 vs 5)
and on the other hand based on the debian sources, which already contain some
makefiles added by debian (android normally compiles with Android.bp files) and should
thus be easier to maintain than current version.
Signed-off-by: Etienne Cordonnier <ecordonnier@snap.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/conf')
-rw-r--r-- | meta-oe/conf/layer.conf | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-oe/conf/layer.conf b/meta-oe/conf/layer.conf index aee1fa786..b17add6f7 100644 --- a/meta-oe/conf/layer.conf +++ b/meta-oe/conf/layer.conf | |||
@@ -34,6 +34,8 @@ BBFILES_DYNAMIC += " \ | |||
34 | gnome-layer:${LAYERDIR}/dynamic-layers/gnome-layer/recipes-*/*/*.bbappend \ | 34 | gnome-layer:${LAYERDIR}/dynamic-layers/gnome-layer/recipes-*/*/*.bbappend \ |
35 | perl-layer:${LAYERDIR}/dynamic-layers/perl-layer/recipes-*/*/*.bb \ | 35 | perl-layer:${LAYERDIR}/dynamic-layers/perl-layer/recipes-*/*/*.bb \ |
36 | perl-layer:${LAYERDIR}/dynamic-layers/perl-layer/recipes-*/*/*.bbappend \ | 36 | perl-layer:${LAYERDIR}/dynamic-layers/perl-layer/recipes-*/*/*.bbappend \ |
37 | selinux:${LAYERDIR}/dynamic-layers/selinux/recipes-*/*/*.bb \ | ||
38 | selinux:${LAYERDIR}/dynamic-layers/selinux/recipes-*/*/*.bbappend \ | ||
37 | " | 39 | " |
38 | 40 | ||
39 | # This should only be incremented on significant changes that will | 41 | # This should only be incremented on significant changes that will |