Skip to content

Change source lists for mbedtls - #3095

Open
peterharperuk wants to merge 1 commit into
raspberrypi:developfrom
peterharperuk:change_mbedtls_build
Open

Change source lists for mbedtls#3095
peterharperuk wants to merge 1 commit into
raspberrypi:developfrom
peterharperuk:change_mbedtls_build

Conversation

@peterharperuk

Copy link
Copy Markdown
Contributor

Currently we list the mbedtls source files in some complicated variables which change depending on the version in use.
This makes it hard to know if you have all the source files needed.

Instead, just copy the source file lists from the mbedtls CMakeLists.txt file into our own included cmake file.
This should reduce the chance of us missing files in future.

See #3081

Currently we list the mbedtls source files in some complicated
variables which change depending on the version in use.
This makes it hard to know if you have all the source files needed.

Instead, just copy the source file lists from the mbedtls CMakeLists.txt
file into our own included cmake file.
This should reduce the chance of us missing files in future.

See raspberrypi#3081
@fink-at-trmc-dk

Copy link
Copy Markdown

Much better approach IMO. I also ran into something similar in LWIP, so maybe this approach could be used there as well?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants