diff mbox series

[03/20] migration-guides/release-notes-6.{0,1}.rst: update path to check_sanity_everybuild

Message ID 20260918-releases-notes-6-1-v1-3-2d0fceffa242@bootlin.com
State New
Headers show
Series Updates and release notes for 6.1 | expand

Commit Message

Antonin Godard Sept. 18, 2026, 1:53 p.m. UTC
This path has changed in OE-Core, update it for future readers.

Signed-off-by: Antonin Godard <antonin.godard@bootlin.com>
---
 documentation/migration-guides/release-notes-6.0.rst | 2 +-
 documentation/migration-guides/release-notes-6.1.rst | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
diff mbox series

Patch

diff --git a/documentation/migration-guides/release-notes-6.0.rst b/documentation/migration-guides/release-notes-6.0.rst
index 5ae78daf0..dee51bd7d 100644
--- a/documentation/migration-guides/release-notes-6.0.rst
+++ b/documentation/migration-guides/release-notes-6.0.rst
@@ -34,7 +34,7 @@  New Features / Enhancements in |yocto-ver|
    recipe upgrades
 
 ..
-   Found in meta/classes-global/sanity.bbclass:check_sanity_everybuild
+   Found in meta/lib/oe/sanity.py:check_sanity_everybuild
 
 -  Minimum Python version required on the host: 3.9.
 
diff --git a/documentation/migration-guides/release-notes-6.1.rst b/documentation/migration-guides/release-notes-6.1.rst
index 37f4ad0aa..49354f638 100644
--- a/documentation/migration-guides/release-notes-6.1.rst
+++ b/documentation/migration-guides/release-notes-6.1.rst
@@ -20,7 +20,7 @@  New Features / Enhancements in |yocto-ver|
    recipe upgrades
 
 ..
-   Found in meta/classes-global/sanity.bbclass:check_sanity_everybuild
+   Found in meta/lib/oe/sanity.py:check_sanity_everybuild
 
 -  Minimum Python version required on the host: XXX.