repo fetch for Optee failed?

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

repo fetch for Optee failed?

444 Views
zcchai
Contributor I

Hello,

I am working on LSDK 19.09(flexbuild_lsdk1909_update_221019).

I changed the CONFIG_APP_OPTEE=y in configs/buld_lsdk.cfg file, and I was expecting some new directory optee_os, optee_client, and optee_test will show up under package/apps folder after I do: flex-builder -i repo-fetch

However, the repo-fetch stops on repo: wayland_protocols , and didn't proceed to fetch other repos.

What's wrong with my configuration? Is CONFIG_APP_OPTEE=y not enough?

BTW, the name "flexbuild_lsdk1909_update_221019" is a little bit confusing, does it need another base SDK package or it is a standalone package. It used to be named without the 'update', say "flexbuild_lsdk1903".

Thanks

Zhenchuan

0 Kudos
1 Reply

393 Views
yipingwang
NXP TechSupport
NXP TechSupport

Hello Zhenchuan Chai,

Please execute the following commands to get source code optee_os, optee_client, and optee_test in packages/apps/.

$ flex-builder -i repo-fetch -B optee_os

$ flex-builder -i repo-fetch -B optee_test

$ flex-builder -i repo-fetch -B optee_client

Thanks,

Yiping

0 Kudos