| Submitter | Khem Raj |
|---|---|
| Date | Jan. 5, 2013, midnight |
| Message ID | <cover.1357343832.git.raj.khem@gmail.com> |
| Download | mbox |
| Permalink | /patch/41999/ |
| State | New |
| Headers | show |
Pull-request
git://git.openembedded.org/openembedded-core-contrib kraj/eglibc-2.17Comments
A bit of an update here. I have pushed another patch on top of this list to the branch to fix udev and after that I have been able to build and boot core-image-sato on all supported qemu machines. On Fri, Jan 4, 2013 at 4:00 PM, Khem Raj <raj.khem@gmail.com> wrote: > I would like folks to try and test this upgrade. I have tested it on angstrom/systemd-image > booted on all supported qemu images. > > This is however now the final set since I have to put the 2.17 tars on > downloads location > > Please try it out in your configurations and let me know if you find issues. > > The following changes since commit b693f6d3d48b281fbbf71fd56996c85e23c3a9c9: > > freetype: update to 2.4.11 which includes fixes for CVE-2012-{5668, 5669, 5670} (2012-12-31 09:42:49 +0000) > > are available in the git repository at: > > git://git.openembedded.org/openembedded-core-contrib kraj/eglibc-2.17 > http://cgit.openembedded.org/cgit.cgi/openembedded-core-contrib/log/?h=kraj/eglibc-2.17 > > Khem Raj (3): > eglibc: Upgrade recipes 2.16 -> 2.17 > eglibc_2.17: Fix Tibetian locale generation error > ofono: Fix build with eglibc 2.17 > > Noor Ahsan (1): > cairo: Adds libxext in X11DEPENDS. > > meta/conf/distro/include/tcmode-default.inc | 2 +- > .../ofono/ofono/missing-ssize_t.patch | 23 ++ > meta/recipes-connectivity/ofono/ofono_1.12.bb | 3 +- > ...tive_2.16.bb => cross-localedef-native_2.17.bb} | 12 +- > .../0001-Add-ARM-specific-static-stubs.c.patch | 27 -- > ..._handle_at-open_by_handle-etc.-to-PowerPC.patch | 65 ---- > ...f-libgcc_s-and-libgcc_eh-when-building-gl.patch | 343 -------------------- > .../eglibc-2.16/use-sysroot-cxx-headers.patch | 42 --- > .../0001-R_ARM_TLS_DTPOFF32.patch | 0 > .../0001-eglibc-menuconfig-support.patch | 0 > ...n-libm-err-tab.pl-with-specific-dirs-in-S.patch | 0 > ...0002-eglibc-menuconfig-hex-string-options.patch | 0 > ...0003-eglibc-menuconfig-build-instructions.patch | 0 > .../GLRO_dl_debug_mask.patch | 0 > .../IO-acquire-lock-fix.patch | 0 > .../add_resource_h_to_wait_h.patch | 0 > .../eglibc-svn-arm-lowlevellock-include-tls.patch | 0 > .../eglibc_fix_findidx_parameters.patch | 0 > .../{eglibc-2.16 => eglibc-2.17}/etc/ld.so.conf | 0 > .../fileops-without-wchar-io.patch | 0 > .../eglibc/eglibc-2.17/fix-tibetian-locales.patch | 38 +++ > .../fix_for_centos_5.8.patch | 0 > .../fsl-ppc-no-fsqrt.patch | 0 > .../generate-supported.mk | 0 > .../glibc.fix_sqrt2.patch | 0 > .../initgroups_keys.patch | 0 > .../ld-search-order.patch | 0 > .../mips-rld-map-check.patch | 0 > .../multilib_readlib.patch | 0 > .../ppc-sqrt_finite.patch | 0 > .../ppc_slow_ieee754_sqrt.patch | 0 > .../relocatable_sdk.patch | 0 > .../tzselect-awk.patch | 0 > .../{eglibc-2.16 => eglibc-2.17}/tzselect-sh.patch | 54 ++- > ...libc-initial_2.16.bb => eglibc-initial_2.17.bb} | 0 > meta/recipes-core/eglibc/eglibc-locale.inc | 2 - > ...eglibc-locale_2.16.bb => eglibc-locale_2.17.bb} | 0 > meta/recipes-core/eglibc/eglibc-mtrace.inc | 1 - > ...eglibc-mtrace_2.16.bb => eglibc-mtrace_2.17.bb} | 0 > ...libc-scripts_2.16.bb => eglibc-scripts_2.17.bb} | 0 > .../eglibc/{eglibc_2.16.bb => eglibc_2.17.bb} | 39 +-- > meta/recipes-graphics/cairo/cairo.inc | 8 +- > meta/recipes-graphics/cairo/cairo_1.12.8.bb | 2 +- > 43 files changed, 107 insertions(+), 554 deletions(-) > create mode 100644 meta/recipes-connectivity/ofono/ofono/missing-ssize_t.patch > rename meta/recipes-core/eglibc/{cross-localedef-native_2.16.bb => cross-localedef-native_2.17.bb} (74%) > delete mode 100644 meta/recipes-core/eglibc/eglibc-2.16/0001-Add-ARM-specific-static-stubs.c.patch > delete mode 100644 meta/recipes-core/eglibc/eglibc-2.16/0001-Add-name_to_handle_at-open_by_handle-etc.-to-PowerPC.patch > delete mode 100644 meta/recipes-core/eglibc/eglibc-2.16/0001-Avoid-use-of-libgcc_s-and-libgcc_eh-when-building-gl.patch > delete mode 100644 meta/recipes-core/eglibc/eglibc-2.16/use-sysroot-cxx-headers.patch > rename meta/recipes-core/eglibc/{eglibc-2.16 => eglibc-2.17}/0001-R_ARM_TLS_DTPOFF32.patch (100%) > rename meta/recipes-core/eglibc/{eglibc-2.16 => eglibc-2.17}/0001-eglibc-menuconfig-support.patch (100%) > rename meta/recipes-core/eglibc/{eglibc-2.16 => eglibc-2.17}/0001-eglibc-run-libm-err-tab.pl-with-specific-dirs-in-S.patch (100%) > rename meta/recipes-core/eglibc/{eglibc-2.16 => eglibc-2.17}/0002-eglibc-menuconfig-hex-string-options.patch (100%) > rename meta/recipes-core/eglibc/{eglibc-2.16 => eglibc-2.17}/0003-eglibc-menuconfig-build-instructions.patch (100%) > rename meta/recipes-core/eglibc/{eglibc-2.16 => eglibc-2.17}/GLRO_dl_debug_mask.patch (100%) > rename meta/recipes-core/eglibc/{eglibc-2.16 => eglibc-2.17}/IO-acquire-lock-fix.patch (100%) > rename meta/recipes-core/eglibc/{eglibc-2.16 => eglibc-2.17}/add_resource_h_to_wait_h.patch (100%) > rename meta/recipes-core/eglibc/{eglibc-2.16 => eglibc-2.17}/eglibc-svn-arm-lowlevellock-include-tls.patch (100%) > rename meta/recipes-core/eglibc/{eglibc-2.16 => eglibc-2.17}/eglibc_fix_findidx_parameters.patch (100%) > rename meta/recipes-core/eglibc/{eglibc-2.16 => eglibc-2.17}/etc/ld.so.conf (100%) > rename meta/recipes-core/eglibc/{eglibc-2.16 => eglibc-2.17}/fileops-without-wchar-io.patch (100%) > create mode 100644 meta/recipes-core/eglibc/eglibc-2.17/fix-tibetian-locales.patch > rename meta/recipes-core/eglibc/{eglibc-2.16 => eglibc-2.17}/fix_for_centos_5.8.patch (100%) > rename meta/recipes-core/eglibc/{eglibc-2.16 => eglibc-2.17}/fsl-ppc-no-fsqrt.patch (100%) > rename meta/recipes-core/eglibc/{eglibc-2.16 => eglibc-2.17}/generate-supported.mk (100%) > rename meta/recipes-core/eglibc/{eglibc-2.16 => eglibc-2.17}/glibc.fix_sqrt2.patch (100%) > rename meta/recipes-core/eglibc/{eglibc-2.16 => eglibc-2.17}/initgroups_keys.patch (100%) > rename meta/recipes-core/eglibc/{eglibc-2.16 => eglibc-2.17}/ld-search-order.patch (100%) > rename meta/recipes-core/eglibc/{eglibc-2.16 => eglibc-2.17}/mips-rld-map-check.patch (100%) > rename meta/recipes-core/eglibc/{eglibc-2.16 => eglibc-2.17}/multilib_readlib.patch (100%) > rename meta/recipes-core/eglibc/{eglibc-2.16 => eglibc-2.17}/ppc-sqrt_finite.patch (100%) > rename meta/recipes-core/eglibc/{eglibc-2.16 => eglibc-2.17}/ppc_slow_ieee754_sqrt.patch (100%) > rename meta/recipes-core/eglibc/{eglibc-2.16 => eglibc-2.17}/relocatable_sdk.patch (100%) > rename meta/recipes-core/eglibc/{eglibc-2.16 => eglibc-2.17}/tzselect-awk.patch (100%) > rename meta/recipes-core/eglibc/{eglibc-2.16 => eglibc-2.17}/tzselect-sh.patch (77%) > rename meta/recipes-core/eglibc/{eglibc-initial_2.16.bb => eglibc-initial_2.17.bb} (100%) > rename meta/recipes-core/eglibc/{eglibc-locale_2.16.bb => eglibc-locale_2.17.bb} (100%) > rename meta/recipes-core/eglibc/{eglibc-mtrace_2.16.bb => eglibc-mtrace_2.17.bb} (100%) > rename meta/recipes-core/eglibc/{eglibc-scripts_2.16.bb => eglibc-scripts_2.17.bb} (100%) > rename meta/recipes-core/eglibc/{eglibc_2.16.bb => eglibc_2.17.bb} (74%) > > -- > 1.7.9.5 >
W dniu 05.01.2013 01:00, Khem Raj pisze: > I would like folks to try and test this upgrade. I have tested it on angstrom/systemd-image > booted on all supported qemu images. > > This is however now the final set since I have to put the 2.17 tars on > downloads location > > Please try it out in your configurations and let me know if you find issues. bitbake meta-toolchain fails: Applying patch ld-search-order.patch patching file elf/dl-load.c Hunk #1 FAILED at 2107. Hunk #2 succeeded at 2283 with fuzz 2 (offset 114 lines). 1 out of 2 hunks FAILED -- rejects in file elf/dl-load.c Patch ld-search-order.patch does not apply (enforce with -f) ERROR: Function failed: patch_do_patch
On Mon, Jan 07, 2013 at 02:49:48PM -0800, Khem Raj wrote: > A bit of an update here. > I have pushed another patch on top of this list to the branch to fix > udev and after that I have been able > to build and boot core-image-sato on all supported qemu machines. I've build tested with bitbake world (23 layers enabled) and runtime tested on armv4t (om-gta02). Looks good! Thanks Cheers, > On Fri, Jan 4, 2013 at 4:00 PM, Khem Raj <raj.khem@gmail.com> wrote: > > I would like folks to try and test this upgrade. I have tested it on angstrom/systemd-image > > booted on all supported qemu images. > > > > This is however now the final set since I have to put the 2.17 tars on > > downloads location > > > > Please try it out in your configurations and let me know if you find issues. > > > > The following changes since commit b693f6d3d48b281fbbf71fd56996c85e23c3a9c9: > > > > freetype: update to 2.4.11 which includes fixes for CVE-2012-{5668, 5669, 5670} (2012-12-31 09:42:49 +0000) > > > > are available in the git repository at: > > > > git://git.openembedded.org/openembedded-core-contrib kraj/eglibc-2.17 > > http://cgit.openembedded.org/cgit.cgi/openembedded-core-contrib/log/?h=kraj/eglibc-2.17 > > > > Khem Raj (3): > > eglibc: Upgrade recipes 2.16 -> 2.17 > > eglibc_2.17: Fix Tibetian locale generation error > > ofono: Fix build with eglibc 2.17 > > > > Noor Ahsan (1): > > cairo: Adds libxext in X11DEPENDS. > > > > meta/conf/distro/include/tcmode-default.inc | 2 +- > > .../ofono/ofono/missing-ssize_t.patch | 23 ++ > > meta/recipes-connectivity/ofono/ofono_1.12.bb | 3 +- > > ...tive_2.16.bb => cross-localedef-native_2.17.bb} | 12 +- > > .../0001-Add-ARM-specific-static-stubs.c.patch | 27 -- > > ..._handle_at-open_by_handle-etc.-to-PowerPC.patch | 65 ---- > > ...f-libgcc_s-and-libgcc_eh-when-building-gl.patch | 343 -------------------- > > .../eglibc-2.16/use-sysroot-cxx-headers.patch | 42 --- > > .../0001-R_ARM_TLS_DTPOFF32.patch | 0 > > .../0001-eglibc-menuconfig-support.patch | 0 > > ...n-libm-err-tab.pl-with-specific-dirs-in-S.patch | 0 > > ...0002-eglibc-menuconfig-hex-string-options.patch | 0 > > ...0003-eglibc-menuconfig-build-instructions.patch | 0 > > .../GLRO_dl_debug_mask.patch | 0 > > .../IO-acquire-lock-fix.patch | 0 > > .../add_resource_h_to_wait_h.patch | 0 > > .../eglibc-svn-arm-lowlevellock-include-tls.patch | 0 > > .../eglibc_fix_findidx_parameters.patch | 0 > > .../{eglibc-2.16 => eglibc-2.17}/etc/ld.so.conf | 0 > > .../fileops-without-wchar-io.patch | 0 > > .../eglibc/eglibc-2.17/fix-tibetian-locales.patch | 38 +++ > > .../fix_for_centos_5.8.patch | 0 > > .../fsl-ppc-no-fsqrt.patch | 0 > > .../generate-supported.mk | 0 > > .../glibc.fix_sqrt2.patch | 0 > > .../initgroups_keys.patch | 0 > > .../ld-search-order.patch | 0 > > .../mips-rld-map-check.patch | 0 > > .../multilib_readlib.patch | 0 > > .../ppc-sqrt_finite.patch | 0 > > .../ppc_slow_ieee754_sqrt.patch | 0 > > .../relocatable_sdk.patch | 0 > > .../tzselect-awk.patch | 0 > > .../{eglibc-2.16 => eglibc-2.17}/tzselect-sh.patch | 54 ++- > > ...libc-initial_2.16.bb => eglibc-initial_2.17.bb} | 0 > > meta/recipes-core/eglibc/eglibc-locale.inc | 2 - > > ...eglibc-locale_2.16.bb => eglibc-locale_2.17.bb} | 0 > > meta/recipes-core/eglibc/eglibc-mtrace.inc | 1 - > > ...eglibc-mtrace_2.16.bb => eglibc-mtrace_2.17.bb} | 0 > > ...libc-scripts_2.16.bb => eglibc-scripts_2.17.bb} | 0 > > .../eglibc/{eglibc_2.16.bb => eglibc_2.17.bb} | 39 +-- > > meta/recipes-graphics/cairo/cairo.inc | 8 +- > > meta/recipes-graphics/cairo/cairo_1.12.8.bb | 2 +- > > 43 files changed, 107 insertions(+), 554 deletions(-) > > create mode 100644 meta/recipes-connectivity/ofono/ofono/missing-ssize_t.patch > > rename meta/recipes-core/eglibc/{cross-localedef-native_2.16.bb => cross-localedef-native_2.17.bb} (74%) > > delete mode 100644 meta/recipes-core/eglibc/eglibc-2.16/0001-Add-ARM-specific-static-stubs.c.patch > > delete mode 100644 meta/recipes-core/eglibc/eglibc-2.16/0001-Add-name_to_handle_at-open_by_handle-etc.-to-PowerPC.patch > > delete mode 100644 meta/recipes-core/eglibc/eglibc-2.16/0001-Avoid-use-of-libgcc_s-and-libgcc_eh-when-building-gl.patch > > delete mode 100644 meta/recipes-core/eglibc/eglibc-2.16/use-sysroot-cxx-headers.patch > > rename meta/recipes-core/eglibc/{eglibc-2.16 => eglibc-2.17}/0001-R_ARM_TLS_DTPOFF32.patch (100%) > > rename meta/recipes-core/eglibc/{eglibc-2.16 => eglibc-2.17}/0001-eglibc-menuconfig-support.patch (100%) > > rename meta/recipes-core/eglibc/{eglibc-2.16 => eglibc-2.17}/0001-eglibc-run-libm-err-tab.pl-with-specific-dirs-in-S.patch (100%) > > rename meta/recipes-core/eglibc/{eglibc-2.16 => eglibc-2.17}/0002-eglibc-menuconfig-hex-string-options.patch (100%) > > rename meta/recipes-core/eglibc/{eglibc-2.16 => eglibc-2.17}/0003-eglibc-menuconfig-build-instructions.patch (100%) > > rename meta/recipes-core/eglibc/{eglibc-2.16 => eglibc-2.17}/GLRO_dl_debug_mask.patch (100%) > > rename meta/recipes-core/eglibc/{eglibc-2.16 => eglibc-2.17}/IO-acquire-lock-fix.patch (100%) > > rename meta/recipes-core/eglibc/{eglibc-2.16 => eglibc-2.17}/add_resource_h_to_wait_h.patch (100%) > > rename meta/recipes-core/eglibc/{eglibc-2.16 => eglibc-2.17}/eglibc-svn-arm-lowlevellock-include-tls.patch (100%) > > rename meta/recipes-core/eglibc/{eglibc-2.16 => eglibc-2.17}/eglibc_fix_findidx_parameters.patch (100%) > > rename meta/recipes-core/eglibc/{eglibc-2.16 => eglibc-2.17}/etc/ld.so.conf (100%) > > rename meta/recipes-core/eglibc/{eglibc-2.16 => eglibc-2.17}/fileops-without-wchar-io.patch (100%) > > create mode 100644 meta/recipes-core/eglibc/eglibc-2.17/fix-tibetian-locales.patch > > rename meta/recipes-core/eglibc/{eglibc-2.16 => eglibc-2.17}/fix_for_centos_5.8.patch (100%) > > rename meta/recipes-core/eglibc/{eglibc-2.16 => eglibc-2.17}/fsl-ppc-no-fsqrt.patch (100%) > > rename meta/recipes-core/eglibc/{eglibc-2.16 => eglibc-2.17}/generate-supported.mk (100%) > > rename meta/recipes-core/eglibc/{eglibc-2.16 => eglibc-2.17}/glibc.fix_sqrt2.patch (100%) > > rename meta/recipes-core/eglibc/{eglibc-2.16 => eglibc-2.17}/initgroups_keys.patch (100%) > > rename meta/recipes-core/eglibc/{eglibc-2.16 => eglibc-2.17}/ld-search-order.patch (100%) > > rename meta/recipes-core/eglibc/{eglibc-2.16 => eglibc-2.17}/mips-rld-map-check.patch (100%) > > rename meta/recipes-core/eglibc/{eglibc-2.16 => eglibc-2.17}/multilib_readlib.patch (100%) > > rename meta/recipes-core/eglibc/{eglibc-2.16 => eglibc-2.17}/ppc-sqrt_finite.patch (100%) > > rename meta/recipes-core/eglibc/{eglibc-2.16 => eglibc-2.17}/ppc_slow_ieee754_sqrt.patch (100%) > > rename meta/recipes-core/eglibc/{eglibc-2.16 => eglibc-2.17}/relocatable_sdk.patch (100%) > > rename meta/recipes-core/eglibc/{eglibc-2.16 => eglibc-2.17}/tzselect-awk.patch (100%) > > rename meta/recipes-core/eglibc/{eglibc-2.16 => eglibc-2.17}/tzselect-sh.patch (77%) > > rename meta/recipes-core/eglibc/{eglibc-initial_2.16.bb => eglibc-initial_2.17.bb} (100%) > > rename meta/recipes-core/eglibc/{eglibc-locale_2.16.bb => eglibc-locale_2.17.bb} (100%) > > rename meta/recipes-core/eglibc/{eglibc-mtrace_2.16.bb => eglibc-mtrace_2.17.bb} (100%) > > rename meta/recipes-core/eglibc/{eglibc-scripts_2.16.bb => eglibc-scripts_2.17.bb} (100%) > > rename meta/recipes-core/eglibc/{eglibc_2.16.bb => eglibc_2.17.bb} (74%) > > > > -- > > 1.7.9.5 > > > > _______________________________________________ > Openembedded-core mailing list > Openembedded-core@lists.openembedded.org > http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core
On Wed, Jan 9, 2013 at 3:38 AM, Marcin Juszkiewicz <marcin.juszkiewicz@linaro.org> wrote: > W dniu 05.01.2013 01:00, Khem Raj pisze: >> I would like folks to try and test this upgrade. I have tested it on angstrom/systemd-image >> booted on all supported qemu images. >> >> This is however now the final set since I have to put the 2.17 tars on >> downloads location >> >> Please try it out in your configurations and let me know if you find issues. > > bitbake meta-toolchain fails: > > Applying patch ld-search-order.patch > patching file elf/dl-load.c > Hunk #1 FAILED at 2107. > Hunk #2 succeeded at 2283 with fuzz 2 (offset 114 lines). > 1 out of 2 hunks FAILED -- rejects in file elf/dl-load.c > Patch ld-search-order.patch does not apply (enforce with -f) > ERROR: Function failed: patch_do_patch hmm this is weird. let me see whats going on here. > > _______________________________________________ > Openembedded-core mailing list > Openembedded-core@lists.openembedded.org > http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core
W dniu 05.01.2013 01:00, Khem Raj pisze: > I would like folks to try and test this upgrade. I have tested it on angstrom/systemd-image > booted on all supported qemu images. > > This is however now the final set since I have to put the 2.17 tars on > downloads location > > Please try it out in your configurations and let me know if you find issues. Other than meta-toolchain I did not found any new bugs while built for AArch64 target.
On Wed, Jan 9, 2013 at 6:59 AM, Marcin Juszkiewicz <marcin.juszkiewicz@linaro.org> wrote: > W dniu 05.01.2013 01:00, Khem Raj pisze: >> I would like folks to try and test this upgrade. I have tested it on angstrom/systemd-image >> booted on all supported qemu images. >> >> This is however now the final set since I have to put the 2.17 tars on >> downloads location >> >> Please try it out in your configurations and let me know if you find issues. > > Other than meta-toolchain I did not found any new bugs while built for > AArch64 target. > cool the patching error is now fixed. I have updated the contrib tree so if you reapply the patches then meta-toolchain issue should be gone too. > _______________________________________________ > Openembedded-core mailing list > Openembedded-core@lists.openembedded.org > http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core
On 01/09/2013 07:02 AM, Khem Raj wrote: > On Wed, Jan 9, 2013 at 6:59 AM, Marcin Juszkiewicz > <marcin.juszkiewicz@linaro.org> wrote: >> W dniu 05.01.2013 01:00, Khem Raj pisze: >>> I would like folks to try and test this upgrade. I have tested it on angstrom/systemd-image >>> booted on all supported qemu images. >>> >>> This is however now the final set since I have to put the 2.17 tars on >>> downloads location >>> >>> Please try it out in your configurations and let me know if you find issues. >> >> Other than meta-toolchain I did not found any new bugs while built for >> AArch64 target. >> > > cool the patching error is now fixed. I have updated the contrib tree so if you > reapply the patches then meta-toolchain issue should be gone too. > I will update the MUT branch also, I saw this issue last night on the Autobuilder and was going to send email, glad I read email first! Sau! > >> _______________________________________________ >> Openembedded-core mailing list >> Openembedded-core@lists.openembedded.org >> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core > > _______________________________________________ > Openembedded-core mailing list > Openembedded-core@lists.openembedded.org > http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core > >
>> >> cool the patching error is now fixed. I have updated the contrib tree so >> if you >> reapply the patches then meta-toolchain issue should be gone too. >> > I will update the MUT branch also, I saw this issue last night on the > Autobuilder and was going to send email, glad I read email first! > The tar files are now uploads to dl yp org and I have updated the recipes to reflect the new download location in recipes and pushed to pull branch this would be the last update before pushing this change. Please update Thanks -Khem
On 01/15/2013 02:53 PM, Khem Raj wrote: >>> >>> cool the patching error is now fixed. I have updated the contrib tree so >>> if you >>> reapply the patches then meta-toolchain issue should be gone too. >>> >> I will update the MUT branch also, I saw this issue last night on the >> Autobuilder and was going to send email, glad I read email first! >> > > The tar files are now uploads to dl yp org and I have updated the recipes > to reflect the new download location in recipes and pushed to pull branch > this would be the last update before pushing this change. Please update > Khem, I think we might be trying to get the baisc systemd update done first then update it for eglibc 2.17 and then pull this patch set. I will be talking with RP and Ross about this tomorrow. This might wait another week or so. Thanks for the update. Sau! > Thanks > -Khem > >
I would like folks to try and test this upgrade. I have tested it on angstrom/systemd-image booted on all supported qemu images. This is however now the final set since I have to put the 2.17 tars on downloads location Please try it out in your configurations and let me know if you find issues. The following changes since commit b693f6d3d48b281fbbf71fd56996c85e23c3a9c9: freetype: update to 2.4.11 which includes fixes for CVE-2012-{5668, 5669, 5670} (2012-12-31 09:42:49 +0000) are available in the git repository at: git://git.openembedded.org/openembedded-core-contrib kraj/eglibc-2.17 http://cgit.openembedded.org/cgit.cgi/openembedded-core-contrib/log/?h=kraj/eglibc-2.17 Khem Raj (3): eglibc: Upgrade recipes 2.16 -> 2.17 eglibc_2.17: Fix Tibetian locale generation error ofono: Fix build with eglibc 2.17 Noor Ahsan (1): cairo: Adds libxext in X11DEPENDS. meta/conf/distro/include/tcmode-default.inc | 2 +- .../ofono/ofono/missing-ssize_t.patch | 23 ++ meta/recipes-connectivity/ofono/ofono_1.12.bb | 3 +- ...tive_2.16.bb => cross-localedef-native_2.17.bb} | 12 +- .../0001-Add-ARM-specific-static-stubs.c.patch | 27 -- ..._handle_at-open_by_handle-etc.-to-PowerPC.patch | 65 ---- ...f-libgcc_s-and-libgcc_eh-when-building-gl.patch | 343 -------------------- .../eglibc-2.16/use-sysroot-cxx-headers.patch | 42 --- .../0001-R_ARM_TLS_DTPOFF32.patch | 0 .../0001-eglibc-menuconfig-support.patch | 0 ...n-libm-err-tab.pl-with-specific-dirs-in-S.patch | 0 ...0002-eglibc-menuconfig-hex-string-options.patch | 0 ...0003-eglibc-menuconfig-build-instructions.patch | 0 .../GLRO_dl_debug_mask.patch | 0 .../IO-acquire-lock-fix.patch | 0 .../add_resource_h_to_wait_h.patch | 0 .../eglibc-svn-arm-lowlevellock-include-tls.patch | 0 .../eglibc_fix_findidx_parameters.patch | 0 .../{eglibc-2.16 => eglibc-2.17}/etc/ld.so.conf | 0 .../fileops-without-wchar-io.patch | 0 .../eglibc/eglibc-2.17/fix-tibetian-locales.patch | 38 +++ .../fix_for_centos_5.8.patch | 0 .../fsl-ppc-no-fsqrt.patch | 0 .../generate-supported.mk | 0 .../glibc.fix_sqrt2.patch | 0 .../initgroups_keys.patch | 0 .../ld-search-order.patch | 0 .../mips-rld-map-check.patch | 0 .../multilib_readlib.patch | 0 .../ppc-sqrt_finite.patch | 0 .../ppc_slow_ieee754_sqrt.patch | 0 .../relocatable_sdk.patch | 0 .../tzselect-awk.patch | 0 .../{eglibc-2.16 => eglibc-2.17}/tzselect-sh.patch | 54 ++- ...libc-initial_2.16.bb => eglibc-initial_2.17.bb} | 0 meta/recipes-core/eglibc/eglibc-locale.inc | 2 - ...eglibc-locale_2.16.bb => eglibc-locale_2.17.bb} | 0 meta/recipes-core/eglibc/eglibc-mtrace.inc | 1 - ...eglibc-mtrace_2.16.bb => eglibc-mtrace_2.17.bb} | 0 ...libc-scripts_2.16.bb => eglibc-scripts_2.17.bb} | 0 .../eglibc/{eglibc_2.16.bb => eglibc_2.17.bb} | 39 +-- meta/recipes-graphics/cairo/cairo.inc | 8 +- meta/recipes-graphics/cairo/cairo_1.12.8.bb | 2 +- 43 files changed, 107 insertions(+), 554 deletions(-) create mode 100644 meta/recipes-connectivity/ofono/ofono/missing-ssize_t.patch rename meta/recipes-core/eglibc/{cross-localedef-native_2.16.bb => cross-localedef-native_2.17.bb} (74%) delete mode 100644 meta/recipes-core/eglibc/eglibc-2.16/0001-Add-ARM-specific-static-stubs.c.patch delete mode 100644 meta/recipes-core/eglibc/eglibc-2.16/0001-Add-name_to_handle_at-open_by_handle-etc.-to-PowerPC.patch delete mode 100644 meta/recipes-core/eglibc/eglibc-2.16/0001-Avoid-use-of-libgcc_s-and-libgcc_eh-when-building-gl.patch delete mode 100644 meta/recipes-core/eglibc/eglibc-2.16/use-sysroot-cxx-headers.patch rename meta/recipes-core/eglibc/{eglibc-2.16 => eglibc-2.17}/0001-R_ARM_TLS_DTPOFF32.patch (100%) rename meta/recipes-core/eglibc/{eglibc-2.16 => eglibc-2.17}/0001-eglibc-menuconfig-support.patch (100%) rename meta/recipes-core/eglibc/{eglibc-2.16 => eglibc-2.17}/0001-eglibc-run-libm-err-tab.pl-with-specific-dirs-in-S.patch (100%) rename meta/recipes-core/eglibc/{eglibc-2.16 => eglibc-2.17}/0002-eglibc-menuconfig-hex-string-options.patch (100%) rename meta/recipes-core/eglibc/{eglibc-2.16 => eglibc-2.17}/0003-eglibc-menuconfig-build-instructions.patch (100%) rename meta/recipes-core/eglibc/{eglibc-2.16 => eglibc-2.17}/GLRO_dl_debug_mask.patch (100%) rename meta/recipes-core/eglibc/{eglibc-2.16 => eglibc-2.17}/IO-acquire-lock-fix.patch (100%) rename meta/recipes-core/eglibc/{eglibc-2.16 => eglibc-2.17}/add_resource_h_to_wait_h.patch (100%) rename meta/recipes-core/eglibc/{eglibc-2.16 => eglibc-2.17}/eglibc-svn-arm-lowlevellock-include-tls.patch (100%) rename meta/recipes-core/eglibc/{eglibc-2.16 => eglibc-2.17}/eglibc_fix_findidx_parameters.patch (100%) rename meta/recipes-core/eglibc/{eglibc-2.16 => eglibc-2.17}/etc/ld.so.conf (100%) rename meta/recipes-core/eglibc/{eglibc-2.16 => eglibc-2.17}/fileops-without-wchar-io.patch (100%) create mode 100644 meta/recipes-core/eglibc/eglibc-2.17/fix-tibetian-locales.patch rename meta/recipes-core/eglibc/{eglibc-2.16 => eglibc-2.17}/fix_for_centos_5.8.patch (100%) rename meta/recipes-core/eglibc/{eglibc-2.16 => eglibc-2.17}/fsl-ppc-no-fsqrt.patch (100%) rename meta/recipes-core/eglibc/{eglibc-2.16 => eglibc-2.17}/generate-supported.mk (100%) rename meta/recipes-core/eglibc/{eglibc-2.16 => eglibc-2.17}/glibc.fix_sqrt2.patch (100%) rename meta/recipes-core/eglibc/{eglibc-2.16 => eglibc-2.17}/initgroups_keys.patch (100%) rename meta/recipes-core/eglibc/{eglibc-2.16 => eglibc-2.17}/ld-search-order.patch (100%) rename meta/recipes-core/eglibc/{eglibc-2.16 => eglibc-2.17}/mips-rld-map-check.patch (100%) rename meta/recipes-core/eglibc/{eglibc-2.16 => eglibc-2.17}/multilib_readlib.patch (100%) rename meta/recipes-core/eglibc/{eglibc-2.16 => eglibc-2.17}/ppc-sqrt_finite.patch (100%) rename meta/recipes-core/eglibc/{eglibc-2.16 => eglibc-2.17}/ppc_slow_ieee754_sqrt.patch (100%) rename meta/recipes-core/eglibc/{eglibc-2.16 => eglibc-2.17}/relocatable_sdk.patch (100%) rename meta/recipes-core/eglibc/{eglibc-2.16 => eglibc-2.17}/tzselect-awk.patch (100%) rename meta/recipes-core/eglibc/{eglibc-2.16 => eglibc-2.17}/tzselect-sh.patch (77%) rename meta/recipes-core/eglibc/{eglibc-initial_2.16.bb => eglibc-initial_2.17.bb} (100%) rename meta/recipes-core/eglibc/{eglibc-locale_2.16.bb => eglibc-locale_2.17.bb} (100%) rename meta/recipes-core/eglibc/{eglibc-mtrace_2.16.bb => eglibc-mtrace_2.17.bb} (100%) rename meta/recipes-core/eglibc/{eglibc-scripts_2.16.bb => eglibc-scripts_2.17.bb} (100%) rename meta/recipes-core/eglibc/{eglibc_2.16.bb => eglibc_2.17.bb} (74%)