From: "Bottazzini, Bruno" <bruno.bottazzini@intel.com>
To: Khem Raj <raj.khem@gmail.com>
Cc: Anders Darander <anders@chargestorm.se>,
Patches and discussions about the oe-core layer
<openembedded-core@lists.openembedded.org>
Subject: Re: [PATCH 3/3] systemd: split modules into packages
Date: Mon, 09 Mar 2015 13:08:14 -0300 [thread overview]
Message-ID: <1425917294.2831.23.camel@bottazzini-ThinkPad-T430> (raw)
In-Reply-To: <2E350014-ECBF-4D57-AA63-76D63219611C@gmail.com>
On Seg, 2015-03-09 at 08:32 -0700, Khem Raj wrote:
> > On Mar 9, 2015, at 6:37 AM, Bottazzini, Bruno <bruno.bottazzini@intel.com> wrote:
> >
> > On Sex, 2015-03-06 at 14:51 -0800, Khem Raj wrote:
> >> On Fri, Mar 6, 2015 at 6:03 AM, Bottazzini, Bruno
> >> <bruno.bottazzini@intel.com> wrote:
> >>> On Sex, 2015-03-06 at 09:23 +0100, Anders Darander wrote:
> >>>> * Bottazzini, Bruno <bruno.bottazzini@intel.com> [150305 17:15]:
> >>>>
> >>>>> On Qui, 2015-03-05 at 15:28 +0100, Anders Darander wrote:
> >>>>
> >>>>>> Just a quick question before I look into the patch in more detail.
> >>>>
> >>>>>> Is the new setting of PACKAGECONFIG consistent with how systemd was
> >>>>>> built previously? I guess it is.
> >>>>
> >>>>> Hi Anders,
> >>>>
> >>>>> it is consistent with how systemd was built previously. If you apply the
> >>>>> patch and bitbake it. Systemd will be built and shipped normally.
> >>>>
> >>>>> But now it will give some options on how to customize it by excluding
> >>>>> packages you don't want to be with systemd.
> >>>>
> >>>> Nice, I'm really liking this! That's something I've planned on doing
> >>>> myself for a while.
> >>>>
> >>>>>> Another comment, you should remove the dependcies that gets added using
> >>>>>> PACKAGECONFIG from DEPENDS, e.g. acl etc. (Or are they required
> >>>>>> nevertheless?)
> >>>>
> >>>>> You mean I should do the following ?
> >>>>> - PACKAGECONFIG[acl] = "--enable-acl,--disable-acl,acl"
> >>>>> + PACKAGECONFIG[acl] = "--enable-acl,--disable-acl"
> >>>>
> >>>> No, I meant to remove them from the long
> >>>> DEPENDS = "kmod docbook-sgml-dtd-4.1-native intltool-native gperf-native acl readline dbus libcap libcgroup glib-2.0 qemu-native util-linux"
> >>>> line. (Unless I overlooked that part in your patch?)
> >>>>
> >>>>> If I get what you said correctly, yes they are required.
> >>>>
> >>>> What I meant, was thas unless e.g. acl is required even when building
> >>>> with --disable-acl, it's better to add the acl dependency in the
> >>>> PACKAGECONFIG like you to. Though, at the same time, remove acl from the
> >>>> long DEPENDS-line. (As otherwise we'll build acl anyway).
> >>>
> >>> Anders,
> >>>
> >>> You are right.
> >>>
> >>> It is not needed to specify the libs on depends.
> >>>
> >>> I have removed it and as soon as we review the whole patch I will send a
> >>> new version with this corrected
> >>>
> >>
> >> On top of all this 'acl' is a distro feature so that should be
> >> accounted for too.
> >
> > Hello Khem,
> >
> > It will be accounted when acl flag is enabled on systemd.
> >
>
>
> I am saying enabling this packagconfig should depend upon distro features something like
> PACKAGECONFIG ??= "${@bb.utils.contains('DISTRO_FEATURES', ‘acl', ‘acl', '', d)}
Alright, I got what you said and it looks good to me.
Next version will have it.
>
> > Best Regards,
> >
> >
> >
> >
> >
>
next prev parent reply other threads:[~2015-03-09 16:08 UTC|newest]
Thread overview: 77+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <bruno.bottazzini@intel.com>
2015-01-21 20:00 ` [PATCH 0/2] kmod new packageconfig and dbus split package Bruno Bottazzini
2015-01-21 20:00 ` [PATCH 1/2] kmod: new PACKAGECONFIG debug and logging to help reduce binary size Bruno Bottazzini
2015-01-21 20:00 ` [PATCH 2/2] dbus: split tools package Bruno Bottazzini
2015-01-28 15:47 ` [PATCH 0/2] kmod new packageconfig and dbus split package Bottazzini, Bruno
2015-01-28 16:00 ` Burton, Ross
2015-01-28 18:55 ` Dan McGregor
2015-01-28 19:57 ` Burton, Ross
2015-02-02 12:39 ` Bottazzini, Bruno
2015-02-03 18:21 ` [PATCH] systemd: update version from 216 to 218 Bruno Bottazzini
2015-02-03 18:21 ` Bruno Bottazzini
2015-02-03 21:23 ` Randy Witt
2015-02-03 21:33 ` Bottazzini, Bruno
2015-02-04 11:48 ` Enrico Scholz
2015-02-04 17:04 ` Bottazzini, Bruno
2015-02-04 17:59 ` Enrico Scholz
2015-02-04 17:04 ` [PATCH v2 0/2] " Bruno Bottazzini
2015-02-04 17:04 ` [PATCH v2 1/2] systemd: update " Bruno Bottazzini
2015-02-04 17:04 ` [PATCH v2 2/2] systemd: split modules into packages Bruno Bottazzini
2015-02-06 18:45 ` Randy Witt
2015-03-02 20:21 ` Bottazzini, Bruno
2015-03-04 9:22 ` Anders Darander
2015-02-26 19:29 ` [PATCH] mkefidisk: change filesystem to be writeable on grub Bruno Bottazzini
2015-02-26 21:44 ` Randy Witt
2015-02-26 22:21 ` Bottazzini, Bruno
2015-02-27 1:05 ` randy.e.witt
2015-03-03 10:26 ` Patrick Ohly
2015-03-04 21:27 ` [PATCH 0/3] systemd and dbus split into packages Bruno Bottazzini
2015-03-04 21:27 ` [PATCH 1/3] dbus: split tools package Bruno Bottazzini
2015-03-05 11:01 ` Andreas Oberritter
2015-03-05 13:16 ` Bottazzini, Bruno
2015-03-05 14:09 ` Andreas Oberritter
2015-03-05 14:29 ` Bottazzini, Bruno
2015-03-05 14:49 ` Andreas Oberritter
2015-03-05 16:05 ` Bottazzini, Bruno
2015-03-04 21:27 ` [PATCH 2/3] systemd: verify if files test-udev and systemd-journal-flush exists Bruno Bottazzini
2015-03-04 21:27 ` [PATCH 3/3] systemd: split modules into packages Bruno Bottazzini
2015-03-05 14:28 ` Anders Darander
2015-03-05 16:14 ` Bottazzini, Bruno
2015-03-06 8:23 ` Anders Darander
2015-03-06 14:03 ` Bottazzini, Bruno
2015-03-06 22:51 ` Khem Raj
2015-03-09 13:37 ` Bottazzini, Bruno
2015-03-09 15:32 ` Khem Raj
2015-03-09 16:08 ` Bottazzini, Bruno [this message]
2015-03-25 21:49 ` [PATCH v3 0/4] systemd and dbus split " Bruno Bottazzini
2015-03-25 21:49 ` [PATCH 1/4] dbus: split tools package Bruno Bottazzini
2015-03-25 21:49 ` [PATCH 2/4] systemd: verify if files test-udev and systemd-journal-flush exists Bruno Bottazzini
2015-03-25 21:49 ` [PATCH 3/4] systemd: split modules into packages Bruno Bottazzini
2015-03-26 8:29 ` Anders Darander
2015-03-26 11:56 ` Otavio Salvador
2015-03-26 13:40 ` Bottazzini, Bruno
2015-03-26 13:43 ` Otavio Salvador
2015-03-26 13:53 ` Bottazzini, Bruno
2015-03-26 13:59 ` Otavio Salvador
2015-03-27 14:57 ` Anders Darander
2015-03-27 17:09 ` Bottazzini, Bruno
2015-03-27 17:11 ` Otavio Salvador
2015-03-27 17:13 ` Bottazzini, Bruno
2015-03-26 17:25 ` Khem Raj
2015-03-26 8:52 ` Andreas Oberritter
2015-03-26 13:33 ` Bottazzini, Bruno
2015-03-26 13:38 ` Otavio Salvador
2015-03-25 21:49 ` [PATCH 4/4] systemd: v219 with stable fixes Bruno Bottazzini
2015-03-30 13:05 ` Bottazzini, Bruno
2015-03-30 13:40 ` Otavio Salvador
2015-03-30 17:42 ` Bottazzini, Bruno
2015-04-01 10:16 ` Jussi Kukkonen
2015-04-01 11:21 ` Anders Darander
2015-04-01 12:52 ` Bottazzini, Bruno
2015-04-15 15:01 ` Burton, Ross
2015-04-15 15:37 ` Bottazzini, Bruno
2015-04-15 15:53 ` Burton, Ross
2015-04-15 16:29 ` Bottazzini, Bruno
2015-04-22 17:01 [PATCH V2 0/3] systemd: split modules into packages Bruno Bottazzini
2015-04-22 17:01 ` [PATCH 3/3] " Bruno Bottazzini
2015-04-22 17:27 ` Anders Darander
2015-04-22 17:30 ` Otavio Salvador
2015-04-23 19:58 ` 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=1425917294.2831.23.camel@bottazzini-ThinkPad-T430 \
--to=bruno.bottazzini@intel.com \
--cc=anders@chargestorm.se \
--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