All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/8] Misc patches
@ 2011-05-07  7:53 Khem Raj
  2011-05-07  7:53 ` [PATCH 1/8] recipes: Replace gconf-dbus with gconf Khem Raj
                   ` (7 more replies)
  0 siblings, 8 replies; 13+ messages in thread
From: Khem Raj @ 2011-05-07  7:53 UTC (permalink / raw)
  To: OE core

This patchset addresses few issues remaining for uclibc support
and fixes some recipes which need patches to get compiling on
uclibc systems.

Replacing gconf-dbus with gconf is needed for ansgstrom to build
SDK images since in angstrom gconf-dbus is provided by gconf

we docuement the variable definions inside layer.conf

send-pull-request is fixed to CC only concerned folks per patch bases
and not collect all addresses and CC them on all assorted patches

Pull URL: git://git.openembedded.org/openembedded-core-contrib
  Branch: kraj/misc-fixes
  Browse: http://git.openembedded.org/cgit.cgi/openembedded-core-contrib/log/?h=kraj/misc-fixes

Thanks,
    Khem Raj <raj.khem@gmail.com>
---


Khem Raj (8):
  recipes: Replace gconf-dbus with gconf
  gcc-4.6.0: Apply linaro patches
  gettext.bbclass, bitbake.conf: Append nls options to EXTRA_OECONF
    instead of +=
  conf/layer.conf: Use .= to append to BBPATH and =+ for BBFILES
  libgalago_0.5.2.bb: Fix compile for uclibc
  liburcu_0.5.4.bb: Let it build on uclibc targets
  lttng-ust_0.12.bb: Fix compilation on uclibc
  scripts/send-pull-request: Add CC selectively

 .../recipes-gnome/gnome/libgnomekbd_2.26.0.bb      |    2 +-
 meta/classes/gettext.bbclass                       |    6 +-
 meta/conf/bitbake.conf                             |    2 +-
 meta/conf/layer.conf                               |   13 +-
 .../recipes-connectivity/galago/libgalago_0.5.2.bb |    4 +
 meta/recipes-devtools/gcc/gcc-4.6.0.inc            |    4 +
 .../gcc-4.6.0/linaro/gcc-4.6-linaro-r106720.patch  |   51 ++
 .../gcc-4.6.0/linaro/gcc-4.6-linaro-r106723.patch  |   63 ++
 .../gcc-4.6.0/linaro/gcc-4.6-linaro-r106729.patch  |   32 +
 .../gcc-4.6.0/linaro/gcc-4.6-linaro-r106731.patch  |   28 +
 .../gcc-4.6.0/linaro/gcc-4.6-linaro-r106733.patch  |  653 ++++++++++++++++++++
 .../gcc-4.6.0/linaro/gcc-4.6-linaro-r106737.patch  |  126 ++++
 .../gcc-4.6.0/linaro/gcc-4.6-linaro-r106738.patch  |  177 ++++++
 .../gcc/gcc-4_6-branch-linaro-backports.inc        |    9 +
 meta/recipes-gnome/gnome/gnome-desktop.inc         |    2 +-
 meta/recipes-gnome/gthumb/gthumb_2.12.2.bb         |    2 +-
 meta/recipes-gnome/tasks/task-sdk-gmae.inc         |    2 +-
 .../lttng/lttng-ust/uclibc-sched_getcpu.patch      |   50 ++
 meta/recipes-kernel/lttng/lttng-ust_0.12.bb        |    4 +-
 meta/recipes-support/libproxy/libproxy_0.4.6.bb    |    2 +-
 meta/recipes-support/liburcu/liburcu_0.5.4.bb      |    2 +-
 scripts/send-pull-request                          |   51 +-
 22 files changed, 1249 insertions(+), 36 deletions(-)
 create mode 100644 meta/recipes-devtools/gcc/gcc-4.6.0/linaro/gcc-4.6-linaro-r106720.patch
 create mode 100644 meta/recipes-devtools/gcc/gcc-4.6.0/linaro/gcc-4.6-linaro-r106723.patch
 create mode 100644 meta/recipes-devtools/gcc/gcc-4.6.0/linaro/gcc-4.6-linaro-r106729.patch
 create mode 100644 meta/recipes-devtools/gcc/gcc-4.6.0/linaro/gcc-4.6-linaro-r106731.patch
 create mode 100644 meta/recipes-devtools/gcc/gcc-4.6.0/linaro/gcc-4.6-linaro-r106733.patch
 create mode 100644 meta/recipes-devtools/gcc/gcc-4.6.0/linaro/gcc-4.6-linaro-r106737.patch
 create mode 100644 meta/recipes-devtools/gcc/gcc-4.6.0/linaro/gcc-4.6-linaro-r106738.patch
 create mode 100644 meta/recipes-devtools/gcc/gcc-4_6-branch-linaro-backports.inc
 create mode 100644 meta/recipes-kernel/lttng/lttng-ust/uclibc-sched_getcpu.patch

