On Mon, Jul 16, 2012 at 11:47 AM, Saul Wold <[email protected]> wrote: > From: Bogdan Marinescu <[email protected]> > > Tested by building core-image-sato-sdk.
We've never gone to this level of granularity in the past, since -stable updates to the kernel are not going to change something in the libc-headers exports. As far as I'm concerned, bumping this for each stable release is too much churn. Sorry I missed this during the original review/posting. Cheers, Bruce > > Signed-off-by: Bogdan Marinescu <[email protected]> > Signed-off-by: Saul Wold <[email protected]> > --- > meta/conf/distro/include/tcmode-default.inc | 2 +- > .../linux-libc-headers/linux-libc-headers_3.4.3.bb | 6 ++++++ > .../linux-libc-headers/linux-libc-headers_3.4.bb | 6 ------ > 3 files changed, 7 insertions(+), 7 deletions(-) > create mode 100644 > meta/recipes-kernel/linux-libc-headers/linux-libc-headers_3.4.3.bb > delete 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 f11e687..0a068be 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.4" > +LINUXLIBCVERSION ?= "3.4.3" > > PREFERRED_VERSION_gcc ?= "${GCCVERSION}" > PREFERRED_VERSION_gcc-cross ?= "${GCCVERSION}" > diff --git > a/meta/recipes-kernel/linux-libc-headers/linux-libc-headers_3.4.3.bb > b/meta/recipes-kernel/linux-libc-headers/linux-libc-headers_3.4.3.bb > new file mode 100644 > index 0000000..6f8d9e8 > --- /dev/null > +++ b/meta/recipes-kernel/linux-libc-headers/linux-libc-headers_3.4.3.bb > @@ -0,0 +1,6 @@ > +require linux-libc-headers.inc > + > +PR = "r0" > + > +SRC_URI[md5sum] = "3aefa02db55715d627ed23a01667057d" > +SRC_URI[sha256sum] = > "17f1256daa289dde1a0a587c9753556d37a52770f7c4efcf2666fd4796a6eacc" > 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 > deleted file mode 100644 > index 9e8c88f..0000000 > --- a/meta/recipes-kernel/linux-libc-headers/linux-libc-headers_3.4.bb > +++ /dev/null > @@ -1,6 +0,0 @@ > -require linux-libc-headers.inc > - > -PR = "r0" > - > -SRC_URI[md5sum] = "146af0160fc7a60cf9acf44aec13482b" > -SRC_URI[sha256sum] = > "a797a15d0b6228381507c14ecf4eec4a6cc5c77cfd521ba3b3e1325e85b5b16d" > -- > 1.7.7.6 > > > _______________________________________________ > 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
