diff mbox series

[meta-arago,oe-layersetup,master] arago-master: Update meta-browser commit SHA

Message ID 20260324130118.551882-1-t-lannynd@ti.com
State Under Review
Delegated to: Ryan Eatmon
Headers show
Series [meta-arago,oe-layersetup,master] arago-master: Update meta-browser commit SHA | expand

Commit Message

Thorsten Lannynd March 24, 2026, 1:01 p.m. UTC
Update meta-browser layer to commit e252b51f which fixes the layer.conf
incompatibility with wrynose and adds multiple fixes for v142

Patch Notes:
https://github.com/OSSystems/meta-browser/commit/e252b51fd261a4cb05be932f0143ac444693a1ea

Signed-off-by: Thorsten Lannynd <t-lannynd@ti.com>
---

This patch requires on meta-arago: `Revert: chromium: Add a patch to fix
build against GLIBC 2.43` to build successfully

 configs/arago-master-chromium-config.txt     | 2 +-
 configs/arago-master-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         | 2 +-
 src/configs/arago-master-chromium-config.xml | 2 +-
 src/configs/arago-master-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 +-
 11 files changed, 11 insertions(+), 11 deletions(-)

Comments

Antonios Christidis March 24, 2026, 2:06 p.m. UTC | #1
Tested this configuration and it works.

Thank you Thorsten.

