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
{{ message }}
This repository has been archived by the owner on Feb 7, 2023. It is now read-only.
I encountered this issue while building secure-core-image with .hddimg output.
NOTE: Trying to install /home/xxx/dev/dcfast_ipc_image/image/poky/build/tmp/deploy/images/genericx86-64/bzImage as /home/xxx/dev/dcfast_ipc_image/image/poky/build/tmp/work/genericx86_64-poky-linux/secure-core-image/1.0-r0/secure-core-image-1.0/hddimg/bzImage
install: cannot stat '/home/xxx/dev/dcfast_ipc_image/image/poky/build/tmp/deploy/images/genericx86-64/grub-efi-bootx64.efi': No such file or directory
What I have noticed is that
in deploy dir, grub-efi-grubx64.efi exists instead of grub-efi-bootx64.efi
there is a difference between the naming of grubimage found in grub-efi-efi-secure-boot.inc and grub-efi_%.bb(currently using 2.06 version)
Hi
I encountered this issue while building secure-core-image with .hddimg output.
NOTE: Trying to install /home/xxx/dev/dcfast_ipc_image/image/poky/build/tmp/deploy/images/genericx86-64/bzImage as /home/xxx/dev/dcfast_ipc_image/image/poky/build/tmp/work/genericx86_64-poky-linux/secure-core-image/1.0-r0/secure-core-image-1.0/hddimg/bzImage install: cannot stat '/home/xxx/dev/dcfast_ipc_image/image/poky/build/tmp/deploy/images/genericx86-64/grub-efi-bootx64.efi': No such file or directory
What I have noticed is that
For building, I followed the instruction written in meta-secure-core/meta/README with a few tweaks.
poky: honister
meta-openembedded: honister
meta-securecore: master:5fcb2f0e67fa3f3607f65e317330cc8e045f1106
Am I missing some configuration in the local.conf ? or is this a bug ?
local.conf
build script
The text was updated successfully, but these errors were encountered: