diff mbox series

[oe-layersetup,master] TEMP: arago-master: lock into specific commit for meta-virtualization

Message ID 20260318133042.2027684-1-reatmon@ti.com
State Accepted
Delegated to: Ryan Eatmon
Headers show
Series [oe-layersetup,master] TEMP: arago-master: lock into specific commit for meta-virtualization | expand

Commit Message

Ryan Eatmon March 18, 2026, 1:30 p.m. UTC
meta-virtualization has bumped the supported layer to wrynose only.
Since we have also locked down oe-core, we need to lock down
meta-virtualization as well.

Temporarily lock into a commit before the offending one.

Signed-off-by: Ryan Eatmon <reatmon@ti.com>
---
 configs/arago-master-chromium-config.txt     | 2 +-
 configs/arago-master-config.txt              | 2 +-
 configs/arago-master-flutter-config.txt      | 2 +-
 configs/arago-master-next-config.txt         | 2 +-
 configs/arago-master-selinux-config.txt      | 2 +-
 configs/arago-master-wip-config.txt          | 2 +-
 kas/arago-master-chromium-config.yml         | 1 +
 kas/arago-master-config.yml                  | 1 +
 kas/arago-master-flutter-config.yml          | 1 +
 kas/arago-master-next-config.yml             | 1 +
 kas/arago-master-selinux-config.yml          | 1 +
 kas/arago-master-wip-config.yml              | 1 +
 src/configs/arago-master-chromium-config.xml | 2 +-
 src/configs/arago-master-config.xml          | 2 +-
 src/configs/arago-master-flutter-config.xml  | 2 +-
 src/configs/arago-master-next-config.xml     | 2 +-
 src/configs/arago-master-selinux-config.xml  | 2 +-
 src/configs/arago-master-wip-config.xml      | 2 +-
 18 files changed, 18 insertions(+), 12 deletions(-)
diff mbox series

Patch

diff --git a/configs/arago-master-chromium-config.txt b/configs/arago-master-chromium-config.txt
index d9bf7c9..fb4a7f7 100644
--- a/configs/arago-master-chromium-config.txt
+++ b/configs/arago-master-chromium-config.txt
@@ -7,7 +7,7 @@  meta-arago,https://git.yoctoproject.org/meta-arago,master,HEAD,layers=meta-arago
 meta-browser,https://github.com/OSSystems/meta-browser.git,master,5f14862f261623d48f412af0be94a6721ade3930,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-virtualization,https://git.yoctoproject.org/meta-virtualization,master,f505ae07df8d8350b715fe20bdacfe3bcf1bf8c6,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,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
diff --git a/configs/arago-master-config.txt b/configs/arago-master-config.txt
index 4b11575..9125011 100644
--- a/configs/arago-master-config.txt
+++ b/configs/arago-master-config.txt
@@ -7,7 +7,7 @@  meta-arago,https://git.yoctoproject.org/meta-arago,master,HEAD,layers=meta-arago
 #meta-browser,https://github.com/OSSystems/meta-browser.git,master,5f14862f261623d48f412af0be94a6721ade3930,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-virtualization,https://git.yoctoproject.org/meta-virtualization,master,f505ae07df8d8350b715fe20bdacfe3bcf1bf8c6,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,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
diff --git a/configs/arago-master-flutter-config.txt b/configs/arago-master-flutter-config.txt
index da1ba5a..2d97a6b 100644
--- a/configs/arago-master-flutter-config.txt
+++ b/configs/arago-master-flutter-config.txt
@@ -6,7 +6,7 @@  meta-arago,https://git.yoctoproject.org/meta-arago,master,HEAD,layers=meta-arago
 meta-flutter,https://github.com/meta-flutter/meta-flutter.git,master,HEAD,layers=.:meta-flutter-apps
 #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-virtualization,https://git.yoctoproject.org/meta-virtualization,master,f505ae07df8d8350b715fe20bdacfe3bcf1bf8c6,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,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
diff --git a/configs/arago-master-next-config.txt b/configs/arago-master-next-config.txt
index 4f94621..b7be31b 100644
--- a/configs/arago-master-next-config.txt
+++ b/configs/arago-master-next-config.txt
@@ -15,7 +15,7 @@  meta-arago,https://git.yoctoproject.org/meta-arago,master-next,HEAD,layers=meta-
 #meta-browser,https://github.com/OSSystems/meta-browser.git,master,5f14862f261623d48f412af0be94a6721ade3930,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-virtualization,https://git.yoctoproject.org/meta-virtualization,master,f505ae07df8d8350b715fe20bdacfe3bcf1bf8c6,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-next,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
diff --git a/configs/arago-master-selinux-config.txt b/configs/arago-master-selinux-config.txt
index c9b9aa7..6c43b61 100644
--- a/configs/arago-master-selinux-config.txt
+++ b/configs/arago-master-selinux-config.txt
@@ -7,7 +7,7 @@  meta-arago,https://git.yoctoproject.org/meta-arago,master,HEAD,layers=meta-arago
 #meta-browser,https://github.com/OSSystems/meta-browser.git,master,5f14862f261623d48f412af0be94a6721ade3930,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-virtualization,https://git.yoctoproject.org/meta-virtualization,master,f505ae07df8d8350b715fe20bdacfe3bcf1bf8c6,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,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
diff --git a/configs/arago-master-wip-config.txt b/configs/arago-master-wip-config.txt
index 941dfdd..c6522b5 100644
--- a/configs/arago-master-wip-config.txt
+++ b/configs/arago-master-wip-config.txt
@@ -7,7 +7,7 @@  meta-arago,https://git.yoctoproject.org/meta-arago,master-wip,HEAD,layers=meta-a
 #meta-browser,https://github.com/OSSystems/meta-browser.git,master,5f14862f261623d48f412af0be94a6721ade3930,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-virtualization,https://git.yoctoproject.org/meta-virtualization,master,f505ae07df8d8350b715fe20bdacfe3bcf1bf8c6,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-arm,https://git.yoctoproject.org/meta-arm,master,HEAD,layers=meta-arm:meta-arm-toolchain
diff --git a/kas/arago-master-chromium-config.yml b/kas/arago-master-chromium-config.yml
index f092547..38ad83b 100644
--- a/kas/arago-master-chromium-config.yml
+++ b/kas/arago-master-chromium-config.yml
@@ -40,6 +40,7 @@  repos:
   meta-virtualization:
     url: "https://git.yoctoproject.org/meta-virtualization"
     branch: "master"
+    commit: "f505ae07df8d8350b715fe20bdacfe3bcf1bf8c6"
     path: "sources/meta-virtualization"
 
   meta-openembedded:
diff --git a/kas/arago-master-config.yml b/kas/arago-master-config.yml
index 36c5a8f..fd87864 100644
--- a/kas/arago-master-config.yml
+++ b/kas/arago-master-config.yml
@@ -32,6 +32,7 @@  repos:
   meta-virtualization:
     url: "https://git.yoctoproject.org/meta-virtualization"
     branch: "master"
+    commit: "f505ae07df8d8350b715fe20bdacfe3bcf1bf8c6"
     path: "sources/meta-virtualization"
 
   meta-openembedded:
diff --git a/kas/arago-master-flutter-config.yml b/kas/arago-master-flutter-config.yml
index 3a04874..8e40cd5 100644
--- a/kas/arago-master-flutter-config.yml
+++ b/kas/arago-master-flutter-config.yml
@@ -40,6 +40,7 @@  repos:
   meta-virtualization:
     url: "https://git.yoctoproject.org/meta-virtualization"
     branch: "master"
+    commit: "f505ae07df8d8350b715fe20bdacfe3bcf1bf8c6"
     path: "sources/meta-virtualization"
 
   meta-openembedded:
diff --git a/kas/arago-master-next-config.yml b/kas/arago-master-next-config.yml
index 8a4ffcc..0c93282 100644
--- a/kas/arago-master-next-config.yml
+++ b/kas/arago-master-next-config.yml
@@ -32,6 +32,7 @@  repos:
   meta-virtualization:
     url: "https://git.yoctoproject.org/meta-virtualization"
     branch: "master"
+    commit: "f505ae07df8d8350b715fe20bdacfe3bcf1bf8c6"
     path: "sources/meta-virtualization"
 
   meta-openembedded:
diff --git a/kas/arago-master-selinux-config.yml b/kas/arago-master-selinux-config.yml
index 7c59570..2c580a8 100644
--- a/kas/arago-master-selinux-config.yml
+++ b/kas/arago-master-selinux-config.yml
@@ -37,6 +37,7 @@  repos:
   meta-virtualization:
     url: "https://git.yoctoproject.org/meta-virtualization"
     branch: "master"
+    commit: "f505ae07df8d8350b715fe20bdacfe3bcf1bf8c6"
     path: "sources/meta-virtualization"
 
   meta-openembedded:
diff --git a/kas/arago-master-wip-config.yml b/kas/arago-master-wip-config.yml
index 341d729..87001f5 100644
--- a/kas/arago-master-wip-config.yml
+++ b/kas/arago-master-wip-config.yml
@@ -32,6 +32,7 @@  repos:
   meta-virtualization:
     url: "https://git.yoctoproject.org/meta-virtualization"
     branch: "master"
+    commit: "f505ae07df8d8350b715fe20bdacfe3bcf1bf8c6"
     path: "sources/meta-virtualization"
 
   meta-openembedded:
diff --git a/src/configs/arago-master-chromium-config.xml b/src/configs/arago-master-chromium-config.xml
index efd794d..79fd629 100644
--- a/src/configs/arago-master-chromium-config.xml
+++ b/src/configs/arago-master-chromium-config.xml
@@ -34,7 +34,7 @@ 
         <repo name='meta-qt6' url='https://code.qt.io/yocto/meta-qt6.git' branch='dev' commit='HEAD'>
             <layers/>
         </repo>
