chore(build-linux-deb): small drive-by changes to kernel build script - #610
Draft
Christopher Obbard (obbardc) wants to merge 5 commits into
Draft
Christopher Obbard (obbardc) wants to merge 5 commits into
Christopher Obbard (obbardc) wants to merge 5 commits into
Conversation
The merge_config.sh and olddefconfig invocations hardcoded cwd="linux", so a tree passed via --local-dir was configured in the wrong directory (or failed outright when ./linux does not exist). Pass linux_dir to every subprocess and hoist its default out of the else branch so the variable is defined on both paths. Signed-off-by: Christopher Obbard <chris.obbard@oss.qualcomm.com>
CONFIG_DEBUG_INFO_BTF needs pahole from the dwarves package; without it the build fails late, after the kernel has already been compiled. Check for it up-front along with the other build-dependencies. Signed-off-by: Christopher Obbard <chris.obbard@oss.qualcomm.com>
Allow stopping after the source tree has been fetched and configured, which is useful when iterating on config fragments or when the build itself is driven separately. Signed-off-by: Christopher Obbard <chris.obbard@oss.qualcomm.com>
Build the kernel/configs path once and reuse it for both the copy destination and the merge_config.sh target, instead of repeating the literal. The log now reports the path relative to the source tree, which is what gets passed to merge_config.sh. Signed-off-by: Christopher Obbard <chris.obbard@oss.qualcomm.com>
Spell out that FRAGMENT is merged with the defconfig, and drop the stray blank line so the add_argument() calls are formatted alike. Signed-off-by: Christopher Obbard <chris.obbard@oss.qualcomm.com>
Contributor
|
ah I also did your first commit #539 meh |
Christopher Obbard (obbardc)
marked this pull request as draft
September 16, 2026 15:21
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Some small changes while using the
scripts/build-linux-deb.py:defconfigfrom the kernel source.--skip-build(useful for inspecting final generated config without building)--local-direverywhere if set