angstrom-next: don't pin OLDEST_KERNEL

error caused in do_rootfs:

| NOTE: > Executing update_pixbuf_cache intercept ...
| FATAL: kernel too old
| WARNING: The postinstall intercept hook 'update_pixbuf_cache' failed (exit code: 127)! See log for details!

and many other 'kernel too old' messages.

So let's trust in OLDEST_KERNEL set by oe-core's bitbake.conf.

Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
This commit is contained in:
Andreas Müller
2014-10-08 09:27:54 +02:00
committed by Koen Kooi
parent 74de3a9171
commit e68432e538

View File

@@ -21,8 +21,6 @@
DISTRO_VERSION = "v${@time.strftime('%Y.%m',time.gmtime())}"
OLDEST_KERNEL = "2.6.16"
require conf/distro/include/sane-srcdates.inc
require conf/distro/include/sane-srcrevs.inc
require conf/distro/include/angstrom-preferred-versions.inc