On Tue, Jan 30, 2018 at 5:21 AM, Martin Jansa <[email protected]> wrote: > Hi, > > you've forgot to update the version in > meta/conf/distro/include/tcmode-default.inc: > > meta/conf/distro/include/tcmode-default.inc:LINUXLIBCVERSION ?= "4.12%" > meta/conf/distro/include/tcmode-default.inc:PREFERRED_VERSION_linux-libc-headers > ?= "${LINUXLIBCVERSION}" > meta/conf/distro/include/tcmode-default.inc:PREFERRED_VERSION_nativesdk-linux-libc-headers > ?= "${LINUXLIBCVERSION}" > > causing: > NOTE: preferred version 4.12% of nativesdk-linux-libc-headers not available > (for item nativesdk-linux-libc-headers) > NOTE: versions of nativesdk-linux-libc-headers available: 4.14.13 > NOTE: preferred version 4.12% of linux-libc-headers not available (for item > linux-libc-headers) > NOTE: versions of linux-libc-headers available: 4.14.13 > NOTE: preferred version 4.12% of linux-libc-headers not available (for item > linux-libc-headers-dev) > NOTE: versions of linux-libc-headers available: 4.14.13 > NOTE: preferred version 4.12% of nativesdk-linux-libc-headers not available > (for item nativesdk-linux-libc-headers-dev) > > In every build, can you please fix it?
I also missed this in the way in, since I wasn't cc'd on the patch and this is something that I take care of when doing the revs for each release. <end rant> I see you sent a patch to fix it anyway, thanks for that! Bruce > > Thanks > > > > On Mon, Jan 29, 2018 at 9:50 AM, <[email protected]> wrote: >> >> This is an automated email from the git hooks/post-receive script. >> >> rpurdie pushed a commit to branch master >> in repository openembedded-core. >> >> commit 71776273bbcb8b08aa55296c82ec2a10b0978a57 >> Author: Huang Qiyu <[email protected]> >> AuthorDate: Fri Jan 26 17:00:08 2018 +0800 >> >> linux-libc-headers: 4.12 -> 4.14.13 >> >> Upgrade linux-libc-headers from 4.12 to 4.14.13. >> >> Signed-off-by: Huang Qiyu <[email protected]> >> Signed-off-by: Ross Burton <[email protected]> >> --- >> .../{linux-libc-headers_4.12.bb => linux-libc-headers_4.14.13.bb} | 4 >> ++-- >> 1 file changed, 2 insertions(+), 2 deletions(-) >> >> diff --git >> a/meta/recipes-kernel/linux-libc-headers/linux-libc-headers_4.12.bb >> b/meta/recipes-kernel/linux-libc-headers/linux-libc-headers_4.14.13.bb >> similarity index 71% >> rename from >> meta/recipes-kernel/linux-libc-headers/linux-libc-headers_4.12.bb >> rename to >> meta/recipes-kernel/linux-libc-headers/linux-libc-headers_4.14.13.bb >> index f0d0abf..455ad4b 100644 >> --- a/meta/recipes-kernel/linux-libc-headers/linux-libc-headers_4.12.bb >> +++ b/meta/recipes-kernel/linux-libc-headers/linux-libc-headers_4.14.13.bb >> @@ -7,5 +7,5 @@ SRC_URI_append_libc-musl = "\ >> >> file://0001-libc-compat.h-musl-_does_-define-IFF_LOWER_UP-DORMAN.patch \ >> " >> >> -SRC_URI[md5sum] = "fc454157e2d024d401a60905d6481c6b" >> -SRC_URI[sha256sum] = >> "a45c3becd4d08ce411c14628a949d08e2433d8cdeca92036c7013980e93858ab" >> +SRC_URI[md5sum] = "4e8bb562f8fd33d5ef1feb0435ed2b02" >> +SRC_URI[sha256sum] = >> "4ab46d1b5a0f8ef83b80760f89ae4f5c88431b19b3cf79ffa0c66d6b33e45772" >> >> -- >> To stop receiving notification emails like this one, please contact >> the administrator of this repository. >> -- >> _______________________________________________ >> Openembedded-commits mailing list >> [email protected] >> http://lists.openembedded.org/mailman/listinfo/openembedded-commits > > > > -- > _______________________________________________ > Openembedded-core mailing list > [email protected] > http://lists.openembedded.org/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.openembedded.org/mailman/listinfo/openembedded-core
