All of lore.kernel.org
 help / color / mirror / Atom feed
From: Srinuvasan Arjunan <srinuvasan_a@mentor.com>
To: <cip-dev@lists.cip-project.org>
Cc: <jan.kiszka@siemens.com>, Srinuvasan A <srinuvasan.a@siemens.com>
Subject: [isar-cip-core][PATCH] kas/opt/6.1-mainline: use KERNEL_DEFCONFIG from cip-kernel-config
Date: Wed, 17 May 2023 15:52:56 +0530	[thread overview]
Message-ID: <20230517102256.1511870-1-srinuvasan_a@mentor.com> (raw)

From: Srinuvasan A <srinuvasan.a@siemens.com>

Presently 6.1 mainline kernel uses it's internal configuration, now cip
provides the defconfig for 6.1 LTS, hence use that one, this config
already conatins the CONFIG_SQUASHFS, so remove this one from recipe.

Signed-off-by: Srinuvasan A <srinuvasan.a@siemens.com>
---
 kas/opt/6.1-mainline.yml                      | 1 -
 recipes-kernel/linux/files/squashfs.cfg       | 1 -
 recipes-kernel/linux/linux-mainline_6.1.15.bb | 3 +--
 3 files changed, 1 insertion(+), 4 deletions(-)
 delete mode 100644 recipes-kernel/linux/files/squashfs.cfg

diff --git a/kas/opt/6.1-mainline.yml b/kas/opt/6.1-mainline.yml
index 84d12b0..0dcf336 100644
--- a/kas/opt/6.1-mainline.yml
+++ b/kas/opt/6.1-mainline.yml
@@ -14,5 +14,4 @@ header:
 
 local_conf_header:
   kernel-version: |
-    KERNEL_DEFCONFIG = ""
     KERNEL_NAME = "mainline"
diff --git a/recipes-kernel/linux/files/squashfs.cfg b/recipes-kernel/linux/files/squashfs.cfg
deleted file mode 100644
index 7a89d00..0000000
--- a/recipes-kernel/linux/files/squashfs.cfg
+++ /dev/null
@@ -1 +0,0 @@
-CONFIG_SQUASHFS=y
diff --git a/recipes-kernel/linux/linux-mainline_6.1.15.bb b/recipes-kernel/linux/linux-mainline_6.1.15.bb
index 690f6dd..9b45f28 100644
--- a/recipes-kernel/linux/linux-mainline_6.1.15.bb
+++ b/recipes-kernel/linux/linux-mainline_6.1.15.bb
@@ -12,8 +12,7 @@ ARCHIVE_VERSION = "${@ d.getVar('PV')[:-2] if d.getVar('PV').endswith('.0') else
 KERNEL_DEFCONFIG_VERSION ?= "6.1.y-cip"
 
 SRC_URI += " \
-    https://cdn.kernel.org/pub/linux/kernel/v6.x/linux-${ARCHIVE_VERSION}.tar.xz \
-    file://squashfs.cfg"
+    https://cdn.kernel.org/pub/linux/kernel/v6.x/linux-${ARCHIVE_VERSION}.tar.xz"
 
 SRC_URI[sha256sum] = "2c16dfe2168a2e64ac0d55a12d625ebfb963818bb48b60c1868c7c460644c4fd"
 
-- 
2.34.1



             reply	other threads:[~2023-05-17 10:23 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-05-17 10:22 Srinuvasan Arjunan [this message]
2023-05-17 10:27 ` [isar-cip-core][PATCH] kas/opt/6.1-mainline: use KERNEL_DEFCONFIG from cip-kernel-config Jan Kiszka
2023-05-17 10:30   ` Srinuvasan A

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=20230517102256.1511870-1-srinuvasan_a@mentor.com \
    --to=srinuvasan_a@mentor.com \
    --cc=cip-dev@lists.cip-project.org \
    --cc=jan.kiszka@siemens.com \
    --cc=srinuvasan.a@siemens.com \
    /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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.