Re: [Angstrom-devel] [PATCH][meta-angstrom] angstrom-next: don't pin OLDEST_KERNEL

2014-10-10 Thread Koen Kooi
Applied, thanks!

Op 8 okt. 2014, om 09:27 heeft Andreas Müller schnitzelt...@googlemail.com 
het volgende geschreven:

 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 schnitzelt...@googlemail.com
 ---
 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
 -- 
 1.8.3.1
 
 
 ___
 Angstrom-distro-devel mailing list
 Angstrom-distro-devel@linuxtogo.org
 http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/angstrom-distro-devel


___
Angstrom-distro-devel mailing list
Angstrom-distro-devel@linuxtogo.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/angstrom-distro-devel


Re: [Angstrom-devel] [PATCH][meta-angstrom] angstrom-next: don't pin OLDEST_KERNEL

2014-10-10 Thread Koen Kooi

Op 9 okt. 2014, om 00:18 heeft Khem Raj raj.k...@gmail.com het volgende 
geschreven:

 On Wed, Oct 8, 2014 at 12:27 AM, Andreas Müller
 schnitzelt...@googlemail.com wrote:
 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 schnitzelt...@googlemail.com
 ---
 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
 
 This is a good change but please note it will impact the feeds. They
 won't work with devices running older images anymore.

With systemd being the default we're effectively requiring 2.6.37+backports 
already (or 2.6.32+RHEL backports)
___
Angstrom-distro-devel mailing list
Angstrom-distro-devel@linuxtogo.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/angstrom-distro-devel


[Angstrom-devel] [PATCH][meta-angstrom] angstrom-next: don't pin OLDEST_KERNEL

2014-10-08 Thread Andreas Müller
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 schnitzelt...@googlemail.com
---
 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
-- 
1.8.3.1


___
Angstrom-distro-devel mailing list
Angstrom-distro-devel@linuxtogo.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/angstrom-distro-devel


Re: [Angstrom-devel] [PATCH][meta-angstrom] angstrom-next: don't pin OLDEST_KERNEL

2014-10-08 Thread Khem Raj
On Wed, Oct 8, 2014 at 12:27 AM, Andreas Müller
schnitzelt...@googlemail.com wrote:
 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 schnitzelt...@googlemail.com
 ---
  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

This is a good change but please note it will impact the feeds. They
won't work with devices running older images anymore.

 -
  require conf/distro/include/sane-srcdates.inc
  require conf/distro/include/sane-srcrevs.inc
  require conf/distro/include/angstrom-preferred-versions.inc
 --
 1.8.3.1


 ___
 Angstrom-distro-devel mailing list
 Angstrom-distro-devel@linuxtogo.org
 http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/angstrom-distro-devel

___
Angstrom-distro-devel mailing list
Angstrom-distro-devel@linuxtogo.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/angstrom-distro-devel