On Fri, Jun 8, 2012 at 11:42 AM, Bruce Ashfield <[email protected]> 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 <[email protected]> > --- > 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 > [email protected] > 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" _______________________________________________ Openembedded-core mailing list [email protected] http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core
