Skip to content

Conversation

rsiddoji
Copy link

@rsiddoji rsiddoji commented Oct 14, 2025

Add kernel config fragment support for custom Linux kernel recipe.

@koenkooi
Copy link
Contributor

Github doesn't seem to allow including the commit message in reviews, so:

Add kernel config fragment for custom Linux kernel recipe

The commit policy is "Recipe: change", so change it to something like "linux-qcom-next: add support for KERNEL_CONFIG_FRAGMENTS"

Signed-off-by: rsiddoji <[email protected]>

That's not your name

@rsiddoji rsiddoji force-pushed the master branch 3 times, most recently from 6f0f1ba to c0d7a33 Compare October 15, 2025 07:55
@rsiddoji rsiddoji requested a review from lumag October 15, 2025 07:57
KBUILD_DEFCONFIG ?= "defconfig"
KBUILD_DEFCONFIG:qcom-armv7a = "qcom_defconfig"

KERNEL_CONFIG_FRAGMENTS = " ${UNPACKDIR}/configs/qcom.cfg"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No need for the whitespace

Certain kernel features, require specific kernel configuration
options that are not present in the default configuration.

Introducing kernel config fragment support to explicitly define
required configuration for custom features.

Signed-off-by: Ravi Kumar Siddojigari <[email protected]>
KBUILD_DEFCONFIG ?= "defconfig"
KBUILD_DEFCONFIG:qcom-armv7a = "qcom_defconfig"

KERNEL_CONFIG_FRAGMENTS = "${UNPACKDIR}/configs/qcom.cfg"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

it's not clear how we intend to use this new variable. especially because it's initialized without =?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants