From: Leandro Dorileo <leandro.maciel.dorileo@intel.com>
To: openembedded-core@lists.openembedded.org
Subject: Re: [PATCH V2 3/3] systemd: split modules into packages
Date: Tue, 05 May 2015 17:38:34 -0300 [thread overview]
Message-ID: <55492A4A.6010305@intel.com> (raw)
In-Reply-To: <20150505200129.GA7291@ad.chargestorm.se>
On 05/05/2015 05:01 PM, Anders Darander wrote:
> * Bruno Bottazzini <bruno.bottazzini@intel.com> [150504 23:43]:
>
>> diff --git a/meta/recipes-core/systemd/systemd_219.bb b/meta/recipes-core/systemd/systemd_219.bb
>> index b4bff18..2da74dc 100644
>> --- a/meta/recipes-core/systemd/systemd_219.bb
>> +++ b/meta/recipes-core/systemd/systemd_219.bb
>> @@ -60,9 +60,89 @@ LDFLAGS_append_libc-uclibc = " -lrt"
>> GTKDOC_DOCDIR = "${S}/docs/"
>
>> PACKAGECONFIG ??= "xz ldconfig \
>> + ${@bb.utils.contains('DISTRO_FEATURES', 'gcrypt', 'gcrypt', "", d)} \
>> + ${@bb.utils.contains('DISTRO_FEATURES', 'kmod', 'kmod', "", d)} \
>> + ${@bb.utils.contains('DISTRO_FEATURES', 'blkid', 'blkid', '', d)} \
>> + ${@bb.utils.contains('DISTRO_FEATURES', 'efi', 'efi', '', d)} \
>> + ${@bb.utils.contains('DISTRO_FEATURES', 'lz4', 'lz4', '', d)} \
>> + ${@bb.utils.contains('DISTRO_FEATURES', 'libidn', 'libidn', '', d)} \
>> + ${@bb.utils.contains('DISTRO_FEATURES', 'acl', 'acl', '', d)} \
>> ${@bb.utils.contains('DISTRO_FEATURES', 'pam', 'pam', '', d)} \
>> - ${@bb.utils.contains('DISTRO_FEATURES', 'x11', 'xkbcommon', '', d)}"
>> -
>> + ${@bb.utils.contains('DISTRO_FEATURES', 'glib', 'glib', '', d)} \
>> + ${@bb.utils.contains('DISTRO_FEATURES', 'acl', 'acl', '', d)} \
>> + ${@bb.utils.contains('DISTRO_FEATURES', 'blkid', 'blkid', '', d)} \
>> + ${@bb.utils.contains('DISTRO_FEATURES', 'efi', 'efi', '', d)} \
>> + ${@bb.utils.contains('DISTRO_FEATURES', 'kmod', 'kmod', '', d)} \
>> + ${@bb.utils.contains('DISTRO_FEATURES', 'polkit', 'polkit', '', d)} \
>> + ${@bb.utils.contains('DISTRO_FEATURES', 'smack', 'smack', '', d)} \
>> + ${@bb.utils.contains('DISTRO_FEATURES', 'ima', 'ima', '', d)} \
>> + ${@bb.utils.contains('DISTRO_FEATURES', 'apparmor', 'apparmor', '', d)} \
>> + ${@bb.utils.contains('DISTRO_FEATURES', 'selinux', 'selinux', '', d)} \
>> + ${@bb.utils.contains('DISTRO_FEATURES', 'seccomp', 'seccomp', '', d)} \
>> + ${@bb.utils.contains('DISTRO_FEATURES', 'qrencode', 'qrencode', '', d)} \
>
> NAK.
>
> I like the split of systemd into smaller packages, but NAK for this
> version. We're not going to add all this to DISTRO_FEATURES...
>
> Add all the PACKAGCONFIG options, but enable only those that either were
> enabled before, or where we have a real DISTRO_FEATURE to check for.
> Dpn't add a new DISTRO_FEATURE for every PACKAGECONFIG.
>
Just to have it documented here via ML, Anders and I talked on IRC
and we agreed to add PACKAGECONFIG[feature] definitions for both
features and have the "current features" enabled by default without
using DISTRO_FEATURES - since we don't want to add these
DISTRO_FEATURES.
For distros wanting to use the "new packages/features" we do so by
adding PACKAGECONFIG_pn-systemd... on the distro side.
Regards...
--
Dorileo
next prev parent reply other threads:[~2015-05-05 20:38 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-05-04 21:43 [PATCH V2 0/3] systemd and dbus: split modules into packages Bruno Bottazzini
2015-05-04 21:43 ` [PATCH V2 1/3] dbus: split tools package Bruno Bottazzini
2015-05-04 21:43 ` [PATCH V2 2/3] systemd: Verify if journal-flush.service exists Bruno Bottazzini
2015-05-04 21:43 ` [PATCH V2 3/3] systemd: split modules into packages Bruno Bottazzini
2015-05-05 20:01 ` Anders Darander
2015-05-05 20:38 ` Leandro Dorileo [this message]
2015-05-05 21:57 ` Bottazzini, Bruno
2015-05-05 22:04 ` Otavio Salvador
2015-05-05 17:00 ` [PATCH V2 0/3] systemd and dbus: " Leandro Dorileo
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=55492A4A.6010305@intel.com \
--to=leandro.maciel.dorileo@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 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.