From: Saul Wold <sgw@linux.intel.com>
To: openembedded-core@lists.openembedded.org
Subject: [CONSOLIDATED PULL 00/32] AB Tested set of patches
Date: Fri, 8 Feb 2013 00:34:02 -0800 [thread overview]
Message-ID: <cover.1360312207.git.sgw@linux.intel.com> (raw)
Richard,
This is a set of patches that I have build tested on the
AB, this includes a set from Windriver.
The only one that we have commented on before is the
coreutil (non-GPLv3) which seems correct.
I had to modify Ross's update-rc.d patch because it was not
rebased after your package changes, it still seems like the
right thing to do.
Bruce indirectly ack'ed the busybox so it's good to go with
fixes expected later.
Sau!
The following changes since commit 688e9485980de0f29aa00e24ce53a3efd3a3a7cc:
qemu.bbclass: fix segfaults when running through pseudo (2013-02-07 16:50:40 +0000)
are available in the git repository at:
git://git.openembedded.org/openembedded-core-contrib sgw/stage
http://cgit.openembedded.org/cgit.cgi/openembedded-core-contrib/log/?h=sgw/stage
Bernhard Reutner-Fischer (6):
base.bbclass: Commentary typo fix
uclibc: add c6x arch
uclibc: turn on kernel module support
busybox: add ifup's ifstate dir to package
base.bbclass: remove redundant setting of MAKE
create-pull-request: Error message on missing -u
Chen Qi (1):
busybox: add config fragments
David Nyström (1):
create-recipe: Bugfixes for create-recipe easy_install handling.
Holger Hans Peter Freyther (1):
systemd_197.bb: Point to the place where we keep the /etc/rcN.d files
Jackie Huang (1):
populate_sdk_base.bbclass: add execution permission for
self-extracting archive
Jason Wessel (1):
eglibc-nativesdk: Fix buffer overrun with a relocated SDK
Jesse Zhang (6):
ghostscript: add pregenerated objarch for mipsel/mips64/mips64el
libart-lgpl: add art_config for mips64/mips64el
ghostscript: fix endianness detection
coreutils: remove dependency on coreutils-native
initscripts: Add status function to /etc/init.d/functions
udev: Add start/stop/status/restart support to init script
Jim Somerville (1):
rt-tests: fix cyclictest reported 1 sec latencies
Laurentiu Palcu (6):
Add pixbufcache class
gdk-pixbuf: use the new pixbufcache class
librsvg: use the new pixbufcache class
gtk-immodules-cache: add weak asignment for GTKIMMODULES_PACKAGES
gtk+: use gtk-immodules-cache class
gnome-keyring: compile schemas on host
Martin Jansa (1):
qemu: disable smartcard support
Mihai Prica (1):
qemu: Enabled SDL when compiling for target architecture
Peter Seebach (1):
pseudo.inc: Fix sqlite libdir again, pseudo 1.4.3
Randy MacLeod (1):
openssl: Add mips64 configure support.
Richard Purdie (2):
dbus: Drop old 1.5.12 version
dbus-native: Don't install dbus-launch
Saul Wold (1):
Revert: update-rc.d: disable update-rc.d.bbclass when systemd enabled
Xin Ouyang (1):
libcgroup: fix failure for absolute path
meta/classes/base.bbclass | 3 +-
meta/classes/gtk-immodules-cache.bbclass | 2 +
meta/classes/pixbufcache.bbclass | 57 ++++++++++
meta/classes/populate_sdk_base.bbclass | 3 +
meta/classes/update-rc.d.bbclass | 87 +++++++++++++++-
meta/classes/update-rc.d_real.bbclass | 86 ---------------
meta/recipes-connectivity/openssl/openssl.inc | 3 +
meta/recipes-core/busybox/busybox.inc | 17 +++
meta/recipes-core/coreutils/coreutils_6.9.bb | 3 +-
meta/recipes-core/dbus/dbus-1.5.12/dbus-1.init | 116 ---------------------
meta/recipes-core/dbus/dbus-1.5.12/tmpdir.patch | 44 --------
meta/recipes-core/dbus/dbus.inc | 4 +
meta/recipes-core/dbus/dbus_1.5.12.bb | 9 --
.../eglibc-2.17/relocatable_sdk_fix_openpath.patch | 41 ++++++++
meta/recipes-core/eglibc/eglibc_2.17.bb | 3 +-
.../initscripts/initscripts-1.0/functions | 15 +++
meta/recipes-core/initscripts/initscripts_1.0.bb | 2 +-
meta/recipes-core/libcgroup/libcgroup_0.38.bb | 5 +-
meta/recipes-core/systemd/systemd_197.bb | 3 +-
meta/recipes-core/uclibc/uclibc-config.inc | 1 +
meta/recipes-core/uclibc/uclibc-git/uClibc.distro | 2 +
meta/recipes-core/udev/udev/init | 113 +++++++++++---------
meta/recipes-core/udev/udev_182.bb | 2 +-
meta/recipes-devtools/pseudo/pseudo.inc | 8 +-
meta/recipes-devtools/pseudo/pseudo_1.4.1.bb | 8 --
meta/recipes-devtools/pseudo/pseudo_1.4.3.bb | 8 ++
meta/recipes-devtools/pseudo/pseudo_git.bb | 6 +-
meta/recipes-devtools/qemu/qemu.inc | 19 ++--
.../ghostscript-9.05-NOT-check-endian.patch | 40 ++-----
.../ghostscript/ghostscript/mips/objarch.h | 2 +-
.../ghostscript/ghostscript/mips64/objarch.h | 40 +++++++
.../ghostscript/ghostscript/mips64el/objarch.h | 40 +++++++
.../ghostscript/ghostscript/mipsel/objarch.h | 40 +++++++
.../ghostscript/ghostscript_9.05.bb | 9 +-
meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.26.5.bb | 48 +--------
meta/recipes-gnome/gnome/gnome-keyring_2.32.1.bb | 12 +--
.../gnome/libart-lgpl/mips64/art_config.h | 10 ++
.../gnome/libart-lgpl/mips64el/art_config.h | 10 ++
meta/recipes-gnome/gtk+/gtk+.inc | 8 +-
meta/recipes-gnome/gtk+/gtk+3_3.4.4.bb | 12 +--
meta/recipes-gnome/gtk+/gtk+_2.24.14.bb | 4 +-
meta/recipes-gnome/librsvg/librsvg_2.32.1.bb | 21 +---
...st-finish-removal-of-1-second-first-loops.patch | 58 +++++++++++
meta/recipes-rt/rt-tests/rt-tests.inc | 3 +-
scripts/create-pull-request | 5 +-
scripts/create-recipe | 6 +-
46 files changed, 569 insertions(+), 469 deletions(-)
create mode 100644 meta/classes/pixbufcache.bbclass
delete mode 100644 meta/classes/update-rc.d_real.bbclass
delete mode 100644 meta/recipes-core/dbus/dbus-1.5.12/dbus-1.init
delete mode 100644 meta/recipes-core/dbus/dbus-1.5.12/tmpdir.patch
delete mode 100644 meta/recipes-core/dbus/dbus_1.5.12.bb
create mode 100644 meta/recipes-core/eglibc/eglibc-2.17/relocatable_sdk_fix_openpath.patch
delete mode 100644 meta/recipes-devtools/pseudo/pseudo_1.4.1.bb
create mode 100644 meta/recipes-devtools/pseudo/pseudo_1.4.3.bb
create mode 100644 meta/recipes-extended/ghostscript/ghostscript/mips64/objarch.h
create mode 100644 meta/recipes-extended/ghostscript/ghostscript/mips64el/objarch.h
create mode 100644 meta/recipes-extended/ghostscript/ghostscript/mipsel/objarch.h
create mode 100644 meta/recipes-gnome/gnome/libart-lgpl/mips64/art_config.h
create mode 100644 meta/recipes-gnome/gnome/libart-lgpl/mips64el/art_config.h
create mode 100644 meta/recipes-rt/rt-tests/files/cyclictest-finish-removal-of-1-second-first-loops.patch
--
1.8.0.2
next reply other threads:[~2013-02-08 8:50 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-02-08 8:34 Saul Wold [this message]
2013-02-08 8:43 ` [CONSOLIDATED PULL 00/32] AB Tested set of patches Saul Wold
2013-02-08 13:30 ` Laurentiu Palcu
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=cover.1360312207.git.sgw@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox