($INBOX_DIR/description missing)
 help / color / mirror / Atom feed
From: He Zhe <zhe.he@windriver.com>
To: yocto@lists.yoctoproject.org
Subject: [yocto][meta-anaconda][PATCH] kernel: ide: Remove ide kernel options that had been deleted upstream
Date: Tue,  2 Apr 2024 14:19:42 +0800	[thread overview]
Message-ID: <20240402061942.2330330-1-zhe.he@windriver.com> (raw)

IDE related kernel options had been deleted from upstream since v5.14
http://lxgit.wrs.com/cgit/linux-yocto-6.1.git/commit/?h=v6.1/standard/base&id=
b7fb14d3ac63117e0e8beabe75f4ea52051fbe3a

Remove them to fix the following warning:
WARNING: linux-yocto-6.1.83+gitAUTOINC+85ba1038b5_1d90573765-r0
do_kernel_configcheck: [kernel config]:
This BSP contains fragments with warnings:

[INFO]: the following symbols were not found in the active configuration:
     - CONFIG_BLK_DEV_PIIX
     - CONFIG_BLK_DEV_IDEDMA_SFF
     - CONFIG_BLK_DEV_IDEPCI
     - CONFIG_IDEPCI_PCIBUS_ORDER
     - CONFIG_BLK_DEV_IDEDMA

Signed-off-by: He Zhe <zhe.he@windriver.com>
---
 classes/anaconda_kernel.bbclass            | 1 -
 recipes-kernel/linux/files/ide.cfg         | 5 -----
 recipes-kernel/linux/files/ide.scc         | 1 -
 recipes-kernel/linux/files/liveinstall.cfg | 1 -
 4 files changed, 8 deletions(-)
 delete mode 100644 recipes-kernel/linux/files/ide.cfg
 delete mode 100644 recipes-kernel/linux/files/ide.scc

diff --git a/classes/anaconda_kernel.bbclass b/classes/anaconda_kernel.bbclass
index 5461a22..b5dc983 100644
--- a/classes/anaconda_kernel.bbclass
+++ b/classes/anaconda_kernel.bbclass
@@ -5,7 +5,6 @@ SRC_URI:append = " \
     file://liveinstall.scc \
     file://efivarfs.scc \
     file://multipath.scc \
-    file://ide.scc \
 "
 
 KERNEL_FEATURES:append = " \
diff --git a/recipes-kernel/linux/files/ide.cfg b/recipes-kernel/linux/files/ide.cfg
deleted file mode 100644
index 9d973ce..0000000
--- a/recipes-kernel/linux/files/ide.cfg
+++ /dev/null
@@ -1,5 +0,0 @@
-CONFIG_BLK_DEV_IDEDMA_SFF=y
-CONFIG_BLK_DEV_IDEPCI=y
-CONFIG_IDEPCI_PCIBUS_ORDER=y
-CONFIG_BLK_DEV_PIIX=y
-CONFIG_BLK_DEV_IDEDMA=y
diff --git a/recipes-kernel/linux/files/ide.scc b/recipes-kernel/linux/files/ide.scc
deleted file mode 100644
index 81e57f5..0000000
--- a/recipes-kernel/linux/files/ide.scc
+++ /dev/null
@@ -1 +0,0 @@
-kconf non-hardware ide.cfg
diff --git a/recipes-kernel/linux/files/liveinstall.cfg b/recipes-kernel/linux/files/liveinstall.cfg
index 37c9f47..6794674 100644
--- a/recipes-kernel/linux/files/liveinstall.cfg
+++ b/recipes-kernel/linux/files/liveinstall.cfg
@@ -2,4 +2,3 @@ CONFIG_ISO9660_FS=y
 CONFIG_BLK_DEV_LOOP=y
 CONFIG_SQUASHFS=y
 CONFIG_SQUASHFS_XATTR=y
-# CONFIG_BLK_DEV_PIIX is not set
-- 
2.25.1



             reply	other threads:[~2024-04-02  6:20 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-04-02  6:19 He Zhe [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-04-02  2:51 [yocto][meta-anaconda][PATCH] kernel: ide: Remove ide kernel options that had been deleted upstream He Zhe
2024-04-01 10:09 He Zhe
2024-04-01 10:03 He Zhe
2024-04-01 10:09 ` He Zhe

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20240402061942.2330330-1-zhe.he@windriver.com \
    --to=zhe.he@windriver.com \
    --cc=yocto@lists.yoctoproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).