Openembedded Core Discussions
 help / color / mirror / Atom feed
From: Richard Purdie <richard.purdie@linuxfoundation.org>
To: Khem Raj <raj.khem@gmail.com>
Cc: openembedded-core@lists.openembedded.org
Subject: Re: [PATCH 01/17] systemd: Upgrade 219 -> 224
Date: Wed, 02 Sep 2015 08:15:28 +0100	[thread overview]
Message-ID: <1441178128.24871.36.camel@linuxfoundation.org> (raw)
In-Reply-To: <E9B6BF0B-EC31-4CF5-8756-9A338258CFF7@gmail.com>

On Tue, 2015-09-01 at 16:45 -0700, Khem Raj wrote:
> > On Sep 1, 2015, at 2:15 PM, Richard Purdie <richard.purdie@linuxfoundation.org> wrote:
> > 
> > On Mon, 2015-08-24 at 13:03 -0700, Khem Raj wrote:
> >> Drop patches that were straight backports from upstream
> >> 
> >> MIT licence was unused and dropped from systemd sources
> >> for more details see
> >> https://github.com/systemd/systemd/commit/8f1e0c5f38cdf7e401ab4d2bb93ad816d08e7715
> >> 
> >> Drop gtkdoc dependency since libudev API documentation has been converted from gtkdoc into man pages
> >> Remove packaging gudev as it has moved to separate repository outside
> >> systemd
> >> 
> >> For more details see
> >> https://github.com/systemd/systemd/commit/2375607039517c88df51ef16ddbb624ec1c10654
> >> 
> >> package newly added script for xorg to be usable with systemd --user
> >> intance
> >> For more details see
> >> https://github.com/systemd/systemd/commit/1401ec2d34bcde406ced531a72dc46ebaf332594
> >> 
> >> For complete differences between two releases run
> >> git log --oneline v219..v224
> >> in systemd git clone
> > 
> > This patch seems to cause the build failures in:
> > 
> > https://autobuilder.yoctoproject.org/main/builders/nightly-qa-systemd/builds/466
> > 
> > (two different sanity test failures)
> 
> 
> thanks for the info. Looking at the two tests.
> 
> setting up date using date -s seems to be assuming that Automatic time synchronization is not enabled
> that test could be improved for systemd by using systemd utils.
> 
> timedatectl set-time "yyyy-MM-dd hh:mm:ss”
> 
> and I don’t believe its passing with systemd-219 since locally I executed same commands on my minnow board running 219
> and it failed.

I believe it passes with 219 (master) and is a regression:

https://autobuilder.yoctoproject.org/main/builders/nightly-qa-systemd/builds/471

(green build with master which contains 219).

> Second test failure is a good one when mixing sysvinit scripts with systemd which is what systemctl disable avahi-daemon.service is doing
> 
> CHANGES WITH 221:
> 
>         * Support for chkconfig (--enable-chkconfig) was removed in favour of
>           calling an abstraction /lib/systemd/systemd-sysv-install. This needs
>           to be implemented for your distribution. See "SYSV INIT.D SCRIPTS" in
>           README for details.
> 
> This needs implementing  /lib/systemd/systemd-sysv-install for OE and I will update the patch to fix this one.

Thanks!

Richard



  reply	other threads:[~2015-09-02  7:15 UTC|newest]

Thread overview: 31+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-08-24 20:03 [PATCH 00/17] systemd upgrade, distribute->setuptools and clang fixes Khem Raj
2015-08-24 20:03 ` [PATCH 01/17] systemd: Upgrade 219 -> 224 Khem Raj
2015-09-01 21:15   ` Richard Purdie
2015-09-01 23:45     ` Khem Raj
2015-09-02  7:15       ` Richard Purdie [this message]
2015-08-24 20:03 ` [PATCH 02/17] core-image-minimal: Add 4M extra space when using systemd Khem Raj
2015-08-24 20:03 ` [PATCH 03/17] systemd: Cache/define tool paths for target Khem Raj
2015-08-24 20:03 ` [PATCH 04/17] kernel-arch: Force BFD kernel when using gcc for linking Khem Raj
2015-08-24 20:03 ` [PATCH 05/17] sysvinit: Fix makefile bug found with clang Khem Raj
2015-08-24 20:03 ` [PATCH 06/17] alsa-lib: Lift the limitation to use gcc only cross compiler Khem Raj
2015-08-24 20:03 ` [PATCH 07/17] json-c: Include math_compat.c for NAN/INF values Khem Raj
2015-08-24 20:03 ` [PATCH 08/17] libvorbis: Update libvorbis_1.3.4.bb -> libvorbis_1.3.5.bb Khem Raj
2015-08-24 20:03 ` [PATCH 09/17] psplash: Turn psplash_fb_plot_pixel() into static inline Khem Raj
2015-08-24 20:03 ` [PATCH 10/17] mdadm: Upgrade mdadm_3.3.2.bb -> mdadm_3.3.4.bb Khem Raj
2015-08-24 20:03 ` [PATCH 11/17] bitbake.conf: Define fallback DISTRO_NAME Khem Raj
2015-08-24 20:03 ` [PATCH 12/17] systemd: Remove exporting special CPP Khem Raj
2015-08-24 20:03 ` [PATCH 13/17] diffstat: Add TOOLCHAIN_OPTIONS to Linker calls Khem Raj
2015-08-24 20:03 ` [PATCH 14/17] liburcu: Fix atomic function parameter types in calls Khem Raj
2015-08-24 20:03 ` [PATCH 15/17] busybox: Use CC instead of bare LD to be the Linker Khem Raj
2015-09-01 21:17   ` Richard Purdie
2015-09-01 23:55     ` Khem Raj
2015-09-09  5:55       ` Khem Raj
2015-08-24 20:03 ` [PATCH 16/17] python-distribute, python-setuptools: Migrate to good old python-setuptools Khem Raj
2015-08-25 16:26   ` Burton, Ross
2015-08-25 17:55     ` Khem Raj
2015-08-25 19:06     ` Khem Raj
2015-08-25 20:34     ` Khem Raj
2015-08-25 20:46       ` Richard Purdie
2015-08-25 21:35         ` Khem Raj
2015-08-26  1:45     ` Khem Raj
2015-08-24 20:03 ` [PATCH 17/17] classes, conf: Remove python-distribute refrences 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=1441178128.24871.36.camel@linuxfoundation.org \
    --to=richard.purdie@linuxfoundation.org \
    --cc=openembedded-core@lists.openembedded.org \
    --cc=raj.khem@gmail.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox