diff mbox series

kernel-dev/common.rst: remove taskhash mismatch note

Message ID 20260724-remove-obsolete-taskhash-mismatch-note-v1-1-47a91133b3ed@bootlin.com
State New
Headers show
Series kernel-dev/common.rst: remove taskhash mismatch note | expand

Commit Message

Antonin Godard July 24, 2026, 9:45 a.m. UTC
Running 'devtool modify linux-yocto' with latest version of OE-Core and
linux-yocto did not prompt the error, so remove the note.

Signed-off-by: Antonin Godard <antonin.godard@bootlin.com>
---
 documentation/kernel-dev/common.rst | 15 ---------------
 1 file changed, 15 deletions(-)


---
base-commit: 3f02e87accfdded9c5343fa48e5f57f0b6d49aa5
change-id: 20260724-remove-obsolete-taskhash-mismatch-note-547345522adc
diff mbox series

Patch

diff --git a/documentation/kernel-dev/common.rst b/documentation/kernel-dev/common.rst
index c2fc3e1fa..51e819699 100644
--- a/documentation/kernel-dev/common.rst
+++ b/documentation/kernel-dev/common.rst
@@ -654,21 +654,6 @@  the ":ref:`kernel-dev/common:getting ready to develop using ``devtool```" Sectio
 
       $ devtool modify linux-yocto
 
-   .. note::
-
-      During the checkout operation, there is a bug that could cause
-      errors such as the following:
-
-      .. code-block:: none
-
-              ERROR: Taskhash mismatch 2c793438c2d9f8c3681fd5f7bc819efa versus
-                     be3a89ce7c47178880ba7bf6293d7404 for
-                     /path/to/esdk/layers/openembedded-core/meta/recipes-kernel/linux/linux-yocto_4.10.bb.do_unpack
-
-
-      You can safely ignore these messages. The source code is correctly
-      checked out.
-
 #. *Edit the Source Files* Follow these steps to make some simple
    changes to the source files: