README: Update Readme under packaging/kernel

Update Readme to instruct users to increment the kata config version
for any changes made to configs or patches under packaging/kernel.

Signed-off-by: Archana Shinde <archana.m.shinde@intel.com>
This commit is contained in:
Archana Shinde 2023-02-02 14:29:46 -08:00
parent d73f3a8a26
commit 3c24e23409

View File

@ -107,6 +107,10 @@ Kata Containers packaging repository holds the kernel configs and patches. The
config and patches can work for many versions, but we only test the
kernel version defined in the [Kata Containers versions file][kata-containers-versions-file].
For any change to the kernel configs or patches, the version defined in the file
[`kata_config_version`][kata-containers-versions-file] needs to be incremented
so that the CI can test with these changes.
For further details, see [the kernel configuration documentation](configs).
## How is it tested