From 12be4cf828dd71d96ed2aa64ef5d561adde18905 Mon Sep 17 00:00:00 2001 From: Gabriela Cervantes Date: Tue, 5 Mar 2024 16:46:45 +0000 Subject: [PATCH] docs: Remove stale kernel information at README documentation This PR removes stale kernel information at README documentation. Fixes #9218 Signed-off-by: Gabriela Cervantes --- tools/packaging/kernel/README.md | 7 ------- 1 file changed, 7 deletions(-) diff --git a/tools/packaging/kernel/README.md b/tools/packaging/kernel/README.md index 0b3e8d3e96..2c69b0337c 100644 --- a/tools/packaging/kernel/README.md +++ b/tools/packaging/kernel/README.md @@ -171,12 +171,5 @@ In order to do Kata Kernel changes. There are places to contribute: - Kernel patches, the CI and packaging scripts will apply all patches in the [patches directory][patches-dir]. -Note: The kernel version and configuration file live in different locations, -which could result in a circular dependency on your (runtime or packaging) PR. -In this case, the PR you submit needs to be tested together with a patch from -another Kata Containers repository. To do this you have to specify which -repository and which pull request [it depends on][depends-on-docs]. - [kata-containers-versions-file]: ../../../versions.yaml [patches-dir]: patches -[depends-on-docs]: https://github.com/kata-containers/tests/blob/main/README.md#breaking-compatibility