diff mbox series

kconfiglib: update kconfiglib update instructions

Message ID 8B438C4E-6469-4AD8-82F4-C6D72943BC19@siemens.com
State Accepted
Delegated to: Stefano Babic
Headers show
Series kconfiglib: update kconfiglib update instructions | expand

Commit Message

Storm, Christian May 13, 2025, 1:22 p.m. UTC
Update the kconfiglib update instructions to apply commit
4160407 after an update so to not serialize Buildroot
environment variables (HAVE_<OPTION>) into .config files.

Signed-off-by: Christian Storm <christian.storm@siemens.com>
---
 scripts/Kconfiglib/README.md | 1 +
 1 file changed, 1 insertion(+)

Comments

Stefano Babic May 14, 2025, 2:23 p.m. UTC | #1
On 5/13/25 15:22, 'Storm, Christian' via swupdate wrote:
> Update the kconfiglib update instructions to apply commit
> 4160407 after an update so to not serialize Buildroot
> environment variables (HAVE_<OPTION>) into .config files.
> 
> Signed-off-by: Christian Storm <christian.storm@siemens.com>
> ---
>   scripts/Kconfiglib/README.md | 1 +
>   1 file changed, 1 insertion(+)
> 
> diff --git a/scripts/Kconfiglib/README.md b/scripts/Kconfiglib/README.md
> index 91c9bf9d..1ec14ccb 100644
> --- a/scripts/Kconfiglib/README.md
> +++ b/scripts/Kconfiglib/README.md
> @@ -14,6 +14,7 @@ The library is maintained by the Zephyr project at
>   ## Update instructions
>   
>   Just copy all `kconfiglib.py` and the scripts `*config.py` script we need from the official repository to this directory.
> +Then, apply commit [4160407](https://github.com/sbabic/swupdate/commit/4160407e1e0dbe292ead72dfce5ea347410a4212) to prevent serializing Buildroot environment variables (`HAVE_<OPTION>`) into `.config`.
>   
>   The following changes are currently not merged but applied here:
>   

Applied to -master, thanks !

Best regards,
Stefano Babic
diff mbox series

Patch

diff --git a/scripts/Kconfiglib/README.md b/scripts/Kconfiglib/README.md
index 91c9bf9d..1ec14ccb 100644
--- a/scripts/Kconfiglib/README.md
+++ b/scripts/Kconfiglib/README.md
@@ -14,6 +14,7 @@  The library is maintained by the Zephyr project at
 ## Update instructions
 
 Just copy all `kconfiglib.py` and the scripts `*config.py` script we need from the official repository to this directory.
+Then, apply commit [4160407](https://github.com/sbabic/swupdate/commit/4160407e1e0dbe292ead72dfce5ea347410a4212) to prevent serializing Buildroot environment variables (`HAVE_<OPTION>`) into `.config`.
 
 The following changes are currently not merged but applied here: