-
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
support minimal (Linux) and full (Linux + Xen) imgs at the same time #49
Conversation
Both images built for me. Still need testing on HW. |
Should fix: #44 Renamed the images to better match their content/usage to name than before. Udpdated documentation to reflect the actual content of the layer. For development, it's recommended to use the -full image. The -minimal image might still be useful later on, for demonstration purposes, or perhaps for Linux upstreaming process as well. xen recipes must be moved to dynamic-layers, to allow for building without meta-virtualization enabled. Signed-off-by: Maciej Pijanowski <maciej.pijanowski@3mdeb.com>
d935082
to
4115aca
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Linux in the full image worked fine on hardware with and without DRTM. The minimal image somehow failed to do DRTM. Not sure why given the identical GRUB configuration for Linux. Maybe something went wrong on my end. Worth testing it.
On UEFI I'm getting:
instead of the normal output of |
bcc8ec0
to
edf24b5
Compare
Builtin modules used in legacy build: https://github.com/zarhus/poky/blob/wic-plugin-pcbios-grub/scripts/lib/wic/plugins/source/bootimg-pcbios.py#L39 Modules: vga, biosdisk have not been present in the EFI build and could not be included. Signed-off-by: Maciej Pijanowski <maciej.pijanowski@3mdeb.com>
edf24b5
to
543a022
Compare
I can imagine 543a022 might help here (not tested yet) |
I got an offline confirmation from @krystian-hebel that this has worked on HW, so I will go ahead and merge it if I manage to resolve the remaining suggestions. |
Signed-off-by: Maciej Pijanowski <maciej.pijanowski@3mdeb.com>
Signed-off-by: Maciej Pijanowski <maciej.pijanowski@3mdeb.com>
support minimal (Linux) and full (Linux + Xen) imgs at the same time
Should fix: #44
Renamed the images to better match their content/usage to name than
before.
Udpdated documentation to reflect the actual content of the layer.
For development, it's recommended to use the -full image.
The -minimal image might still be useful later on, for demonstration
purposes, or perhaps for Linux upstreaming process as well.
xen recipes must be moved to dynamic-layers, to allow for building
without meta-virtualization enabled.