Openembedded Core Discussions
 help / color / mirror / Atom feed
* Re: [PATCH 1/1] linux-libc-headers: set default LINUXLIBCVERSION to 3.4
  2012-06-08 15:42 ` [PATCH 1/1] " Bruce Ashfield
@ 2012-06-08 15:36   ` Bruce Ashfield
  0 siblings, 0 replies; 4+ messages in thread
From: Bruce Ashfield @ 2012-06-08 15:36 UTC (permalink / raw)
  To: richard.purdie; +Cc: saul.wold, openembedded-core

On Fri, Jun 8, 2012 at 11:42 AM, Bruce Ashfield
<bruce.ashfield@windriver.com> wrote:
> The 3.4 kernel is released, and is the default for qemu* builds, so
> we can safely update the default libc-headers version to 3.4.
>
> Built and booted for qemu*
>
> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
> ---
>  meta/conf/distro/include/tcmode-default.inc        |    2 +-
>  .../linux-libc-headers/linux-libc-headers_3.4.bb   |    6 ++++++
>  2 files changed, 7 insertions(+), 1 deletions(-)
>  create mode 100644 meta/recipes-kernel/linux-libc-headers/linux-libc-headers_3.4.bb
>
> diff --git a/meta/conf/distro/include/tcmode-default.inc b/meta/conf/distro/include/tcmode-default.inc
> index 469233d..89c72c5 100644
> --- a/meta/conf/distro/include/tcmode-default.inc
> +++ b/meta/conf/distro/include/tcmode-default.inc
> @@ -22,7 +22,7 @@ SDKGCCVERSION ?= "${GCCVERSION}"
>  BINUVERSION ?= "2.22"
>  EGLIBCVERSION ?= "2.15"
>  UCLIBCVERSION ?= "0.9.33"
> -LINUXLIBCVERSION ?= "3.2"
> +LINUXLIBCVERSION ?= "3.4"
>
>  PREFERRED_VERSION_gcc ?= "${GCCVERSION}"
>  PREFERRED_VERSION_gcc-cross ?= "${GCCVERSION}"
> diff --git a/meta/recipes-kernel/linux-libc-headers/linux-libc-headers_3.4.bb b/meta/recipes-kernel/linux-libc-headers/linux-libc-headers_3.4.bb
> new file mode 100644
> index 0000000..9cedd52
> --- /dev/null
> +++ b/meta/recipes-kernel/linux-libc-headers/linux-libc-headers_3.4.bb
> @@ -0,0 +1,6 @@
> +require linux-libc-headers.inc
> +
> +PR = "r1"

FYI: this r1 came from the reference libc-headers that I used .. but
now that I think
about it, it should be r0.

I can make that change on my topic branch.

Cheers,

Bruce

> +
> +SRC_URI[md5sum] = "146af0160fc7a60cf9acf44aec13482b"
> +SRC_URI[sha256sum] = "a797a15d0b6228381507c14ecf4eec4a6cc5c77cfd521ba3b3e1325e85b5b16d"
> --
> 1.7.0.4
>
>
> _______________________________________________
> Openembedded-core mailing list
> Openembedded-core@lists.openembedded.org
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core



-- 
"Thou shalt not follow the NULL pointer, for chaos and madness await
thee at its end"



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

* [PATCH 0/1] linux-libc-headers: set default LINUXLIBCVERSION to 3.4
@ 2012-06-08 15:42 Bruce Ashfield
  2012-06-08 15:42 ` [PATCH 1/1] " Bruce Ashfield
  2012-06-11 12:50 ` [PATCH 0/1] " Richard Purdie
  0 siblings, 2 replies; 4+ messages in thread
From: Bruce Ashfield @ 2012-06-08 15:42 UTC (permalink / raw)
  To: richard.purdie; +Cc: openembedded-core, saul.wold

Richard/Saul,

Fresh of my typo success of my last series .. I rebuilt core-image-minal
for all qemu machines from scratch with this in place. No issues were
seen here, and I'm not sufficiently paranoid for 10 people.

The 3.4 kernel is released, and is the default for qemu* builds, so
we can safely update the default libc-headers version to 3.4.

Cheers,

Bruce

The following changes since commit 0612cf3fcb3365e7721a2d5c331f8cd2647ae60b:
  Kang Kai (1):
        hob2: create a standalone deploy image tool

are available in the git repository at:

  git://git.pokylinux.org/poky-contrib zedd/libc-headers
  http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=zedd/libc-headers

Bruce Ashfield (1):
  linux-libc-headers: set default LINUXLIBCVERSION to 3.4

 meta/conf/distro/include/tcmode-default.inc        |    2 +-
 .../linux-libc-headers/linux-libc-headers_3.4.bb   |    6 ++++++
 2 files changed, 7 insertions(+), 1 deletions(-)
 create mode 100644 meta/recipes-kernel/linux-libc-headers/linux-libc-headers_3.4.bb




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

