Open
Conversation
Change-Id: I52ce906c8324d27bdf61220cdeaf61fc3aa342e2 Signed-off-by: Dongjin Kim <tobetter@gmail.com>
38be8eb to
7aaa345
Compare
Signed-off-by: Yang Deokgyu <secugyu@gmail.com> Change-Id: Ieb2422fa6659266153d295685e8bf26258163781
Currently, the check-config.sh terminates the build when unknown ad-hoc options are detected. I think it is too much because we may want to patch config headers locally in a build/deployment project. So, let's relax check-config.sh to just warn even if it detects options that are not in the whitelist. Instead, this check can be done at the end of build, along with other checks. It will catch more attention. Even with this change, the Buildman tool catches new warnings, so Tom can give NACK to new ad-hoc options. Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com> Signed-off-by: Dongjin Kim <tobetter@gmail.com> Change-Id: I0c068de48a58b65b8bdec7579ee10042f9c48dc4
Signed-off-by: Dongjin Kim <tobetter@gmail.com> Change-Id: I73d7dc065d3b0ca191d9e35cca836cab3159ba2c
Signed-off-by: Dongjin Kim <tobetter@gmail.com> Change-Id: I3f67224ef95e2532643ff9e0684e848759e51c09
[1] 'cfgload' is improved and support 'boot.scr' [2] Support FDT overlay [3] Support 'ini' command Signed-off-by: Dongjin Kim <tobetter@gmail.com> Change-Id: I2e31f3402e9f35d39b41735d873802b291a81203
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.
Minor compile warning and typo fixes