-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Yocto tdx dependencies #23
Comments
Hi @BigBoy3003 , no problems. |
thank you fot the response i had some follow up questions if possible.
thank you for the explanation |
1- yes, because in our initial use case, we were targetting azure deployment as Microsoft azure was the first to offer a way to deploy custom TDX Vms. However, with the pending PR, it is possible to build a TDX VM that also support bare-metal and GCP. |
Hi guys,
im new so sorry if this is not the right place for the question. i have created a custom yocto image for a project of mine. in this project i need to patch my image with tdx dependencies. it would be like in this gitgub repository here: https://github.com/canonical/tdx
in this one they of course use an ubuntu based VM in step 5.2 where they state:
5.2 Convert a Regular VM Image into a TD Image
If you have an existing Ubuntu (24.04 or 24.10) VM image, you can enable the Intel TDX feature using the following steps.
as i do not have an ubuntu VM image but a yocto one based on core-image-full-cmdline, i wanted to ask if you guys know any way to turn this image into TD image like in the 5.2 step of the canonical guide? the goal in the end would be to get a TD Quote. Thank you for the responses
The text was updated successfully, but these errors were encountered: