We are moving meta-arago-test from the meta-arago repo to meta-ti-test under the meta-ti repo. This is an initial change to support testing that the move is done correctly and everything builds correctly.
Signed-off-by: Ryan Eatmon <[email protected]> --- bitbake-setup/arago-master-wip-config.conf.json | 2 +- configs/arago-master-wip-config.txt | 4 ++-- kas/arago-master-wip-config.yml | 2 +- src/configs/arago-master-wip-config.xml | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/bitbake-setup/arago-master-wip-config.conf.json b/bitbake-setup/arago-master-wip-config.conf.json index 7e225eb..ced9096 100644 --- a/bitbake-setup/arago-master-wip-config.conf.json +++ b/bitbake-setup/arago-master-wip-config.conf.json @@ -107,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","oe-core/meta","oe-layersetup" ], + "bb-layers": [ "meta-arago/meta-arago-distro","meta-arago/meta-arago-extras","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-test","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 9f38a6d..b1a5d03 100644 --- a/configs/arago-master-wip-config.txt +++ b/configs/arago-master-wip-config.txt @@ -2,14 +2,14 @@ # repo name,repo uri,repo branch,repo commit[,layers=layer1:layer2...:layern] bitbake,https://git.openembedded.org/bitbake,master,HEAD -meta-arago,https://git.yoctoproject.org/meta-arago,master-wip,HEAD,layers=meta-arago-distro:meta-arago-extras:meta-arago-test +meta-arago,https://git.yoctoproject.org/meta-arago,master-wip,HEAD,layers=meta-arago-distro:meta-arago-extras #meta-flutter,https://github.com/meta-flutter/meta-flutter.git,master,HEAD,layers=.:meta-flutter-apps #meta-browser,https://github.com/OSSystems/meta-browser.git,master,e252b51fd261a4cb05be932f0143ac444693a1ea,layers=meta-chromium #meta-selinux,https://git.yoctoproject.org/meta-selinux,master,HEAD,layers= meta-qt6,https://code.qt.io/yocto/meta-qt6.git,dev,HEAD,layers= meta-virtualization,https://git.yoctoproject.org/meta-virtualization,master,HEAD,layers= 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-ti,https://git.yoctoproject.org/meta-ti,master-wip,HEAD,layers=meta-ti-test:meta-ti-extras:meta-beagle:meta-ti-bsp meta-arm,https://git.yoctoproject.org/meta-arm,master,HEAD,layers=meta-arm:meta-arm-toolchain oe-core,https://git.openembedded.org/openembedded-core,master,HEAD,layers=meta diff --git a/kas/arago-master-wip-config.yml b/kas/arago-master-wip-config.yml index c35df05..94e4c95 100644 --- a/kas/arago-master-wip-config.yml +++ b/kas/arago-master-wip-config.yml @@ -22,7 +22,6 @@ repos: layers: meta-arago-distro: meta-arago-extras: - meta-arago-test: meta-qt6: url: "https://code.qt.io/yocto/meta-qt6.git" @@ -51,6 +50,7 @@ repos: branch: "master-wip" path: "sources/meta-ti" layers: + meta-ti-test: meta-ti-extras: meta-beagle: meta-ti-bsp: diff --git a/src/configs/arago-master-wip-config.xml b/src/configs/arago-master-wip-config.xml index 6e401bd..030ed14 100644 --- a/src/configs/arago-master-wip-config.xml +++ b/src/configs/arago-master-wip-config.xml @@ -14,7 +14,6 @@ <layers> <layer>meta-arago-distro</layer> <layer>meta-arago-extras</layer> - <layer>meta-arago-test</layer> </layers> </repo> <repo name='meta-flutter' url='https://github.com/meta-flutter/meta-flutter.git' branch='master' commit='HEAD' disabled='true'> @@ -49,6 +48,7 @@ </repo> <repo name='meta-ti' url='https://git.yoctoproject.org/meta-ti' branch='master-wip' commit='HEAD'> <layers> + <layer>meta-ti-test</layer> <layer>meta-ti-extras</layer> <layer>meta-beagle</layer> <layer>meta-ti-bsp</layer> -- 2.43.0 -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#17504): https://lists.yoctoproject.org/g/meta-arago/message/17504 Mute This Topic: https://lists.yoctoproject.org/mt/119053549/21656 Group Owner: [email protected] Unsubscribe: https://lists.yoctoproject.org/g/meta-arago/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
