From f2a960e603363106ad98161a2001be88a50f4a1f Mon Sep 17 00:00:00 2001 From: Ariel D'Alessandro Date: Fri, 24 Oct 2025 12:27:15 -0300 Subject: [PATCH] meta-chromium: Drop fixed revision hashes in README Include a note in the README indicating that the compiler may require some adjustments based on the dependencies updates and a reference to the revision hashes used during build tests. Signed-off-by: Ariel D'Alessandro --- meta-chromium/README.md | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/meta-chromium/README.md b/meta-chromium/README.md index bea396f4c..64b3682df 100644 --- a/meta-chromium/README.md +++ b/meta-chromium/README.md @@ -5,18 +5,22 @@ and/or Yocto. This layer depends on: -* URI: git://git.yoctoproject.org/poky +* URI: git://git.openembedded.org/openembedded-core - branch: master - - revision: 243d54fd466f5f852cc0fdcce57997918ce35f32 + - revision: HEAD * URI: git://git.openembedded.org/meta-openembedded - layers: meta-oe - branch: master - - revision: a8dfd10600035a799abae03178fc7054582ea43d + - revision: HEAD * URI: git://github.com/kraj/meta-clang - branch: master - - revision: 7a2f83360920b10214e2659e17a4b9cba2d0435b + - revision: HEAD + +**NOTE**: the compiler may require some adjustments based on the latest dependencies +updates. Please refer to the *Test-built* section in the update commit logs for +specific revision hashes used during build tests. ## Contributing