[3/3] docs: kernel-dev-faq: update outdated RDEPENDS_kernel-base
Submitted by Quentin Schulz on Oct. 26, 2020, 5:50 p.m.
|
Patch ID: 177569
Details
Commit Message
@@ -38,7 +38,7 @@ How do I install/not-install the kernel image on the rootfs?
The kernel image (e.g. ``vmlinuz``) is provided by the
``kernel-image`` package. Image recipes depend on ``kernel-base``. To
specify whether or not the kernel image is installed in the generated
-root filesystem, override ``RDEPENDS_kernel-base`` to include or not
+root filesystem, override ``RDEPENDS_${KERNEL_PACKAGE_NAME}-base`` to include or not
include "kernel-image". See the
":ref:`dev-manual/dev-manual-common-tasks:using .bbappend files in your layer`"
section in the
Since 2.5 (sumo), RDEPENDS_kernel-base has been replaced by RDEPENDS_${KERNEL_PACKAGE_NAME}-base, so let's use this one instead. Signed-off-by: Quentin Schulz <foss@0leil.net> --- documentation/kernel-dev/kernel-dev-faq.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -- 2.26.2 -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#499): https://lists.yoctoproject.org/g/docs/message/499 Mute This Topic: https://lists.yoctoproject.org/mt/77821319/1003190 Group Owner: docs+owner@lists.yoctoproject.org Unsubscribe: https://lists.yoctoproject.org/g/docs/unsub [mhalstead@linuxfoundation.org] -=-=-=-=-=-=-=-=-=-=-=-