-- 
1.7.4.1




^ permalink raw reply	[flat|nested] 13+ messages in thread
* [PATCH 0/8] misc patches
@ 2010-01-08  1:00 Omar Ramirez Luna
  0 siblings, 0 replies; 13+ messages in thread
From: Omar Ramirez Luna @ 2010-01-08  1:00 UTC (permalink / raw)
  To: linux-omap
  Cc: Hiroshi Doyu, Ameya Palande, Felipe Contreras, Fernando Guzman,
	Ernesto Ramos, Omar Ramirez Luna

Next set of patches to be applied on top of sync point.

Highlights:

*** Ioctl numbers has changed, this will require an update
    on libbridge and clients accesing directly to the driver ***

- IO_ADDRESS is replaced for ioremap.
- DMM table is increased to hold up to 256 MB (in pages).

Fernando Guzman Lugo (1):
  DSPBRIDGE: change to cpufreq_register_notifier for OPP changes

Hari Kanigeri (1):
  DSPBRIDGE: Increased DMM size to 256MB

Omar Ramirez Luna (6):
  DSPBRIDGE: Cleanup SSI handling - remove IO_ADDRESS
  DSPBRIDGE: sysfs entry for global driver state
  DSPBRIDGE: Remove unused hDrvObject in bridge_[open|release]
  DSPBRIDGE: Use dspbridge to initialize platform data
  DSPBRIDGE: Fix header locations mach to plat
  DSPBRIDGE: Use _IOxx macro to define ioctls

 arch/arm/mach-omap2/Makefile                    |    4 +-
 arch/arm/mach-omap2/dspbridge.c                 |    2 +-
 arch/arm/plat-omap/include/dspbridge/dmm.h      |    2 +-
 arch/arm/plat-omap/include/dspbridge/drv.h      |    7 +
 arch/arm/plat-omap/include/dspbridge/host_os.h  |    2 +-
 arch/arm/plat-omap/include/dspbridge/wcdioctl.h |  144 ++++++++++-------------
 drivers/dsp/bridge/Kconfig                      |    2 +-
 drivers/dsp/bridge/pmgr/dmm.c                   |    8 +-
 drivers/dsp/bridge/pmgr/wcd.c                   |  128 ++++++++++----------
 drivers/dsp/bridge/rmgr/drv_interface.c         |  137 +++++++++++++++++-----
 drivers/dsp/bridge/services/clk.c               |   30 +++---
 drivers/dsp/bridge/wmd/tiomap3430.c             |    2 +-
 12 files changed, 271 insertions(+), 197 deletions(-)


^ permalink raw reply	[flat|nested] 13+ messages in thread

end of thread, other threads:[~2011-05-09 17:02 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-05-07  7:53 [PATCH 0/8] Misc patches Khem Raj
2011-05-07  7:53 ` [PATCH 1/8] recipes: Replace gconf-dbus with gconf Khem Raj
2011-05-07  7:53 ` [PATCH 2/8] gcc-4.6.0: Apply linaro patches Khem Raj
2011-05-07  7:53 ` [PATCH 3/8] gettext.bbclass, bitbake.conf: Append nls options to EXTRA_OECONF instead of += Khem Raj
2011-05-07  7:53 ` [PATCH 4/8] conf/layer.conf: Use .= to append to BBPATH and =+ for BBFILES Khem Raj
2011-05-07  7:53 ` [PATCH 5/8] libgalago_0.5.2.bb: Fix compile for uclibc Khem Raj
2011-05-07  7:53 ` [PATCH 6/8] liburcu_0.5.4.bb: Let it build on uclibc targets Khem Raj
2011-05-07  7:53 ` [PATCH 7/8] lttng-ust_0.12.bb: Fix compilation on uclibc Khem Raj
2011-05-07  7:54 ` [PATCH 8/8] scripts/send-pull-request: Add CC selectively Khem Raj
2011-05-07 16:23   ` Darren Hart
2011-05-07 17:57     ` Khem Raj
2011-05-09 17:00       ` Darren Hart
  -- strict thread matches above, loose matches on Subject: below --
2010-01-08  1:00 [PATCH 0/8] misc patches Omar Ramirez Luna

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.