Hi,

 

Is there anyone using environment variables for the “manifest” attribute in out-of-tree manifest lists?

I’m asking because I’m working to support configurable stack_size for Secure Partitions.

In the patch the support of environment variables in manifest lists is removed.

Because I have to call the CMake command configure_file to replace the stack_size symbols (CMake variables surrounded with “@”) with their values.

While configure_file does not recognize environment variables.

 

If you do have environment variables in manifest list, there is an alternative:

Replace the env. variables with CMake variables surrounded with “@” and set the value of the CMake variables in either config files or command line inputs.

 

Best Regards,

Kevin