[OE-core] [Patch v2] image_types: fix default location of kernel when generating elf images

2013-05-03 Thread tf+lists . yocto
From: Tomas Frydrych The kernel image is no longer staged into sysroot, so building of elf images fails due to the kernel not being found. Thi commit fixes this by locating the appropriate (i.e., machine-specific) kernel in the DEPLOY_DIR_IMAGE directory instead. Signed-off-by: Tomas Frydrych

[OE-core] [PATCH] image_types: fix default location of kernel when generating elf images

2013-05-01 Thread tf+lists . yocto
From: Tomas Frydrych The kernel is now located in DEPLOY_DIR_IMAGE rather than sysroot. Signed-off-by: Tomas Frydrych --- meta/classes/image_types.bbclass |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/classes/image_types.bbclass b/meta/classes/image_types.bbclass

[OE-core] [PATCH] ia32-base.inc: remove inapropriate grub dependency

2013-04-27 Thread tf+lists . yocto
From: Tomas Frydrych There is no good reason for ia32 machines to have hard dependency on grub, as there are other bootloaders available for ia32 platforms. Signed-off-by: Tomas Frydrych --- meta/conf/machine/include/ia32-base.inc |1 - 1 file changed, 1 deletion(-) diff --git a/meta/conf

[OE-core] [PATCH] sudo: disable SSP for auxiliary build tools mksiglist and mksigname

2013-04-27 Thread tf+lists . yocto
From: Tomas Frydrych The do_compile_prepend() fragment ensures that the non-installable build tools mksiglist and mksigname are built using the BUILD_CC, but if the the BUILD_CC does not support SSP and the cross compiler does, the build fails due to the SSP flags set in the Makefile. Ensuring th

[OE-core] [PATCH] ia32-base.inc: remove inapropriate grub dependency

2013-04-26 Thread tf+lists . yocto
From: Tomas Frydrych There is no good reason for ia32 machines to have hard dependency on grub, as there are other bootloaders available for ia32 platforms. --- meta/conf/machine/include/ia32-base.inc |1 - 1 file changed, 1 deletion(-) diff --git a/meta/conf/machine/include/ia32-base.inc