diff options
| -rw-r--r-- | documentation/migration-guides/migration-4.0.rst | 3 |
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 a8e6b4c331..fc801144b1 100644 --- a/documentation/migration-guides/migration-4.0.rst +++ b/documentation/migration-guides/migration-4.0.rst | |||
| @@ -265,3 +265,6 @@ Miscellaneous changes | |||
| 265 | when parsing recipes. Any code depending on the previous behaviour will no longer | 265 | when parsing recipes. Any code depending on the previous behaviour will no longer |
| 266 | work - change any such code to explicitly use appropriate path variables instead. | 266 | work - change any such code to explicitly use appropriate path variables instead. |
| 267 | 267 | ||
| 268 | - In order to exclude the kernel image from the image rootfs, | ||
| 269 | :term:`RRECOMMENDS`\ ``:${KERNEL_PACKAGE_NAME}-base`` should be set instead of | ||
| 270 | :term:`RDEPENDS`\ ``:${KERNEL_PACKAGE_NAME}-base``. | ||
