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
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
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
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
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