From patchwork Tue Jan 3 17:36:09 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Quentin Schulz X-Patchwork-Id: 333 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from aws-us-west-2-korg-lkml-1.web.codeaurora.org (localhost.localdomain [127.0.0.1]) by smtp.lore.kernel.org (Postfix) with ESMTP id D84EBC53210 for ; Tue, 3 Jan 2023 17:36:42 +0000 (UTC) Received: from relay6-d.mail.gandi.net (relay6-d.mail.gandi.net [217.70.183.198]) by mx.groups.io with SMTP id smtpd.web11.70141.1672767393738359543 for ; Tue, 03 Jan 2023 09:36:34 -0800 Authentication-Results: mx.groups.io; dkim=missing; spf=none, err=permanent DNS error (domain: 0leil.net, ip: 217.70.183.198, mailfrom: foss+yocto@0leil.net) Received: (Authenticated sender: foss@0leil.net) by mail.gandi.net (Postfix) with ESMTPSA id 7A72EC0009; Tue, 3 Jan 2023 17:36:29 +0000 (UTC) From: Quentin Schulz To: docs@lists.yoctoproject.org, Quentin Schulz , Quentin Schulz , Konstantin Kletschke Subject: [PATCH 0/2] update tip on how to include (or not) kernel in image rootfs Date: Tue, 3 Jan 2023 18:36:09 +0100 Message-Id: <20230103-no-kernel-rootfs-v1-0-33f7abb94410@theobroma-systems.com> X-Mailer: git-send-email 2.39.0 MIME-Version: 1.0 X-Mailer: b4 0.10.1 List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Tue, 03 Jan 2023 17:36:42 -0000 X-Groupsio-URL: https://lists.yoctoproject.org/g/docs/message/3573 From: Quentin Schulz Since commit f6d963fa6d0e ("kernel: make kernel-base recommend kernel-image, not depend"), present in Kirkstone 4.0, one should set RRECOMMENDS and not RDEPENDS to avoid including the kernel in the image, so let's update the documentation to reflect that. Signed-off-by: Quentin Schulz Reviewed-by: Michael Opdenacker --- Quentin Schulz (2): docs: kernel-dev: faq: update tip on how to not include kernel in image docs: migration-guides: migration-4.0: specify variable name change for kernel inclusion in image recipe documentation/kernel-dev/faq.rst | 2 +- documentation/migration-guides/migration-4.0.rst | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) --- base-commit: 5b5c2af6127eabda8eb07645546fa2cdfc462154 change-id: 20230103-no-kernel-rootfs-f42080d8dabf Best regards,