[OE-core] [PATCH] boot-directdisk: fix the support of vmdk

2013-12-20 Thread Joao Henrique Ferreira de Freitas
Previous change (086ce22b88f5ef5f75a83119a32c8b3fdcfa296d) broke the creating of vmdk images. This protects shell expansion variables and let dd generate the image to be transformed to vmdk by image-vmdk.class. --- meta/classes/boot-directdisk.bbclass | 16 ++-- 1 file changed, 6

[OE-core] [PATH v2] boot-directdisk: fix the support of vmdk

2013-12-20 Thread Joao Henrique Ferreira de Freitas
Previous change (086ce22b88f5ef5f75a83119a32c8b3fdcfa296d) broke the creating of vmdk images. This protects shell expansion variables and let dd generate the image to be transformed to vmdk by image-vmdk.class. Signed-off-by: Joao Henrique Ferreira de Freitas joa...@gmail.com --- Using

[OE-core] [PATCH v2] boot-directdisk: fix the support of vmdk

2013-12-20 Thread Joao Henrique Ferreira de Freitas
Previous change (086ce22b88f5ef5f75a83119a32c8b3fdcfa296d) broke the creating of vmdk images. This protects shell expansion variables and let dd generate the image to be transformed to vmdk by image-vmdk.class. Signed-off-by: Joao Henrique Ferreira de Freitas joa...@gmail.com --- Using

[OE-core] [PATCH] grub-efi.bbclass: Fixes GRUB_IMAGE when using boot-directdisk class

2013-10-30 Thread Joao Henrique Ferreira de Freitas
When boot-directdisk class is used and EFI boot is set the grub-efi-${TRANSLATED_TARGET_ARCH}-native need to be dependent. Allowing GRUB_IMAGE to be created and bootia32.efi got from the image directory. Signed-off-by: Joao Henrique Ferreira de Freitas joa...@gmail.com --- meta/classes/grub

[OE-core] [PATCH v2] boot-directdisk: Allow for EFI-only boot direct disk images

2013-09-13 Thread Joao Henrique Ferreira de Freitas
From: João Henrique Ferreira de Freitas joa...@gmail.com Condition building PCBIOS legacy images on MACHINE_FEATURES containing pcbios or not containing efi. This ensures existing BSPs will continue to get the old PCBIOS legacy-only images. New BSPs can add efi, pcbios, or both. The images

[OE-core] [PATCH] boot-directdisk: Allow for EFI-only boot direct disk images

2013-09-12 Thread Joao Henrique Ferreira de Freitas
From: João Henrique Ferreira de Freitas joa...@gmail.com Condition building PCBIOS legacy images on MACHINE_FEATURES containing pcbios or not containing efi. This ensures existing BSPs will continue to get the old PCBIOS legacy-only images. New BSPs can add efi, pcbios, or both. The