On 3/24/26 8:01 AM, Thorsten Lannynd wrote:
> Update meta-browser layer to commit e252b51f which fixes the layer.conf
> incompatibility with wrynose and adds multiple fixes for v142
>
> Patch Notes:
> https://github.com/OSSystems/meta-browser/commit/e252b51fd261a4cb05be932f0143ac444693a1ea
>
> Signed-off-by: Thorsten Lannynd <t-lannynd@ti.com>
> ---
>
> This patch requires on meta-arago: `Revert: chromium: Add a patch to fix
> build against GLIBC 2.43` to build successfully
>
>   configs/arago-master-chromium-config.txt     | 2 +-
>   configs/arago-master-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         | 2 +-
>   src/configs/arago-master-chromium-config.xml | 2 +-
>   src/configs/arago-master-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 +-
>   11 files changed, 11 insertions(+), 11 deletions(-)
>
> diff --git a/configs/arago-master-chromium-config.txt b/configs/arago-master-chromium-config.txt
> index e1fda52..1a2a0f1 100644
> --- a/configs/arago-master-chromium-config.txt
> +++ b/configs/arago-master-chromium-config.txt
> @@ -4,7 +4,7 @@
>   bitbake,https://git.openembedded.org/bitbake,master,HEAD
>   meta-arago,https://git.yoctoproject.org/meta-arago,master,HEAD,layers=meta-arago-distro:meta-arago-extras:meta-arago-test
>   #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,5f14862f261623d48f412af0be94a6721ade3930,layers=meta-chromium
> +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=
> diff --git a/configs/arago-master-config.txt b/configs/arago-master-config.txt
> index 53262bb..132a505 100644
> --- a/configs/arago-master-config.txt
> +++ b/configs/arago-master-config.txt
> @@ -4,7 +4,7 @@
>   bitbake,https://git.openembedded.org/bitbake,master,HEAD
>   meta-arago,https://git.yoctoproject.org/meta-arago,master,HEAD,layers=meta-arago-distro:meta-arago-extras:meta-arago-test
>   #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,5f14862f261623d48f412af0be94a6721ade3930,layers=meta-chromium
> +#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=
> diff --git a/configs/arago-master-next-config.txt b/configs/arago-master-next-config.txt
> index 0644138..1744c2f 100644
> --- a/configs/arago-master-next-config.txt
> +++ b/configs/arago-master-next-config.txt
> @@ -12,7 +12,7 @@ MOTD: NOTE:
>   bitbake,https://git.openembedded.org/bitbake,master,HEAD
>   meta-arago,https://git.yoctoproject.org/meta-arago,master-next,HEAD,layers=meta-arago-distro:meta-arago-extras:meta-arago-test
>   #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,5f14862f261623d48f412af0be94a6721ade3930,layers=meta-chromium
> +#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=
> diff --git a/configs/arago-master-selinux-config.txt b/configs/arago-master-selinux-config.txt
> index cd0ca0e..96c8dd5 100644
> --- a/configs/arago-master-selinux-config.txt
> +++ b/configs/arago-master-selinux-config.txt
> @@ -4,7 +4,7 @@
>   bitbake,https://git.openembedded.org/bitbake,master,HEAD
>   meta-arago,https://git.yoctoproject.org/meta-arago,master,HEAD,layers=meta-arago-distro:meta-arago-extras:meta-arago-test
>   #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,5f14862f261623d48f412af0be94a6721ade3930,layers=meta-chromium
> +#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=
> diff --git a/configs/arago-master-wip-config.txt b/configs/arago-master-wip-config.txt
> index 1ad6f58..9f38a6d 100644
> --- a/configs/arago-master-wip-config.txt
> +++ b/configs/arago-master-wip-config.txt
> @@ -4,7 +4,7 @@
>   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-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,5f14862f261623d48f412af0be94a6721ade3930,layers=meta-chromium
> +#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=
> diff --git a/kas/arago-master-chromium-config.yml b/kas/arago-master-chromium-config.yml
> index b114247..3c83535 100644
> --- a/kas/arago-master-chromium-config.yml
> +++ b/kas/arago-master-chromium-config.yml
> @@ -27,7 +27,7 @@ repos:
>     meta-browser:
>       url: "https://github.com/OSSystems/meta-browser.git"
>       branch: "master"
> -    commit: "5f14862f261623d48f412af0be94a6721ade3930"
> +    commit: "e252b51fd261a4cb05be932f0143ac444693a1ea"
>       path: "sources/meta-browser"
>       layers:
>         meta-chromium:
> diff --git a/src/configs/arago-master-chromium-config.xml b/src/configs/arago-master-chromium-config.xml
> index c242124..ba8ff60 100644
> --- a/src/configs/arago-master-chromium-config.xml
> +++ b/src/configs/arago-master-chromium-config.xml
> @@ -23,7 +23,7 @@
>                   <layer>meta-flutter-apps</layer>
>               </layers>
>           </repo>
> -        <repo name='meta-browser' url='https://github.com/OSSystems/meta-browser.git' branch='master' commit='5f14862f261623d48f412af0be94a6721ade3930'>
> +        <repo name='meta-browser' url='https://github.com/OSSystems/meta-browser.git' branch='master' commit='e252b51fd261a4cb05be932f0143ac444693a1ea'>
>               <layers>
>                   <layer>meta-chromium</layer>
>               </layers>
> diff --git a/src/configs/arago-master-config.xml b/src/configs/arago-master-config.xml
> index 28cd760..c058317 100644
> --- a/src/configs/arago-master-config.xml
> +++ b/src/configs/arago-master-config.xml
> @@ -23,7 +23,7 @@
>                   <layer>meta-flutter-apps</layer>
>               </layers>
>           </repo>
> -        <repo name='meta-browser' url='https://github.com/OSSystems/meta-browser.git' branch='master' commit='5f14862f261623d48f412af0be94a6721ade3930' disabled='true'>
> +        <repo name='meta-browser' url='https://github.com/OSSystems/meta-browser.git' branch='master' commit='e252b51fd261a4cb05be932f0143ac444693a1ea' disabled='true'>
>               <layers>
>                   <layer>meta-chromium</layer>
>               </layers>
> diff --git a/src/configs/arago-master-next-config.xml b/src/configs/arago-master-next-config.xml
> index 8a7e009..14b0e88 100644
> --- a/src/configs/arago-master-next-config.xml
> +++ b/src/configs/arago-master-next-config.xml
> @@ -24,7 +24,7 @@
>                   <layer>meta-flutter-apps</layer>
>               </layers>
>           </repo>
> -        <repo name='meta-browser' url='https://github.com/OSSystems/meta-browser.git' branch='master' commit='5f14862f261623d48f412af0be94a6721ade3930' disabled='true'>
> +        <repo name='meta-browser' url='https://github.com/OSSystems/meta-browser.git' branch='master' commit='e252b51fd261a4cb05be932f0143ac444693a1ea' disabled='true'>
>               <layers>
>                   <layer>meta-chromium</layer>
>               </layers>
> diff --git a/src/configs/arago-master-selinux-config.xml b/src/configs/arago-master-selinux-config.xml
> index b09a45c..0ac2929 100644
> --- a/src/configs/arago-master-selinux-config.xml
> +++ b/src/configs/arago-master-selinux-config.xml
> @@ -23,7 +23,7 @@
>                   <layer>meta-flutter-apps</layer>
>               </layers>
>           </repo>
> -        <repo name='meta-browser' url='https://github.com/OSSystems/meta-browser.git' branch='master' commit='5f14862f261623d48f412af0be94a6721ade3930' disabled='true'>
> +        <repo name='meta-browser' url='https://github.com/OSSystems/meta-browser.git' branch='master' commit='e252b51fd261a4cb05be932f0143ac444693a1ea' disabled='true'>
>               <layers>
>                   <layer>meta-chromium</layer>
>               </layers>
> diff --git a/src/configs/arago-master-wip-config.xml b/src/configs/arago-master-wip-config.xml
> index 497f431..6e401bd 100644
> --- a/src/configs/arago-master-wip-config.xml
> +++ b/src/configs/arago-master-wip-config.xml
> @@ -23,7 +23,7 @@
>                   <layer>meta-flutter-apps</layer>
>               </layers>
>           </repo>
> -        <repo name='meta-browser' url='https://github.com/OSSystems/meta-browser.git' branch='master' commit='5f14862f261623d48f412af0be94a6721ade3930' disabled='true'>
> +        <repo name='meta-browser' url='https://github.com/OSSystems/meta-browser.git' branch='master' commit='e252b51fd261a4cb05be932f0143ac444693a1ea' disabled='true'>
>               <layers>
>                   <layer>meta-chromium</layer>
>               </layers>
diff mbox series

