[oe-layersetup][master][PATCH] Remove meta-clang from arago-master-wip builds
Ryan Eatmon <[email protected]>
| Newsgroups | org.yoctoproject.lists.meta-arago |
|---|---|
| Message-ID | <[email protected]> |
With the addition of clang in oe-core, the need for the meta-clang layer is dwindling. Take this time to remove it for testing so we can verify if we can remove it for all master configs. Signed-off-by: Ryan Eatmon <[email protected]> --- bitbake-setup/arago-master-wip-config.conf.json | 13 +------------ configs/arago-master-wip-config.txt | 1 - kas/arago-master-wip-config.yml | 4 ---- src/configs/arago-master-wip-config.xml | 3 --- 4 files changed, 1 insertion(+), 20 deletions(-) diff --git a/bitbake-setup/arago-master-wip-config.conf.json b/bitbake-setup/arago-master-wip-config.conf.json index 6fae0fa..7e225eb 100644 --- a/bitbake-setup/arago-master-wip-config.conf.json +++ b/bitbake-setup/arago-master-wip-config.conf.json @@ -90,17 +90,6 @@ }, "path": "meta-arm" }, - "meta-clang": { - "git-remote": { - "remotes": { - "origin": { - "uri": "https://github.com/kraj/meta-clang" - } - }, - "rev": "master" - }, - "path": "meta-clang" - }, "oe-core": { "git-remote": { "remotes": { @@ -118,7 +107,7 @@ { "name": "arago", "description": "TI Arago distro build", - "bb-layers": [ "meta-arago/meta-arago-distro","meta-arago/meta-arago-extras","meta-arago/meta-arago-test","meta-qt6","meta-virtualization","meta-openembedded/meta-networking","meta-openembedded/meta-python","meta-openembedded/meta-oe","meta-openembedded/meta-gnome","meta-openembedded/meta-filesystems","meta-openembedded/meta-multimedia","meta-ti/meta-ti-extras","meta-ti/meta-beagle","meta-ti/meta-ti-bsp","meta-arm/meta-arm","meta-arm/meta-arm-toolchain","meta-clang","oe-core/meta","oe-layersetup" ], + "bb-layers": [ "meta-arago/meta-arago-distro","meta-arago/meta-arago-extras","meta-arago/meta-arago-test","meta-qt6","meta-virtualization","meta-openembedded/meta-networking","meta-openembedded/meta-python","meta-openembedded/meta-oe","meta-openembedded/meta-gnome","meta-openembedded/meta-filesystems","meta-openembedded/meta-multimedia","meta-ti/meta-ti-extras","meta-ti/meta-beagle","meta-ti/meta-ti-bsp","meta-arm/meta-arm","meta-arm/meta-arm-toolchain","oe-core/meta","oe-layersetup" ], "oe-fragments": [ "oe-layersetup/localconf/local-arago64-v3" ], "oe-fragments-one-of": { "machine": { diff --git a/configs/arago-master-wip-config.txt b/configs/arago-master-wip-config.txt index de143bd..84bc59f 100644 --- a/configs/arago-master-wip-config.txt +++ b/configs/arago-master-wip-config.txt @@ -11,7 +11,6 @@ meta-virtualization,https://git.yoctoproject.org/meta-virtualization,master,HEAD meta-openembedded,https://git.openembedded.org/meta-openembedded,master,HEAD,layers=meta-networking:meta-python:meta-oe:meta-gnome:meta-filesystems:meta-multimedia meta-ti,https://git.yoctoproject.org/meta-ti,master-wip,HEAD,layers=meta-ti-extras:meta-beagle:meta-ti-bsp meta-arm,https://git.yoctoproject.org/meta-arm,master,HEAD,layers=meta-arm:meta-arm-toolchain -meta-clang,https://github.com/kraj/meta-clang,master,HEAD,layers= oe-core,https://git.openembedded.org/openembedded-core,master,HEAD,layers=meta OECORELAYERCONF=./sample-files/bblayers.conf.sample diff --git a/kas/arago-master-wip-config.yml b/kas/arago-master-wip-config.yml index afe29c4..a96f82f 100644 --- a/kas/arago-master-wip-config.yml +++ b/kas/arago-master-wip-config.yml @@ -56,10 +56,6 @@ repos: meta-arm: meta-arm-toolchain: - meta-clang: - url: "https://github.com/kraj/meta-clang" - branch: "master" - oe-core: url: "https://git.openembedded.org/openembedded-core" branch: "master" diff --git a/src/configs/arago-master-wip-config.xml b/src/configs/arago-master-wip-config.xml index fe52c8c..3a621f3 100644 --- a/src/configs/arago-master-wip-config.xml +++ b/src/configs/arago-master-wip-config.xml @@ -60,9 +60,6 @@ <layer>meta-arm-toolchain</layer> </layers> </repo> - <repo name='meta-clang' url='https://github.com/kraj/meta-clang' branch='master' commit='HEAD'> - <layers/> - </repo> <repo name='oe-core' url='https://git.openembedded.org/openembedded-core' branch='master' commit='HEAD'> <layers> <layer>meta</layer> -- 2.17.1