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)
commitbb5d379aa5a57c54e36b2452baac1135952fda8e
treedd9120e05c8473f057ee843dd350a4e44e152af2
parentcbf539f8e7431241e28b77394d33b764f7b0463b
kexecboot: require ../linux/linux.inc, not recipes/linux/linux.inc.

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