Fixes to use multiple kernel configs#7
Open
GhostMaster69-dev wants to merge 5 commits into
Open
Conversation
Change-Id: Ie3d9a187693f2435f2555658c833de666848e48e Signed-off-by: GhostMaster69-dev <rathore6375@gmail.com>
* Since some time you can specify multiple configs when you prepare .config and they'll get merged to main one * To use it inline: TARGET_KERNEL_CONFIG := main_defconfig fragment1.config fragment2.config ... * TARGET_KERNEL_ADDITIONAL_CONFIG has been nuked since it's superseed by this new logic * kernelsavedefconfig will only use the base defconfig Change-Id: I479c762a9235ed0ef6fcdc79b53e084d5e2d78a6 Signed-off-by: GhostMaster69-dev <rathore6375@gmail.com>
Commit 8ac7d31 introduced this issue. Test: run `m installclean && m bootimage` and observe that kernel image is built. Change-Id: I41eb7cd2e5108bae8f4c40c0f9a300a8a3cc95a7 Signed-off-by: GhostMaster69-dev <rathore6375@gmail.com>
Commit 8ac7d31 introduced this issue. Test: run `m recoveryimage` and verify that recovery image is now built. Change-Id: Iffdd8112db2ba1baff28db7ee4c340dbb5ebd917 Signed-off-by: GhostMaster69-dev <rathore6375@gmail.com>
Change-Id: Idefd38dae5e8beac7d7de797f3f792fea25dacef Signed-off-by: GhostMaster69-dev <rathore6375@gmail.com>
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.
No description provided.