Patch

diff --git a/configs/arago-master-chromium-config.txt b/configs/arago-master-chromium-config.txt
index e1fda52..1a2a0f1 100644
--- a/configs/arago-master-chromium-config.txt
+++ b/configs/arago-master-chromium-config.txt
@@ -4,7 +4,7 @@ 
 bitbake,https://git.openembedded.org/bitbake,master,HEAD
 meta-arago,https://git.yoctoproject.org/meta-arago,master,HEAD,layers=meta-arago-distro:meta-arago-extras:meta-arago-test
 #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,5f14862f261623d48f412af0be94a6721ade3930,layers=meta-chromium
+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=
diff --git a/configs/arago-master-config.txt b/configs/arago-master-config.txt
index 53262bb..132a505 100644
--- a/configs/arago-master-config.txt
+++ b/configs/arago-master-config.txt
@@ -4,7 +4,7 @@ 
 bitbake,https://git.openembedded.org/bitbake,master,HEAD
 meta-arago,https://git.yoctoproject.org/meta-arago,master,HEAD,layers=meta-arago-distro:meta-arago-extras:meta-arago-test
 #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,5f14862f261623d48f412af0be94a6721ade3930,layers=meta-chromium
+#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=
diff --git a/configs/arago-master-next-config.txt b/configs/arago-master-next-config.txt
index 0644138..1744c2f 100644
--- a/configs/arago-master-next-config.txt
+++ b/configs/arago-master-next-config.txt
@@ -12,7 +12,7 @@  MOTD: NOTE:
 bitbake,https://git.openembedded.org/bitbake,master,HEAD
 meta-arago,https://git.yoctoproject.org/meta-arago,master-next,HEAD,layers=meta-arago-distro:meta-arago-extras:meta-arago-test
 #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,5f14862f261623d48f412af0be94a6721ade3930,layers=meta-chromium
+#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=
diff --git a/configs/arago-master-selinux-config.txt b/configs/arago-master-selinux-config.txt
index cd0ca0e..96c8dd5 100644
--- a/configs/arago-master-selinux-config.txt
+++ b/configs/arago-master-selinux-config.txt
@@ -4,7 +4,7 @@ 
 bitbake,https://git.openembedded.org/bitbake,master,HEAD
 meta-arago,https://git.yoctoproject.org/meta-arago,master,HEAD,layers=meta-arago-distro:meta-arago-extras:meta-arago-test
 #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,5f14862f261623d48f412af0be94a6721ade3930,layers=meta-chromium
+#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=
diff --git a/configs/arago-master-wip-config.txt b/configs/arago-master-wip-config.txt
index 1ad6f58..9f38a6d 100644
--- a/configs/arago-master-wip-config.txt
+++ b/configs/arago-master-wip-config.txt
@@ -4,7 +4,7 @@ 
 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-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,5f14862f261623d48f412af0be94a6721ade3930,layers=meta-chromium
+#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=
diff --git a/kas/arago-master-chromium-config.yml b/kas/arago-master-chromium-config.yml
index b114247..3c83535 100644
--- a/kas/arago-master-chromium-config.yml
+++ b/kas/arago-master-chromium-config.yml
@@ -27,7 +27,7 @@  repos:
   meta-browser:
     url: "https://github.com/OSSystems/meta-browser.git"
     branch: "master"
-    commit: "5f14862f261623d48f412af0be94a6721ade3930"
+    commit: "e252b51fd261a4cb05be932f0143ac444693a1ea"
     path: "sources/meta-browser"
     layers:
       meta-chromium:
diff --git a/src/configs/arago-master-chromium-config.xml b/src/configs/arago-master-chromium-config.xml
index c242124..ba8ff60 100644
--- a/src/configs/arago-master-chromium-config.xml
+++ b/src/configs/arago-master-chromium-config.xml
@@ -23,7 +23,7 @@ 
                 <layer>meta-flutter-apps</layer>
             </layers>
         </repo>
-        <repo name='meta-browser' url='https://github.com/OSSystems/meta-browser.git' branch='master' commit='5f14862f261623d48f412af0be94a6721ade3930'>
+        <repo name='meta-browser' url='https://github.com/OSSystems/meta-browser.git' branch='master' commit='e252b51fd261a4cb05be932f0143ac444693a1ea'>
             <layers>
                 <layer>meta-chromium</layer>
             </layers>
diff --git a/src/configs/arago-master-config.xml b/src/configs/arago-master-config.xml
index 28cd760..c058317 100644
--- a/src/configs/arago-master-config.xml
+++ b/src/configs/arago-master-config.xml
@@ -23,7 +23,7 @@ 
                 <layer>meta-flutter-apps</layer>
             </layers>
         </repo>
-        <repo name='meta-browser' url='https://github.com/OSSystems/meta-browser.git' branch='master' commit='5f14862f261623d48f412af0be94a6721ade3930' disabled='true'>
+        <repo name='meta-browser' url='https://github.com/OSSystems/meta-browser.git' branch='master' commit='e252b51fd261a4cb05be932f0143ac444693a1ea' disabled='true'>
             <layers>
                 <layer>meta-chromium</layer>
             </layers>
diff --git a/src/configs/arago-master-next-config.xml b/src/configs/arago-master-next-config.xml
index 8a7e009..14b0e88 100644
--- a/src/configs/arago-master-next-config.xml
+++ b/src/configs/arago-master-next-config.xml
@@ -24,7 +24,7 @@ 
                 <layer>meta-flutter-apps</layer>
             </layers>
         </repo>
-        <repo name='meta-browser' url='https://github.com/OSSystems/meta-browser.git' branch='master' commit='5f14862f261623d48f412af0be94a6721ade3930' disabled='true'>
+        <repo name='meta-browser' url='https://github.com/OSSystems/meta-browser.git' branch='master' commit='e252b51fd261a4cb05be932f0143ac444693a1ea' disabled='true'>
             <layers>
                 <layer>meta-chromium</layer>
             </layers>
diff --git a/src/configs/arago-master-selinux-config.xml b/src/configs/arago-master-selinux-config.xml
index b09a45c..0ac2929 100644
--- a/src/configs/arago-master-selinux-config.xml
+++ b/src/configs/arago-master-selinux-config.xml
@@ -23,7 +23,7 @@ 
                 <layer>meta-flutter-apps</layer>
             </layers>
         </repo>
-        <repo name='meta-browser' url='https://github.com/OSSystems/meta-browser.git' branch='master' commit='5f14862f261623d48f412af0be94a6721ade3930' disabled='true'>
+        <repo name='meta-browser' url='https://github.com/OSSystems/meta-browser.git' branch='master' commit='e252b51fd261a4cb05be932f0143ac444693a1ea' disabled='true'>
             <layers>
                 <layer>meta-chromium</layer>
             </layers>
diff --git a/src/configs/arago-master-wip-config.xml b/src/configs/arago-master-wip-config.xml
index 497f431..6e401bd 100644
--- a/src/configs/arago-master-wip-config.xml
+++ b/src/configs/arago-master-wip-config.xml
@@ -23,7 +23,7 @@ 
                 <layer>meta-flutter-apps</layer>
             </layers>
         </repo>
-        <repo name='meta-browser' url='https://github.com/OSSystems/meta-browser.git' branch='master' commit='5f14862f261623d48f412af0be94a6721ade3930' disabled='true'>
+        <repo name='meta-browser' url='https://github.com/OSSystems/meta-browser.git' branch='master' commit='e252b51fd261a4cb05be932f0143ac444693a1ea' disabled='true'>
             <layers>
                 <layer>meta-chromium</layer>
             </layers>