All of lore.kernel.org
 help / color / mirror / Atom feed
From: Saul Wold <sgw@linux.intel.com>
To: Patches and discussions about the oe-core layer
	<openembedded-core@lists.openembedded.org>
Subject: Re: [PATCH V2 00/20] uclibc upgrade, initial kmod and thumb tune
Date: Tue, 07 Feb 2012 20:12:07 -0800	[thread overview]
Message-ID: <4F31F617.9020603@linux.intel.com> (raw)
In-Reply-To: <cover.1328510187.git.raj.khem@gmail.com>

On 02/05/2012 10:40 PM, Khem Raj wrote:
> I have added few more patches on top
>
> Renaming POKY to CORE-IMAGE
> Adding yp.org as fallback mirror for oe-core
> build fixes needed to get going on ubuntu 12.04
>
> All qemu core-image-sato builds (from scratch) and boots on both eglibc/uclibc
> with this set
>
> The following changes since commit 18d9fcfc4bc4b01f73e89f3b988c9d3d543c7705:
>
>    libzypp: add missing runtime dependences on gzip and gnupg (2012-02-03 17:23:28 +0000)
>
> are available in the git repository at:
>    git://git.openembedded.org/openembedded-core-contrib kraj/misc
>    http://cgit.openembedded.org/cgit.cgi/openembedded-core-contrib/log/?h=kraj/misc
>
> Khem Raj (20):
>    task-core-tools: Divide it into 3 recipes
>    Enable options needed for ltp to compile

Merged into OE-core

>    arm/tune: Correct the logic which added thumb-interwork to OVERRIDES
>    tunearch/arm: Differentiate between thumb code generation and thumb
>      capability
>    tune-thumb.inc: Delete
>    uclibc: Get the thumb features from tune flags

Further review is needed on these

>    kmod: Add recipes
>    module-init-tools: Delete
>    image.bbclass,kernel.bbclass: Use kmod-native instead of
>      module-init-tools-cross
Withdrawn for now

>    pseudo: Wrap renameat and opendir
Merged

>    uclibc: Upgrade recipes from 0.9.32 ->  0.9.33
Pending (has patch updates now, in my next pull set)

>    zlib: Upgrade 1.2.5 ->  1.2.6
Pending build issue with zlib.la

>    runqemu-internal: qemuarm can handle 256M
>    gconf,consolekit: Avoid polkit when compiling with uclibc
>    python: Fix build failure of python-elementtree on x86_64
>    libdrm: Fix build failure unearthed by uclibc
>    classes,recipes: Replace POKY_* with CORE_IMAGE_*
>    libx11: Backport _XGetRequest API
>    gcc-cross-testing: Fix evaluation of user and target name
>    mirrors.bbclass: Add yp.org and oe.org to fallback mirrors
>
Mergeed the last set

Thanks
	Sau!


>   meta/classes/core-image.bbclass                    |    8 +-
>   meta/classes/image.bbclass                         |    2 +-
>   meta/classes/kernel.bbclass                        |    9 +-
>   meta/classes/mirrors.bbclass                       |   21 +-
>   .../conf/distro/include/distro_tracking_fields.inc |   26 +-
>   meta/conf/distro/include/tcmode-default.inc        |    2 +-
>   .../conf/machine/include/arm/feature-arm-thumb.inc |   20 +-
>   meta/conf/machine/include/tune-strongarm1100.inc   |    4 +-
>   meta/conf/machine/include/tune-thumb.inc           |   32 --
>   meta/conf/multilib.conf                            |    4 +-
>   meta/recipes-core/images/core-image-minimal.bb     |    2 +-
>   meta/recipes-core/images/self-hosted-image.bb      |    2 +-
>   meta/recipes-core/tasks/task-core-tools-debug.bb   |   26 ++
>   ...sk-core-tools.bb =>  task-core-tools-profile.bb} |   81 +---
>   .../recipes-core/tasks/task-core-tools-testapps.bb |   46 ++
>   ...rch-Free-UCLIBC_HAS_FPU-setting-from-depe.patch |   29 --
>   ...fd.h-SFD_NONBLOCK-for-mips-is-0200-unlike.patch |   33 --
>   .../uclibc-0.9.32/detect-bx-availibility.patch     |   75 ----
>   .../uclibc/uclibc-0.9.32/epoll-asm-fix.patch       |   25 --
>   .../uclibc/uclibc-0.9.32/include-arm-asm.h.patch   |   65 ---
>   .../uclibc/uclibc-0.9.32/mount.h-update.patch      |   85 ----
>   .../uclibc-0.9.32/remove-eabi-oabi-selection.patch |   91 ----
>   .../uclibc-0.9.32/remove-sub-arch-variants.patch   |  215 ---------
>   .../uclibc/uclibc-0.9.32/rtld_no.patch             |  215 ---------
>   .../uclibc/uclibc-0.9.32/select-force-thumb.patch  |  172 --------
>   .../uclibc/uclibc-0.9.32/sync_file_range2.patch    |   47 --
>   .../uclibc-0.9.32/transform-eabi-oabi-choice.patch |   71 ---
>   .../uclibc-0.9.32/uclibc-arm-ftruncate64.patch     |   13 -
>   .../uclibc-0.9.32/uclibc_scheduler_update.patch    |  455 --------------------
>   ...rr-and-pass-it-to-INTERNAL_SYSCALL_NCS-so.patch |   32 ++
>   ...fstat-Use-64bit-version-of-syscall-if-ava.patch |  177 ++++++++
>   .../argp-headers.patch                             |    2 +
>   .../argp-support.patch                             |    3 +
>   .../compile-arm-fork-with-O2.patch                 |    2 +-
>   .../uclibc-0.9.33/define-MSG_CMSG_CLOEXEC.patch    |   25 ++
>   meta/recipes-core/uclibc/uclibc-0.9.33/dup3.patch  |   37 ++
>   ...so_use_arm_dl_linux_resolve_in_thumb_mode.patch |    6 +
>   .../libc_symbols_include_bits_uclibc_config.patch  |   19 +
>   .../mips/uClibc.machine                            |    0
>   .../orign_path.patch                               |   94 ++--
>   .../powerpc_copysignl.patch                        |    6 +
>   .../remove_attribute_optimize_Os.patch             |   17 +-
>   .../{uclibc-0.9.32 =>  uclibc-0.9.33}/uClibc.distro |    8 +-
>   .../uClibc.machine                                 |    0
>   .../uclibc-execvpe.patch                           |    3 +
>   .../uclibc_enable_log2_test.patch                  |    5 +
>   meta/recipes-core/uclibc/uclibc-config.inc         |    4 +-
>   meta/recipes-core/uclibc/uclibc-git/uClibc.distro  |    5 +
>   ...-initial_0.9.32.bb =>  uclibc-initial_0.9.33.bb} |    0
>   meta/recipes-core/uclibc/uclibc.inc                |    1 -
>   .../uclibc/{uclibc_0.9.32.bb =>  uclibc_0.9.33.bb}  |   26 +-
>   meta/recipes-core/zlib/files/Makefile.am           |    9 -
>   meta/recipes-core/zlib/files/configure.ac          |   48 --
>   .../zlib/zlib-1.2.5/fix.inverted.LFS.logic.patch   |   20 -
>   meta/recipes-core/zlib/zlib_1.2.5.bb               |   41 --
>   meta/recipes-core/zlib/zlib_1.2.6.bb               |   26 ++
>   meta/recipes-devtools/gcc/gcc-cross.inc            |    6 +-
>   meta/recipes-devtools/pseudo/pseudo/opendir.patch  |   92 ++++
>   meta/recipes-devtools/pseudo/pseudo/renameat.patch |  227 ++++++++++
>   meta/recipes-devtools/pseudo/pseudo_1.2.bb         |    6 +-
>   .../python/python/host_include_contamination.patch |   27 ++
>   meta/recipes-devtools/python/python_2.7.2.bb       |    3 +-
>   meta/recipes-extended/images/core-image-basic.bb   |    2 +-
>   meta/recipes-extended/images/core-image-lsb-dev.bb |    2 +-
>   meta/recipes-extended/images/core-image-lsb-sdk.bb |    2 +-
>   meta/recipes-extended/images/core-image-lsb.bb     |    2 +-
>   meta/recipes-gnome/gnome/gconf_3.2.3.bb            |    9 +-
>   .../drm/libdrm/GNU_SOURCE_definition.patch         |   30 ++
>   meta/recipes-graphics/drm/libdrm_2.4.30.bb         |    6 +-
>   meta/recipes-graphics/images/core-image-clutter.bb |    2 +-
>   .../images/core-image-gtk-directfb.bb              |    2 +-
>   ...quest-as-substitute-for-GetReq-GetReqExtr.patch |  137 ++++++
>   meta/recipes-graphics/xorg-lib/libx11_1.4.4.bb     |    3 +
>   meta/recipes-kernel/kmod/kmod-native_git.bb        |   14 +
>   meta/recipes-kernel/kmod/kmod.inc                  |   31 ++
>   meta/recipes-kernel/kmod/kmod/depmod-search.conf   |    6 +
>   meta/recipes-kernel/kmod/kmod_git.bb               |   62 +++
>   .../module-init-tools/files/disable_man.patch      |   25 --
>   .../files/grab_module_memset.patch                 |   21 -
>   .../files/modutils_extension.patch                 |   25 --
>   .../module-init-tools-cross_3.16.bb                |   10 -
>   .../module-init-tools/module-init-tools.inc        |   24 -
>   .../module-init-tools/module-init-tools_3.16.bb    |   42 --
>   .../files/PD.patch                                 |    0
>   .../files/modutils.sh                              |    0
>   .../modutils-initscripts.bb                        |    0
>   meta/recipes-qt/images/qt4e-demo-image.bb          |    2 +-
>   .../recipes-support/consolekit/consolekit_0.4.5.bb |   11 +-
>   scripts/runqemu-internal                           |   13 +-
>   89 files changed, 1257 insertions(+), 2079 deletions(-)
>   delete mode 100644 meta/conf/machine/include/tune-thumb.inc
>   create mode 100644 meta/recipes-core/tasks/task-core-tools-debug.bb
>   rename meta/recipes-core/tasks/{task-core-tools.bb =>  task-core-tools-profile.bb} (48%)
>   create mode 100644 meta/recipes-core/tasks/task-core-tools-testapps.bb
>   delete mode 100644 meta/recipes-core/uclibc/uclibc-0.9.32/0001-Config.in.arch-Free-UCLIBC_HAS_FPU-setting-from-depe.patch
>   delete mode 100644 meta/recipes-core/uclibc/uclibc-0.9.32/0001-mips-signalfd.h-SFD_NONBLOCK-for-mips-is-0200-unlike.patch
>   delete mode 100644 meta/recipes-core/uclibc/uclibc-0.9.32/detect-bx-availibility.patch
>   delete mode 100644 meta/recipes-core/uclibc/uclibc-0.9.32/epoll-asm-fix.patch
>   delete mode 100644 meta/recipes-core/uclibc/uclibc-0.9.32/include-arm-asm.h.patch
>   delete mode 100644 meta/recipes-core/uclibc/uclibc-0.9.32/mount.h-update.patch
>   delete mode 100644 meta/recipes-core/uclibc/uclibc-0.9.32/remove-eabi-oabi-selection.patch
>   delete mode 100644 meta/recipes-core/uclibc/uclibc-0.9.32/remove-sub-arch-variants.patch
>   delete mode 100644 meta/recipes-core/uclibc/uclibc-0.9.32/rtld_no.patch
>   delete mode 100644 meta/recipes-core/uclibc/uclibc-0.9.32/select-force-thumb.patch
>   delete mode 100644 meta/recipes-core/uclibc/uclibc-0.9.32/sync_file_range2.patch
>   delete mode 100644 meta/recipes-core/uclibc/uclibc-0.9.32/transform-eabi-oabi-choice.patch
>   delete mode 100644 meta/recipes-core/uclibc/uclibc-0.9.32/uclibc-arm-ftruncate64.patch
>   delete mode 100644 meta/recipes-core/uclibc/uclibc-0.9.32/uclibc_scheduler_update.patch
>   create mode 100644 meta/recipes-core/uclibc/uclibc-0.9.33/0001-Declare-__err-and-pass-it-to-INTERNAL_SYSCALL_NCS-so.patch
>   create mode 100644 meta/recipes-core/uclibc/uclibc-0.9.33/0001-lstat-stat-fstat-Use-64bit-version-of-syscall-if-ava.patch
>   rename meta/recipes-core/uclibc/{uclibc-0.9.32 =>  uclibc-0.9.33}/argp-headers.patch (99%)
>   rename meta/recipes-core/uclibc/{uclibc-0.9.32 =>  uclibc-0.9.33}/argp-support.patch (99%)
>   rename meta/recipes-core/uclibc/{uclibc-0.9.32 =>  uclibc-0.9.33}/compile-arm-fork-with-O2.patch (97%)
>   create mode 100644 meta/recipes-core/uclibc/uclibc-0.9.33/define-MSG_CMSG_CLOEXEC.patch
>   create mode 100644 meta/recipes-core/uclibc/uclibc-0.9.33/dup3.patch
>   rename meta/recipes-core/uclibc/{uclibc-0.9.32 =>  uclibc-0.9.33}/ldso_use_arm_dl_linux_resolve_in_thumb_mode.patch (86%)
>   create mode 100644 meta/recipes-core/uclibc/uclibc-0.9.33/libc_symbols_include_bits_uclibc_config.patch
>   rename meta/recipes-core/uclibc/{uclibc-0.9.32 =>  uclibc-0.9.33}/mips/uClibc.machine (100%)
>   rename meta/recipes-core/uclibc/{uclibc-0.9.32 =>  uclibc-0.9.33}/orign_path.patch (64%)
>   rename meta/recipes-core/uclibc/{uclibc-0.9.32 =>  uclibc-0.9.33}/powerpc_copysignl.patch (96%)
>   rename meta/recipes-core/uclibc/{uclibc-0.9.32 =>  uclibc-0.9.33}/remove_attribute_optimize_Os.patch (93%)
>   rename meta/recipes-core/uclibc/{uclibc-0.9.32 =>  uclibc-0.9.33}/uClibc.distro (96%)
>   rename meta/recipes-core/uclibc/{uclibc-0.9.32 =>  uclibc-0.9.33}/uClibc.machine (100%)
>   rename meta/recipes-core/uclibc/{uclibc-0.9.32 =>  uclibc-0.9.33}/uclibc-execvpe.patch (99%)
>   rename meta/recipes-core/uclibc/{uclibc-0.9.32 =>  uclibc-0.9.33}/uclibc_enable_log2_test.patch (81%)
>   rename meta/recipes-core/uclibc/{uclibc-initial_0.9.32.bb =>  uclibc-initial_0.9.33.bb} (100%)
>   rename meta/recipes-core/uclibc/{uclibc_0.9.32.bb =>  uclibc_0.9.33.bb} (45%)
>   delete mode 100644 meta/recipes-core/zlib/files/Makefile.am
>   delete mode 100644 meta/recipes-core/zlib/files/configure.ac
>   delete mode 100644 meta/recipes-core/zlib/zlib-1.2.5/fix.inverted.LFS.logic.patch
>   delete mode 100644 meta/recipes-core/zlib/zlib_1.2.5.bb
>   create mode 100644 meta/recipes-core/zlib/zlib_1.2.6.bb
>   create mode 100644 meta/recipes-devtools/pseudo/pseudo/opendir.patch
>   create mode 100644 meta/recipes-devtools/pseudo/pseudo/renameat.patch
>   create mode 100644 meta/recipes-devtools/python/python/host_include_contamination.patch
>   create mode 100644 meta/recipes-graphics/drm/libdrm/GNU_SOURCE_definition.patch
>   create mode 100644 meta/recipes-graphics/xorg-lib/libx11-1.4.4/0001-Add-_XGetRequest-as-substitute-for-GetReq-GetReqExtr.patch
>   create mode 100644 meta/recipes-kernel/kmod/kmod-native_git.bb
>   create mode 100644 meta/recipes-kernel/kmod/kmod.inc
>   create mode 100644 meta/recipes-kernel/kmod/kmod/depmod-search.conf
>   create mode 100644 meta/recipes-kernel/kmod/kmod_git.bb
>   delete mode 100644 meta/recipes-kernel/module-init-tools/files/disable_man.patch
>   delete mode 100644 meta/recipes-kernel/module-init-tools/files/grab_module_memset.patch
>   delete mode 100644 meta/recipes-kernel/module-init-tools/files/modutils_extension.patch
>   delete mode 100644 meta/recipes-kernel/module-init-tools/module-init-tools-cross_3.16.bb
>   delete mode 100644 meta/recipes-kernel/module-init-tools/module-init-tools.inc
>   delete mode 100644 meta/recipes-kernel/module-init-tools/module-init-tools_3.16.bb
>   rename meta/recipes-kernel/{module-init-tools =>  modutils-initscripts}/files/PD.patch (100%)
>   rename meta/recipes-kernel/{module-init-tools =>  modutils-initscripts}/files/modutils.sh (100%)
>   rename meta/recipes-kernel/{module-init-tools =>  modutils-initscripts}/modutils-initscripts.bb (100%)
>



  parent reply	other threads:[~2012-02-08  4:20 UTC|newest]

Thread overview: 70+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-02-06  6:40 [PATCH V2 00/20] uclibc upgrade, initial kmod and thumb tune Khem Raj
2012-02-06  6:40 ` [PATCH 01/20] task-core-tools: Divide it into 3 recipes Khem Raj
2012-02-06  6:40 ` [PATCH 02/20] Enable options needed for ltp to compile Khem Raj
2012-02-06  6:40 ` [PATCH 03/20] arm/tune: Correct the logic which added thumb-interwork to OVERRIDES Khem Raj
2012-02-06  6:40 ` [PATCH 04/20] tunearch/arm: Differentiate between thumb code generation and thumb capability Khem Raj
2012-02-06  6:40 ` [PATCH 05/20] tune-thumb.inc: Delete Khem Raj
2012-02-06  6:40 ` [PATCH 06/20] uclibc: Get the thumb features from tune flags Khem Raj
2012-02-06  6:40 ` [PATCH 07/20] kmod: Add recipes Khem Raj
2012-05-03 21:05   ` Darren Hart
2012-05-03 22:02     ` Khem Raj
2012-02-06  6:40 ` [PATCH 08/20] module-init-tools: Delete Khem Raj
2012-05-03 21:07   ` Darren Hart
2012-05-03 21:45     ` Khem Raj
2012-02-06  6:40 ` [PATCH 09/20] image.bbclass, kernel.bbclass: Use kmod-native instead of module-init-tools-cross Khem Raj
2012-05-03 21:09   ` Darren Hart
2012-05-03 21:48     ` Khem Raj
2012-02-06  6:40 ` [PATCH 10/20] pseudo: Wrap renameat and opendir Khem Raj
2012-02-07 16:21   ` Saul Wold
2012-02-07 16:31     ` Khem Raj
2012-02-07 16:43       ` Saul Wold
2012-02-07 18:10         ` Khem Raj
2012-02-07 23:21         ` Mark Hatle
2012-02-08  2:00           ` Khem Raj
2012-02-06  6:40 ` [PATCH 11/20] uclibc: Upgrade recipes from 0.9.32 -> 0.9.33 Khem Raj
2012-02-07 19:02   ` Saul Wold
2012-02-07 22:26     ` Khem Raj
2012-02-06  6:40 ` [PATCH 12/20] zlib: Upgrade 1.2.5 -> 1.2.6 Khem Raj
2012-02-07  8:08   ` Saul Wold
2012-02-07 15:31     ` Khem Raj
2012-02-07 15:59       ` Saul Wold
2012-02-07 23:12         ` Khem Raj
2012-02-08  0:19           ` Saul Wold
2012-02-08  2:06             ` Khem Raj
2012-02-11  5:05               ` Steve Sakoman
2012-02-11  5:09                 ` Koen Kooi
2012-02-11  8:15                   ` Khem Raj
2012-02-11  8:19                     ` Khem Raj
2012-02-11  8:26                     ` Koen Kooi
2012-02-13  7:48                   ` Martin Jansa
2012-02-13 13:23                     ` Steve Sakoman
2012-02-13 13:33                       ` Martin Jansa
2012-02-13 13:42                       ` Koen Kooi
2012-02-14  4:52                         ` Lu, Lianhao
2012-02-14  6:24                           ` Khem Raj
2012-02-14  9:26                             ` Phil Blundell
2012-02-14  6:53                           ` Martin Jansa
2012-02-14 14:24                             ` Koen Kooi
2012-02-13 15:39                       ` Phil Blundell
2012-02-13 17:09                         ` Khem Raj
2012-02-21 23:04                         ` Richard Purdie
2012-02-21 23:01                       ` Richard Purdie
2012-02-22  8:03                         ` Koen Kooi
2012-02-22 11:08                           ` Richard Purdie
2012-02-06  6:40 ` [PATCH 13/20] runqemu-internal: qemuarm can handle 256M Khem Raj
2012-02-06  6:40 ` [PATCH 14/20] gconf, consolekit: Avoid polkit when compiling with uclibc Khem Raj
2012-02-06  6:40 ` [PATCH 15/20] python: Fix build failure of python-elementtree on x86_64 Khem Raj
2012-02-06  6:40 ` [PATCH 16/20] libdrm: Fix build failure unearthed by uclibc Khem Raj
2012-02-06  6:40 ` [PATCH 17/20] classes, recipes: Replace POKY_* with CORE_IMAGE_* Khem Raj
2012-02-06  6:40 ` [PATCH 18/20] libx11: Backport _XGetRequest API Khem Raj
2012-02-06  6:40 ` [PATCH 19/20] gcc-cross-testing: Fix evaluation of user and target name Khem Raj
2012-02-07 17:21   ` Saul Wold
2012-02-07 18:07     ` Khem Raj
2012-02-07 17:49   ` Otavio Salvador
2012-02-07 18:18     ` Khem Raj
2012-02-06  6:40 ` [PATCH 20/20] mirrors.bbclass: Add yp.org and oe.org to fallback mirrors Khem Raj
2012-02-07 17:49   ` Saul Wold
2012-02-07 18:04     ` Khem Raj
2012-02-08  4:12 ` Saul Wold [this message]
2012-02-20 12:11   ` [PATCH V2 00/20] uclibc upgrade, initial kmod and thumb tune Koen Kooi
2012-02-20 16:57     ` Khem Raj

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4F31F617.9020603@linux.intel.com \
    --to=sgw@linux.intel.com \
    --cc=openembedded-core@lists.openembedded.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.