]> code.ossystems Code Review - openembedded-core.git/commit
linux.inc: remove the obsolete linux.inc kernel recipe include
authorDarren Hart <dvhart@linux.intel.com>
Fri, 18 Feb 2011 23:38:12 +0000 (15:38 -0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 21 Feb 2011 17:59:39 +0000 (17:59 +0000)
commite79a8a6d1752d43746aa0cc09b8c20bfeabb2d95
treed41ecfccfe2daf50bf740a0727fac48cf138b8c3
parent3b1662530fb76de3ab43c9057cd1141ff679df5a
linux.inc: remove the obsolete linux.inc kernel recipe include

linux.inc was used by older kernel recipes which have now been removed from the
core meta data. I references machines now only defined in meta-extras. The
configure prepend mangles the kernel .config in non-intuitive ways and the
install peroforms some odd boot image manipulation that is not used nor required
by supported machines. The required functionality, such as defconfig setup, has
already been moved to the kernel bbclass. Remove linux.inc to avoid confusion
for new kernel recipe authors and clean up the kernel meta data.

Signed-off-by: Darren Hart <dvhart@linux.intel.com>
meta/recipes-kernel/linux/linux.inc [deleted file]