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.k...@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 -- Martin 'JaMa' Jansa jabber: martin.ja...@gmail.com
signature.asc
Description: Digital signature
_______________________________________________ Openembedded-core mailing list Openembedded-core@lists.openembedded.org http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core