* [PATCH 1/1] linux-libc-headers: set default LINUXLIBCVERSION to 3.4
  2012-06-08 15:42 [PATCH 0/1] linux-libc-headers: set default LINUXLIBCVERSION to 3.4 Bruce Ashfield
@ 2012-06-08 15:42 ` Bruce Ashfield
  2012-06-08 15:36   ` Bruce Ashfield
  2012-06-11 12:50 ` [PATCH 0/1] " Richard Purdie
  1 sibling, 1 reply; 4+ messages in thread
From: Bruce Ashfield @ 2012-06-08 15:42 UTC (permalink / raw)
  To: richard.purdie; +Cc: openembedded-core, saul.wold

The 3.4 kernel is released, and is the default for qemu* builds, so
we can safely update the default libc-headers version to 3.4.

Built and booted for qemu*

Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
---
 meta/conf/distro/include/tcmode-default.inc        |    2 +-
 .../linux-libc-headers/linux-libc-headers_3.4.bb   |    6 ++++++
 2 files changed, 7 insertions(+), 1 deletions(-)
 create mode 100644 meta/recipes-kernel/linux-libc-headers/linux-libc-headers_3.4.bb

diff --git a/meta/conf/distro/include/tcmode-default.inc b/meta/conf/distro/include/tcmode-default.inc
index 469233d..89c72c5 100644
--- a/meta/conf/distro/include/tcmode-default.inc
+++ b/meta/conf/distro/include/tcmode-default.inc
@@ -22,7 +22,7 @@ SDKGCCVERSION ?= "${GCCVERSION}"
 BINUVERSION ?= "2.22"
 EGLIBCVERSION ?= "2.15"
 UCLIBCVERSION ?= "0.9.33"
-LINUXLIBCVERSION ?= "3.2"
+LINUXLIBCVERSION ?= "3.4"
 
 PREFERRED_VERSION_gcc ?= "${GCCVERSION}"
 PREFERRED_VERSION_gcc-cross ?= "${GCCVERSION}"
diff --git a/meta/recipes-kernel/linux-libc-headers/linux-libc-headers_3.4.bb b/meta/recipes-kernel/linux-libc-headers/linux-libc-headers_3.4.bb
new file mode 100644
index 0000000..9cedd52
--- /dev/null
+++ b/meta/recipes-kernel/linux-libc-headers/linux-libc-headers_3.4.bb
@@ -0,0 +1,6 @@
+require linux-libc-headers.inc
+
+PR = "r1"
+
+SRC_URI[md5sum] = "146af0160fc7a60cf9acf44aec13482b"
+SRC_URI[sha256sum] = "a797a15d0b6228381507c14ecf4eec4a6cc5c77cfd521ba3b3e1325e85b5b16d"
-- 
1.7.0.4




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

* Re: [PATCH 0/1] linux-libc-headers: set default LINUXLIBCVERSION to 3.4
  2012-06-08 15:42 [PATCH 0/1] linux-libc-headers: set default LINUXLIBCVERSION to 3.4 Bruce Ashfield
  2012-06-08 15:42 ` [PATCH 1/1] " Bruce Ashfield
@ 2012-06-11 12:50 ` Richard Purdie
  1 sibling, 0 replies; 4+ messages in thread
From: Richard Purdie @ 2012-06-11 12:50 UTC (permalink / raw)
  To: Bruce Ashfield; +Cc: openembedded-core, saul.wold

On Fri, 2012-06-08 at 11:42 -0400, Bruce Ashfield wrote:
> Richard/Saul,
> 
> Fresh of my typo success of my last series .. I rebuilt core-image-minal
> for all qemu machines from scratch with this in place. No issues were
> seen here, and I'm not sufficiently paranoid for 10 people.
> 
> The 3.4 kernel is released, and is the default for qemu* builds, so
> we can safely update the default libc-headers version to 3.4.
> 
> Cheers,
> 
> Bruce
> 
> The following changes since commit 0612cf3fcb3365e7721a2d5c331f8cd2647ae60b:
>   Kang Kai (1):
>         hob2: create a standalone deploy image tool
> 
> are available in the git repository at:
> 
>   git://git.pokylinux.org/poky-contrib zedd/libc-headers
>   http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=zedd/libc-headers
> 
> Bruce Ashfield (1):
>   linux-libc-headers: set default LINUXLIBCVERSION to 3.4

Merged to master, thanks.

Richard




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

end of thread, other threads:[~2012-06-11 13:01 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-06-08 15:42 [PATCH 0/1] linux-libc-headers: set default LINUXLIBCVERSION to 3.4 Bruce Ashfield
2012-06-08 15:42 ` [PATCH 1/1] " Bruce Ashfield
2012-06-08 15:36   ` Bruce Ashfield
2012-06-11 12:50 ` [PATCH 0/1] " Richard Purdie

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox