You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
hey, its me again from Yocto tdx dependencies #23. sorry for bothering and oppening a new issue but i seem to have some trouble getting meta-confidential-compute to work. i pulled the layer from here into my build and integrated it into my bblayer.conf file as to use it. in the layer itself i switched to the v3 pending PR as we discussed in my old issue. in the local.conf file i only changed the machine specification by adding MACHINE ?= "tdx-qemu" line. maybe i am confused on what to build but when i then run bitbake core-image-minimal as i would normally run when i make changes to the local.conf file i get the error:
| FileNotFoundError: [Errno 2] No such file or directory: '/home/yocto/poky/build/tmp/deploy/images/tdx-qemu/${INITRAMFS_IMAGE}-${MACHINE}.${INITRAMFS_FSTYPES}'
i am not sure if i am using the wrong bitbake command or if i am supposed to do any further modifications but any advice would be appreciated. if any other set-up infromation is needed please let me know and thank you for the help
The text was updated successfully, but these errors were encountered:
hey, no problem. That PR is currently being tested also on our side. @fnerdman have you encountered this error when building for bare-metal (tdx-qemu) target?
@BigBoy3003 haven't experienced this issue before. Can you double check your setup and verified that you're also using all the dependent PRs relevant to your project, mentioned in: #20 (comment)
hey, its me again from Yocto tdx dependencies #23. sorry for bothering and oppening a new issue but i seem to have some trouble getting meta-confidential-compute to work. i pulled the layer from here into my build and integrated it into my bblayer.conf file as to use it. in the layer itself i switched to the v3 pending PR as we discussed in my old issue. in the local.conf file i only changed the machine specification by adding MACHINE ?= "tdx-qemu" line. maybe i am confused on what to build but when i then run bitbake core-image-minimal as i would normally run when i make changes to the local.conf file i get the error:
| FileNotFoundError: [Errno 2] No such file or directory: '/home/yocto/poky/build/tmp/deploy/images/tdx-qemu/${INITRAMFS_IMAGE}-${MACHINE}.${INITRAMFS_FSTYPES}'
i am not sure if i am using the wrong bitbake command or if i am supposed to do any further modifications but any advice would be appreciated. if any other set-up infromation is needed please let me know and thank you for the help
The text was updated successfully, but these errors were encountered: