]> code.ossystems Code Review - openembedded-core.git/commit
populate_sdk_base: Fix aarch64 OLDEST_KERNEL sdk issues
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 11 Sep 2015 12:25:46 +0000 (13:25 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sat, 12 Sep 2015 21:47:25 +0000 (22:47 +0100)
commit522ba4c51fff53566678b2689d0d63c393e417b3
treeeafcd25260ab46b2fae526c13aa629ce496de981
parentfb2235a21e45fa1a47c3b7a9a6a72c515ef10dd1
populate_sdk_base: Fix aarch64 OLDEST_KERNEL sdk issues

aarch64 sets OLDEST_KERNEL to 3.14. This stops the aarch64 SDK installing on
anything with an older kernel which is clearly incorrect.

I attempted to extract the correct non-overridden version from the data store
but it proved problematic and I was running into data store issues. Those
are a separate problem but there isn't time to fix this right now.

Instead just code the SDK kernel version separately to work around this for
now (and fix the autobuilder tests and SDK usage).

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/classes/populate_sdk_base.bbclass