summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--documentation/migration-guides/migration-4.0.rst3
1 files changed, 3 insertions, 0 deletions
diff --git a/documentation/migration-guides/migration-4.0.rst b/documentation/migration-guides/migration-4.0.rst
index e11809b49c..dd840f2bb3 100644
--- a/documentation/migration-guides/migration-4.0.rst
+++ b/documentation/migration-guides/migration-4.0.rst
@@ -267,3 +267,6 @@ Miscellaneous changes
267 when parsing recipes. Any code depending on the previous behaviour will no longer 267 when parsing recipes. Any code depending on the previous behaviour will no longer
268 work - change any such code to explicitly use appropriate path variables instead. 268 work - change any such code to explicitly use appropriate path variables instead.
269 269
270- In order to exclude the kernel image from the image rootfs,
271 :term:`RRECOMMENDS`\ ``:${KERNEL_PACKAGE_NAME}-base`` should be set instead of
272 :term:`RDEPENDS`\ ``:${KERNEL_PACKAGE_NAME}-base``.