kexecboot: require ../linux/linux.inc, not recipes/linux/linux.inc.
authorChris Larson <clarson@mvista.com>
Tue, 26 May 2009 23:51:30 +0000 (16:51 -0700)
committerChris Larson <clarson@kergoth.com>
Tue, 26 May 2009 23:55:22 +0000 (16:55 -0700)
linux-kexecboot.inc does a 'require recipes/linux/linux.inc', but it really
depends on how the upstream OpenEmbedded linux/linux.inc behaves, not whatever
the first one it finds in BBPATH does.  This broke builds for me combining
upstream OpenEmbedded with some local collections that do different things
with their kernels.

Signed-off-by: Chris Larson <clarson@mvista.com>
recipes/kexecboot/linux-kexecboot.inc

index fb3816b..74767b0 100644 (file)
@@ -6,7 +6,7 @@ SRC_URI = "file://defconfig"
 LOGO_SIZE = '${@base_conditional("GUI_MACHINE_CLASS", "bigscreen", "vga", "qvga", d)}'
 SRC_URI += "file://${LOGO_SIZE}/logo_linux_clut224.ppm.bz2"
 
-require recipes/linux/linux.inc
+require ../linux/linux.inc
 
 DONT_CHECK_KERNELSIZE = ""
 INITRAMFS_IMAGE = "initramfs-kexecboot-image"