From: Richard Purdie <richard.purdie@linuxfoundation.org>
To: Saul Wold <sgw@linux.intel.com>
Cc: openembedded-core@lists.openembedded.org
Subject: Re: [CONSOLIDATED PULL 00/29] SystemD and other fixes
Date: Fri, 15 Mar 2013 02:09:00 +0000 [thread overview]
Message-ID: <1363313340.14476.13.camel@ted> (raw)
In-Reply-To: <cover.1363287636.git.sgw@linux.intel.com>
On Thu, 2013-03-14 at 12:02 -0700, Saul Wold wrote:
> Richard,
>
> I pulled Ross's non-controversial systemd patches, along with some updates
> that I have reviewed and built on the AB (still in progress, but looking green)
>
> One item to verify is Martin's package.bbclass change.
>
> Thanks
> Sau!
>
>
> The following changes since commit bd03014c8fd080e04dd0a96a6b4b9211568c1cf1:
>
> package_rpm: Ensure package dependencies have correct version numbers (2013-03-14 16:37:03 +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
>
> Andrei Dinu (1):
> psplash : update to latest SRCREV
> afd4e228c606a9998feae44a3fed4474803240b7
>
> Constantin Musca (1):
> libxi: upgrade to 1.7
>
> Cristian Iorga (4):
> libical: add recipe back in oe-core
> build-appliance-image: upgrade to newer poky revision.
> build-appliance-image: ethernet connection type is now bridged
> build-appliance-image: fix lost net connectivity after restart
>
> Hongxu Jia (1):
> qemu-native:fix do_compile failed on SLED 11.2
>
> Khem Raj (2):
> sudo: Compile mksigname and mksiglist for build host
Took all these patches except the above which I want to double check
whether there is an autotools method we can use for this now. Ross might
have some knowledge about this.
Cheers,
Richard
> watchdog: Upgrade 5.12 -> 5.13
>
> Laurentiu Palcu (4):
> inputproto: upgrade to 2.3
> xserver-xorg: upgrade to 1.14.0
> xf86-video-intel: upgrade to 2.21.3
> xf86-video-*: delete references to mibstore.h
>
> Martin Jansa (2):
> package.bbclass: add debug-without-src PACKAGE_DEBUG_SPLIT_STYLE
> icecc: improve interaction with sstate
>
> Olivier Guiter (1):
> neard: Update reference commit sha1 and install script
>
> Ross Burton (11):
> connman: explicitly disable systemd if we don't want it enabled
> polkit: explicitly disable systemd if we're using consolekit
> xf86-video-intel: add explicit dependency on udev
> avahi: explicitly disable systemd if we don't want it enabled
> xkeyboard-config: remove long-gone build dependencies
> systemd-compat-units: add missing systemd-systemctl-native dependency
> busybox: enable swapon -p (91 byte increase)
> systemd: busybox's swapon now supports -p
> systemd: remove util-linux-mount dependency
> systemd: set the location of the kill binary
> systemd: remove libsystemd-daemon linkage in libudev
>
> Zhenhua Luo (2):
> binutils: fix ineffectual zero of cache and array bounds issue
> elfutils: Fix size passed to snprintf for invalid sh_name case
>
> meta/classes/icecc.bbclass | 6 ++
> meta/classes/package.bbclass | 6 ++
> meta/recipes-connectivity/avahi/avahi.inc | 2 +-
> .../connman/connman-conf/qemuall/wired-setup | 2 +-
> meta/recipes-connectivity/connman/connman.inc | 2 +-
> .../neard/neard/{neard => neard.in} | 14 +++-
> meta/recipes-connectivity/neard/neard_0.9.bb | 32 +++++----
> meta/recipes-core/busybox/busybox-1.20.2/defconfig | 2 +-
> meta/recipes-core/images/build-appliance-image.bb | 4 +-
> .../Yocto_Build_Appliance.vmx | 2 +-
> meta/recipes-core/psplash/psplash_git.bb | 4 +-
> meta/recipes-core/systemd/systemd-compat-units.bb | 2 +
> .../systemd/systemd/udev-linkage.patch | 62 ++++++++++++++++
> meta/recipes-core/systemd/systemd_197.bb | 8 +--
> meta/recipes-devtools/binutils/binutils-2.23.1.inc | 5 +-
> .../binutils-fix-ineffectual-zero-of-cache.patch | 60 ++++++++++++++++
> .../binutils-replace-strncat-with-strcat.patch | 26 +++++++
> .../binutils-fix-over-array-bounds-issue.patch | 20 ++++++
> ...ssed-to-snprintf-for-invalid-sh_name-case.patch | 27 +++++++
> meta/recipes-devtools/elfutils/elfutils_0.148.bb | 3 +-
> .../fix-libcap-header-issue-on-some-distro.patch | 84 ++++++++++++++++++++++
> meta/recipes-devtools/qemu/qemu.inc | 4 ++
> meta/recipes-extended/polkit/polkit_0.104.bb | 5 +-
> meta/recipes-extended/sudo/sudo.inc | 5 ++
> .../watchdog/files/fix-ping-failure.patch | 21 ++----
> .../{watchdog_5.12.bb => watchdog_5.13.bb} | 7 +-
> .../xf86-video-fbdev/Remove-mibstore.h.patch | 35 +++++++++
> .../xorg-driver/xf86-video-fbdev_0.4.3.bb | 2 +
> ...-intel_2.21.0.bb => xf86-video-intel_2.21.3.bb} | 6 +-
> .../xorg-driver/xf86-video-intel_git.bb | 2 +-
> .../xf86-video-vesa/Remove-mibstore.h.patch | 37 ++++++++++
> .../xorg-driver/xf86-video-vesa_2.3.2.bb | 2 +
> .../xf86-video-vmware/Kill-mibstore.patch | 63 ++++++++++++++++
> .../xorg-driver/xf86-video-vmware_13.0.0.bb | 2 +
> .../xorg-lib/{libxi_1.6.1.bb => libxi_1.7.bb} | 6 +-
> .../xorg-lib/xkeyboard-config_2.8.bb | 2 +-
> .../{inputproto_2.2.bb => inputproto_2.3.bb} | 4 +-
> .../xorg-xserver/xserver-xorg-1.13.1/aarch64.patch | 64 -----------------
> .../xorg-xserver/xserver-xorg-1.14.0/aarch64.patch | 35 +++++++++
> .../crosscompile.patch | 0
> .../fix_compilation_when_not_using_xinerama.patch | 21 ++++++
> .../fix_open_max_preprocessor_error.patch | 0
> .../macro_tweak.patch | 0
> .../mips64-compiler.patch | 0
> ...erver-xorg_1.13.1.bb => xserver-xorg_1.14.0.bb} | 5 +-
> .../libical/files/pthread-fix.patch | 52 ++++++++++++++
> meta/recipes-support/libical/libical_0.48.bb | 17 +++++
> 47 files changed, 641 insertions(+), 129 deletions(-)
> rename meta/recipes-connectivity/neard/neard/{neard => neard.in} (59%)
> create mode 100644 meta/recipes-core/systemd/systemd/udev-linkage.patch
> create mode 100644 meta/recipes-devtools/binutils/binutils-2.23.1/backport/binutils-fix-ineffectual-zero-of-cache.patch
> create mode 100644 meta/recipes-devtools/binutils/binutils-2.23.1/backport/binutils-replace-strncat-with-strcat.patch
> create mode 100644 meta/recipes-devtools/binutils/binutils-2.23.1/binutils-fix-over-array-bounds-issue.patch
> create mode 100644 meta/recipes-devtools/elfutils/elfutils/nm-Fix-size-passed-to-snprintf-for-invalid-sh_name-case.patch
> create mode 100644 meta/recipes-devtools/qemu/files/fix-libcap-header-issue-on-some-distro.patch
> rename meta/recipes-extended/watchdog/{watchdog_5.12.bb => watchdog_5.13.bb} (78%)
> create mode 100644 meta/recipes-graphics/xorg-driver/xf86-video-fbdev/Remove-mibstore.h.patch
> rename meta/recipes-graphics/xorg-driver/{xf86-video-intel_2.21.0.bb => xf86-video-intel_2.21.3.bb} (79%)
> create mode 100644 meta/recipes-graphics/xorg-driver/xf86-video-vesa/Remove-mibstore.h.patch
> create mode 100644 meta/recipes-graphics/xorg-driver/xf86-video-vmware/Kill-mibstore.patch
> rename meta/recipes-graphics/xorg-lib/{libxi_1.6.1.bb => libxi_1.7.bb} (79%)
> rename meta/recipes-graphics/xorg-proto/{inputproto_2.2.bb => inputproto_2.3.bb} (78%)
> delete mode 100644 meta/recipes-graphics/xorg-xserver/xserver-xorg-1.13.1/aarch64.patch
> create mode 100644 meta/recipes-graphics/xorg-xserver/xserver-xorg-1.14.0/aarch64.patch
> rename meta/recipes-graphics/xorg-xserver/{xserver-xorg-1.13.1 => xserver-xorg-1.14.0}/crosscompile.patch (100%)
> create mode 100644 meta/recipes-graphics/xorg-xserver/xserver-xorg-1.14.0/fix_compilation_when_not_using_xinerama.patch
> rename meta/recipes-graphics/xorg-xserver/{xserver-xorg-1.13.1 => xserver-xorg-1.14.0}/fix_open_max_preprocessor_error.patch (100%)
> rename meta/recipes-graphics/xorg-xserver/{xserver-xorg-1.13.1 => xserver-xorg-1.14.0}/macro_tweak.patch (100%)
> rename meta/recipes-graphics/xorg-xserver/{xserver-xorg-1.13.1 => xserver-xorg-1.14.0}/mips64-compiler.patch (100%)
> rename meta/recipes-graphics/xorg-xserver/{xserver-xorg_1.13.1.bb => xserver-xorg_1.14.0.bb} (84%)
> create mode 100644 meta/recipes-support/libical/files/pthread-fix.patch
> create mode 100644 meta/recipes-support/libical/libical_0.48.bb
>
next prev parent reply other threads:[~2013-03-15 2:26 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-03-14 19:02 [CONSOLIDATED PULL 00/29] SystemD and other fixes Saul Wold
2013-03-15 2:09 ` Richard Purdie [this message]
2013-03-20 17:41 ` Burton, Ross
2013-03-20 17:48 ` Khem Raj
2013-03-20 17:51 ` Burton, Ross
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=1363313340.14476.13.camel@ted \
--to=richard.purdie@linuxfoundation.org \
--cc=openembedded-core@lists.openembedded.org \
--cc=sgw@linux.intel.com \
/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.