]> code.ossystems Code Review - openembedded-core.git/commit
classes/kernel: check OLDEST_KERNEL at configure time
authorPaul Eggleton <paul.eggleton@linux.intel.com>
Mon, 9 May 2016 04:43:31 +0000 (16:43 +1200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 20 May 2016 09:20:21 +0000 (10:20 +0100)
commit2e66f57febe85a63ce2ab98eaf6318d47eb60939
tree5288b9ccd2fc5128f986e5f5ba55d0cfc5108a83
parent3f1d813e7183750b5189ae1ee99fd2f0bdeacac7
classes/kernel: check OLDEST_KERNEL at configure time

If the kernel being built is older than OLDEST_KERNEL and we're building
with glibc, then the C library we're building is probably not going to
be compatible with the kernel and we should warn the user. (This is
easier to do here rather than when building glibc, because we don't
necessarily have the information we need to determine the kernel version
there, whereas we do here.)

Fixes [YOCTO #8653].

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/classes/kernel.bbclass