From: Radu Moisan <radu.moisan@intel.com>
To: Saul Wold <sgw@linux.intel.com>
Cc: openembedded-core@lists.openembedded.org
Subject: Re: [PATCH 00/28][RFC] systemd Integration
Date: Fri, 28 Dec 2012 16:24:36 +0200 [thread overview]
Message-ID: <50DDABA4.70309@intel.com> (raw)
In-Reply-To: <50D8FDBE.4030203@linux.intel.com>
[-- Attachment #1: Type: text/plain, Size: 4753 bytes --]
On 12/25/2012 03:13 AM, Saul Wold wrote:
> On 12/20/2012 09:11 AM, Radu Moisan wrote:
>> I've rebased my branch, again :), with some cleanups here and there
>> I also pushed a few patches suggested by Martin.
>> Feel free to comment on everything.
>>
>> The following changes since commit
>> 958162e96b4a4f23bca94500b5f20975633dd5c6:
>>
>> bitbake: hob: use base image only if it was set (2012-12-14
>> 17:31:31 +0000)
>>
>> are available in the git repository at:
>>
>> git://git.yoctoproject.org/poky-contrib rmoisan/systemd
>> http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=rmoisan/systemd
>>
>> Enrico Scholz (1):
>> systemd: move disable operation into prerm() script
>>
>> Holger Hans Peter Freyther (2):
>> systemd: Make the main systemd files proper CONFFILES
>> systemd: Introduce a create-volatile to create tmp directories
>>
>> Khem Raj (1):
>> systemd: Fix build when base_libdir is not /lib
>>
>> Martin Donnelly (2):
>> cgroups: Add INSANE_SKIP to avoid warning about .so file
>> Remove sysvinit mount related services if systemd is enabled
>>
>> Martin Jansa (2):
>> systemd-systemctl-native: fix FILESPATH to find systemctl
>> systemd: add PACKAGES_DYNAMIC
>>
>> Radu Moisan (20):
>> Systemd initial integration
>> Add DISTRO_FEATURES_INITMAN to DISTRO_FEATURES
>> Automatically set PREFERRED_PROVIDER_udev
>> Add systemd_base.bbclass
>> Include systemd-compat-units and avahi-systemd
>> Inherit the systemd_base class
>> set default.target to multi-user.target
>> wpa-supplicant: Fix indentation
>> dropbear: Fix indentation and cleanup
>> systemd: Some more cleanup
>> systemd: disable source rcS-default
>> polkit: merge together the two instances of PACKAGECONFIG
>> systemd-native: update FILESPATH with *-native directory
>> systemd: Remove gitpkgv.bbclass
>> systemd: (temporary) remove dependency on cairo
>> initscripts: Cleanup recipe
>> systemd: disable sysfs.service
>> xserver-nodm-init: add systemd support
>> util-linux: Enable systemd support
>> lighttpd: Remove automake patch
>>
>
> Please be sure to build this with the INCOMPATIBLE_LICENSE = "GPLv3"
> settig, I saw the following issues on the Autobuilder.
I've seen a patch from Martin Ertsaas <mailto:mertsas@cisco.com> which
will allow us to compile systemd without xz. I'll take a look over it.
>
>>
>> NOTE: Resolving any missing task queue dependencies
>> ERROR: Nothing PROVIDES 'xz' (but
>> /srv/home/pokybuild/yocto-autobuilder/yocto-slave/nightly-non-gpl3/build/meta/recipes-core/systemd/systemd_git.bb
>> DEPENDS on or otherwise requires it)
>> ERROR: xz was skipped: incompatible with license GPLv2+ & GPLv3+ &
>> LGPLv2.1+
>> ERROR: Nothing RPROVIDES 'udev-systemd' (but
>> /srv/home/pokybuild/yocto-autobuilder/yocto-slave/nightly-non-gpl3/build/meta/recipes-core/systemd/systemd_git.bb
>> RDEPENDS on or otherwise requires it)
>> ERROR: No eligible RPROVIDERs exist for 'udev-systemd'
>> NOTE: Runtime target 'udev-systemd' is unbuildable, removing...
>> Missing or unbuildable dependency chain was: ['udev-systemd']
>> ERROR: Nothing RPROVIDES 'systemd' (but
>> /srv/home/pokybuild/yocto-autobuilder/yocto-slave/nightly-non-gpl3/build/meta/recipes-core/systemd/systemd_git.bb
>> RDEPENDS on or otherwise requires it)
>> ERROR: No eligible RPROVIDERs exist for 'systemd'
>> NOTE: Runtime target 'systemd' is unbuildable, removing...
>> Missing or unbuildable dependency chain was: ['systemd']
>> ERROR: Nothing RPROVIDES 'systemd-dev' (but
>> /srv/home/pokybuild/yocto-autobuilder/yocto-slave/nightly-non-gpl3/build/meta/recipes-core/systemd/systemd_git.bb
>> RDEPENDS on or otherwise requires it)
>> ERROR: No eligible RPROVIDERs exist for 'systemd-dev'
>> NOTE: Runtime target 'systemd-dev' is unbuildable, removing...
>> Missing or unbuildable dependency chain was: ['systemd-dev']
>> NOTE: Runtime target 'systemd-serialgetty' is unbuildable, removing...
>> Missing or unbuildable dependency chain was: ['systemd-serialgetty']
>> NOTE: Preparing runqueue
>> NOTE: Executing SetScene Tasks
>
> Also, you do not provide very clear information at the beginning, but
> I assume to enable systemd, it's just setting DISTRO_FEATURE +=
> "systemd", or is there more?
>
DISTRO_FEATURES_INITMAN = "systemd" it's all you need. DISTRO_FEATURE +=
"systemd" might also work in some extent since I'm checking against
DISTRO_FEATURES, however there are variables like
VIRTUAL_RUNTIME_init_manager (which is inherited legacy) which get set
from DISTRO_FEATURES_INITMAN. The way to go is with DISTRO_FEATURES_INITMAN.
Radu
Radu
[-- Attachment #2: Type: text/html, Size: 7290 bytes --]
next prev parent reply other threads:[~2012-12-28 14:33 UTC|newest]
Thread overview: 17+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-12-20 17:11 [PATCH 00/28][RFC] systemd Integration Radu Moisan
2012-12-20 22:03 ` Saul Wold
2012-12-21 9:35 ` Radu Moisan
2012-12-21 12:15 ` Burton, Ross
2012-12-22 0:43 ` Otavio Salvador
2012-12-22 17:01 ` Ross Burton
2012-12-21 17:24 ` Otavio Salvador
2012-12-21 11:31 ` Burton, Ross
2012-12-21 17:36 ` Saul Wold
2012-12-25 1:13 ` Saul Wold
2012-12-28 14:24 ` Radu Moisan [this message]
2012-12-31 22:10 ` Paul Eggleton
2013-01-03 8:03 ` Radu Moisan
2013-01-03 8:16 ` Radu Moisan
2013-01-03 17:23 ` Saul Wold
2013-01-04 15:45 ` Radu Moisan
2013-01-04 15:48 ` Radu Moisan
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=50DDABA4.70309@intel.com \
--to=radu.moisan@intel.com \
--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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox