OP-TEE / build

Makefiles to use OP-TEE on various platforms
109 stars 215 forks source link

Differences Between Using Buildroot and OP-TEE Build for OP-TEE Components #759

Closed kewer127 closed 3 months ago

kewer127 commented 3 months ago

Hi developers,

I found that Buildroot supports the following OP-TEE components:

boot/optee-os/
boot/optee-os/optee-os.hash
boot/optee-os/optee-os.mk
package/optee-client/
package/optee-client/optee-client.hash
package/optee-client/optee-client.mk
package/optee-examples/
package/optee-examples/optee-examples.hash
package/optee-examples/optee-examples.mk
package/optee-test/
package/optee-test/optee-test.hash
package/optee-test/optee-test.mk

I am wondering what the difference is when using buildroot itself rather than this repository.

jbech-linaro commented 3 months ago

It's the same as we have here, it was @etienne-lms who did upstream support in Buildroot to be able to build the ones you listed directly from Buildroot. The official setup you find in the OP-TEE documentation is slighly different, since we clone and work with the OP-TEE gits as standalone gits.

kewer127 commented 3 months ago

@jbech-linaro Thanks for clarifying!