All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] Update OLDEST_KERNEL v2
@ 2011-07-07 23:51 Paul Eggleton
  2011-07-07 23:51 ` [PATCH 1/2] bitbake.conf: update OLDEST_KERNEL to 2.6.16 Paul Eggleton
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Paul Eggleton @ 2011-07-07 23:51 UTC (permalink / raw)
  To: openembedded-core

Since v1, this now updates the value to 2.6.16 instead of 2.6.0.

The following changes since commit f1fc6d084b079dea21ff1a30b815496452042490:

  pulseaudio: add 0.9.23 (2011-07-07 13:44:36 +0100)

are available in the git repository at:
  git://git.openembedded.org/openembedded-core-contrib paule/oldest-kernel-26
  http://cgit.openembedded.org/cgit.cgi/openembedded-core-contrib/log/?h=paule/oldest-kernel-26

Paul Eggleton (2):
  bitbake.conf: update OLDEST_KERNEL to 2.6.16
  eglibc: bump PR for OLDEST_KERNEL change

 meta/conf/bitbake.conf                  |    2 +-
 meta/recipes-core/eglibc/eglibc_2.12.bb |    2 +-
 meta/recipes-core/eglibc/eglibc_2.13.bb |    2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

-- 
1.7.4.1




^ permalink raw reply	[flat|nested] 4+ messages in thread

* [PATCH 1/2] bitbake.conf: update OLDEST_KERNEL to 2.6.16
  2011-07-07 23:51 [PATCH 0/2] Update OLDEST_KERNEL v2 Paul Eggleton
@ 2011-07-07 23:51 ` Paul Eggleton
  2011-07-07 23:51 ` [PATCH 2/2] eglibc: bump PR for OLDEST_KERNEL change Paul Eggleton
  2011-07-08 16:27 ` [PATCH 0/2] Update OLDEST_KERNEL v2 Richard Purdie
  2 siblings, 0 replies; 4+ messages in thread
From: Paul Eggleton @ 2011-07-07 23:51 UTC (permalink / raw)
  To: openembedded-core

Since we no longer support 2.4, update this setting to 2.6.16, to line up
with the most accepted setting from OE. (This affects eglibc's kernel
support, and 2.6.16 is the minimum version for glibc 2.9 onwards.)

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
---
 meta/conf/bitbake.conf |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/meta/conf/bitbake.conf b/meta/conf/bitbake.conf
index bdaa35d..463991d 100644
--- a/meta/conf/bitbake.conf
+++ b/meta/conf/bitbake.conf
@@ -349,7 +349,7 @@ SDKPATHNATIVE = "${SDKPATH}/sysroots/${SDK_SYS}"
 # Kernel info.
 ##################################################################
 
-OLDEST_KERNEL = "2.4.0"
+OLDEST_KERNEL = "2.6.16"
 STAGING_KERNEL_DIR = "${STAGING_DIR_HOST}/kernel"
 
 ##################################################################
-- 
1.7.4.1




^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [PATCH 2/2] eglibc: bump PR for OLDEST_KERNEL change
  2011-07-07 23:51 [PATCH 0/2] Update OLDEST_KERNEL v2 Paul Eggleton
  2011-07-07 23:51 ` [PATCH 1/2] bitbake.conf: update OLDEST_KERNEL to 2.6.16 Paul Eggleton
@ 2011-07-07 23:51 ` Paul Eggleton
  2011-07-08 16:27 ` [PATCH 0/2] Update OLDEST_KERNEL v2 Richard Purdie
  2 siblings, 0 replies; 4+ messages in thread
From: Paul Eggleton @ 2011-07-07 23:51 UTC (permalink / raw)
  To: openembedded-core

Bump PR as eglibc should be rebuilt for the new OLDEST_KERNEL value.

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
---
 meta/recipes-core/eglibc/eglibc_2.12.bb |    2 +-
 meta/recipes-core/eglibc/eglibc_2.13.bb |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/meta/recipes-core/eglibc/eglibc_2.12.bb b/meta/recipes-core/eglibc/eglibc_2.12.bb
index 85d58fa..fd7b485 100644
--- a/meta/recipes-core/eglibc/eglibc_2.12.bb
+++ b/meta/recipes-core/eglibc/eglibc_2.12.bb
@@ -1,7 +1,7 @@
 require eglibc.inc
 
 DEPENDS += "gperf-native"
-PR = "r18"
+PR = "r19"
 
 SRCREV = "14158"
 
diff --git a/meta/recipes-core/eglibc/eglibc_2.13.bb b/meta/recipes-core/eglibc/eglibc_2.13.bb
index 7986131..be65787 100644
--- a/meta/recipes-core/eglibc/eglibc_2.13.bb
+++ b/meta/recipes-core/eglibc/eglibc_2.13.bb
@@ -4,7 +4,7 @@ SRCREV = "14157"
 
 DEPENDS += "gperf-native"
 FILESPATHPKG =. "eglibc-svn:"
-PR = "r5"
+PR = "r6"
 PR_append = "+svnr${SRCPV}"
 
 EGLIBC_BRANCH="eglibc-2_13"
-- 
1.7.4.1




^ permalink raw reply related	[flat|nested] 4+ messages in thread

* Re: [PATCH 0/2] Update OLDEST_KERNEL v2
  2011-07-07 23:51 [PATCH 0/2] Update OLDEST_KERNEL v2 Paul Eggleton
  2011-07-07 23:51 ` [PATCH 1/2] bitbake.conf: update OLDEST_KERNEL to 2.6.16 Paul Eggleton
  2011-07-07 23:51 ` [PATCH 2/2] eglibc: bump PR for OLDEST_KERNEL change Paul Eggleton
@ 2011-07-08 16:27 ` Richard Purdie
  2 siblings, 0 replies; 4+ messages in thread
From: Richard Purdie @ 2011-07-08 16:27 UTC (permalink / raw)
  To: Patches and discussions about the oe-core layer

On Fri, 2011-07-08 at 00:51 +0100, Paul Eggleton wrote:
> Since v1, this now updates the value to 2.6.16 instead of 2.6.0.
> 
> The following changes since commit f1fc6d084b079dea21ff1a30b815496452042490:
> 
>   pulseaudio: add 0.9.23 (2011-07-07 13:44:36 +0100)
> 
> are available in the git repository at:
>   git://git.openembedded.org/openembedded-core-contrib paule/oldest-kernel-26
>   http://cgit.openembedded.org/cgit.cgi/openembedded-core-contrib/log/?h=paule/oldest-kernel-26
> 
> Paul Eggleton (2):
>   bitbake.conf: update OLDEST_KERNEL to 2.6.16
>   eglibc: bump PR for OLDEST_KERNEL change

Merged to master, thanks.

Richard




^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2011-07-08 16:31 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-07-07 23:51 [PATCH 0/2] Update OLDEST_KERNEL v2 Paul Eggleton
2011-07-07 23:51 ` [PATCH 1/2] bitbake.conf: update OLDEST_KERNEL to 2.6.16 Paul Eggleton
2011-07-07 23:51 ` [PATCH 2/2] eglibc: bump PR for OLDEST_KERNEL change Paul Eggleton
2011-07-08 16:27 ` [PATCH 0/2] Update OLDEST_KERNEL v2 Richard Purdie

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.