From e68432e538f31f4fdfd25d3663b757280e0366c5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=BCller?= Date: Wed, 8 Oct 2014 09:27:54 +0200 Subject: [PATCH] angstrom-next: don't pin OLDEST_KERNEL MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 Signed-off-by: Koen Kooi --- conf/distro/angstrom-next.conf | 2 -- 1 file changed, 2 deletions(-) diff --git a/conf/distro/angstrom-next.conf b/conf/distro/angstrom-next.conf index 03906ec..94e9226 100644 --- a/conf/distro/angstrom-next.conf +++ b/conf/distro/angstrom-next.conf @@ -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