-        <repo name='meta-virtualization' url='https://git.yoctoproject.org/meta-virtualization' branch='master' commit='HEAD'>
+        <repo name='meta-virtualization' url='https://git.yoctoproject.org/meta-virtualization' branch='master' commit='f505ae07df8d8350b715fe20bdacfe3bcf1bf8c6'>
             <layers/>
         </repo>
         <repo name='meta-openembedded' url='https://git.openembedded.org/meta-openembedded' branch='master' commit='HEAD'>
diff --git a/src/configs/arago-master-config.xml b/src/configs/arago-master-config.xml
index 251f5f0..7a04b81 100644
--- a/src/configs/arago-master-config.xml
+++ b/src/configs/arago-master-config.xml
@@ -34,7 +34,7 @@ 
         <repo name='meta-qt6' url='https://code.qt.io/yocto/meta-qt6.git' branch='dev' commit='HEAD'>
             <layers/>
         </repo>
-        <repo name='meta-virtualization' url='https://git.yoctoproject.org/meta-virtualization' branch='master' commit='HEAD'>
+        <repo name='meta-virtualization' url='https://git.yoctoproject.org/meta-virtualization' branch='master' commit='f505ae07df8d8350b715fe20bdacfe3bcf1bf8c6'>
             <layers/>
         </repo>
         <repo name='meta-openembedded' url='https://git.openembedded.org/meta-openembedded' branch='master' commit='HEAD'>
diff --git a/src/configs/arago-master-flutter-config.xml b/src/configs/arago-master-flutter-config.xml
index abc8665..e077cee 100644
--- a/src/configs/arago-master-flutter-config.xml
+++ b/src/configs/arago-master-flutter-config.xml
@@ -29,7 +29,7 @@ 
         <repo name='meta-qt6' url='https://code.qt.io/yocto/meta-qt6.git' branch='dev' commit='HEAD'>
             <layers/>
         </repo>
-        <repo name='meta-virtualization' url='https://git.yoctoproject.org/meta-virtualization' branch='master' commit='HEAD'>
+        <repo name='meta-virtualization' url='https://git.yoctoproject.org/meta-virtualization' branch='master' commit='f505ae07df8d8350b715fe20bdacfe3bcf1bf8c6'>
             <layers/>
         </repo>
         <repo name='meta-openembedded' url='https://git.openembedded.org/meta-openembedded' branch='master' commit='HEAD'>
diff --git a/src/configs/arago-master-next-config.xml b/src/configs/arago-master-next-config.xml
index f49b885..c450bf3 100644
--- a/src/configs/arago-master-next-config.xml
+++ b/src/configs/arago-master-next-config.xml
@@ -35,7 +35,7 @@ 
         <repo name='meta-qt6' url='https://code.qt.io/yocto/meta-qt6.git' branch='dev' commit='HEAD'>
             <layers/>
         </repo>
-        <repo name='meta-virtualization' url='https://git.yoctoproject.org/meta-virtualization' branch='master' commit='HEAD'>
+        <repo name='meta-virtualization' url='https://git.yoctoproject.org/meta-virtualization' branch='master' commit='f505ae07df8d8350b715fe20bdacfe3bcf1bf8c6'>
             <layers/>
         </repo>
         <repo name='meta-openembedded' url='https://git.openembedded.org/meta-openembedded' branch='master' commit='HEAD'>
diff --git a/src/configs/arago-master-selinux-config.xml b/src/configs/arago-master-selinux-config.xml
index ba4bf57..52e25c9 100644
--- a/src/configs/arago-master-selinux-config.xml
+++ b/src/configs/arago-master-selinux-config.xml
@@ -34,7 +34,7 @@ 
         <repo name='meta-qt6' url='https://code.qt.io/yocto/meta-qt6.git' branch='dev' commit='HEAD'>
             <layers/>
         </repo>
-        <repo name='meta-virtualization' url='https://git.yoctoproject.org/meta-virtualization' branch='master' commit='HEAD'>
+        <repo name='meta-virtualization' url='https://git.yoctoproject.org/meta-virtualization' branch='master' commit='f505ae07df8d8350b715fe20bdacfe3bcf1bf8c6'>
             <layers/>
         </repo>
         <repo name='meta-openembedded' url='https://git.openembedded.org/meta-openembedded' branch='master' commit='HEAD'>
diff --git a/src/configs/arago-master-wip-config.xml b/src/configs/arago-master-wip-config.xml
index e703e1c..1920dc4 100644
--- a/src/configs/arago-master-wip-config.xml
+++ b/src/configs/arago-master-wip-config.xml
@@ -34,7 +34,7 @@ 
         <repo name='meta-qt6' url='https://code.qt.io/yocto/meta-qt6.git' branch='dev' commit='HEAD'>
             <layers/>
         </repo>
-        <repo name='meta-virtualization' url='https://git.yoctoproject.org/meta-virtualization' branch='master' commit='HEAD'>
+        <repo name='meta-virtualization' url='https://git.yoctoproject.org/meta-virtualization' branch='master' commit='f505ae07df8d8350b715fe20bdacfe3bcf1bf8c6'>
             <layers/>
         </repo>
         <repo name='meta-openembedded' url='https://git.openembedded.org/meta-openembedded' branch='master' commit='HEAD'>