Re: [OE-core] [PATCH 3/3 V2] initramfs-framework: add install module

2017-12-01 Thread Cal Sullivan
My bad. I was using initramfs-module-install-efi as a template when I shouldn't have. I see you already sent a patch addressing the issue. Looks good, and thanks for that. --- Cal On 12/01/2017 01:01 PM, Martin Jansa wrote: Why does it inherit allarch when it depends on TUNE_PKGARCH grub and

Re: [OE-core] [PATCH 3/3 V2] initramfs-framework: add install module

2017-12-01 Thread Martin Jansa
Why does it inherit allarch when it depends on TUNE_PKGARCH grub and other packages? Also it should repect the restrictions which are in grub recipe: COMPATIBLE_HOST = '(x86_64.*|i.86.*|arm.*|aarch64.*)-(linux.*|freebsd.*)' COMPATIBLE_HOST_armv7a = 'null' COMPATIBLE_HOST_armv7ve = 'null' because

[OE-core] [PATCH 3/3 V2] initramfs-framework: add install module

2017-11-14 Thread California Sullivan
The non-EFI counterpart for installation was previously missing for initramfs-framework. This simply puts the normal install script in the correct location for initramfs-framework to make use of it. Signed-off-by: California Sullivan --- V2 changes: * Add the module's dependencies to SIGGEN_EXCLU