From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mga09.intel.com ([134.134.136.24]) by linuxtogo.org with esmtp (Exim 4.72) (envelope-from ) id 1Tr9bB-00021Q-W8 for openembedded-core@lists.openembedded.org; Fri, 04 Jan 2013 16:54:50 +0100 Received: from orsmga001.jf.intel.com ([10.7.209.18]) by orsmga102.jf.intel.com with ESMTP; 04 Jan 2013 07:38:15 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="4.84,411,1355126400"; d="scan'208";a="242088698" Received: from dell-desktop (HELO [10.237.105.59]) ([10.237.105.59]) by orsmga001.jf.intel.com with ESMTP; 04 Jan 2013 07:39:14 -0800 Message-ID: <50E6F919.5070105@intel.com> Date: Fri, 04 Jan 2013 17:45:29 +0200 From: Radu Moisan User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/17.0 Thunderbird/17.0 MIME-Version: 1.0 To: Saul Wold References: <50D8FDBE.4030203@linux.intel.com> <50E53E76.1080801@intel.com> <50E5BE7E.6040201@linux.intel.com> In-Reply-To: <50E5BE7E.6040201@linux.intel.com> Cc: openembedded-core@lists.openembedded.org Subject: Re: [PATCH 00/28][RFC] systemd Integration X-BeenThere: openembedded-core@lists.openembedded.org X-Mailman-Version: 2.1.11 Precedence: list List-Id: Patches and discussions about the oe-core layer List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 04 Jan 2013 15:54:50 -0000 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit On 01/03/2013 07:23 PM, Saul Wold wrote: > On 01/03/2013 12:16 AM, Radu Moisan wrote: >> >> 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 rebuilt systemd without xz dependency and now I can build >> core-image-minimal with INCOMPATIBLE_LICENSE = "GPLv3", however >> core-image-sato would not build. Do we want sato to build with GPLv3 >> incompatibility flag set? I couldn't build sato this way on master >> either, but I didn't try a clean build so I'm not 100% sure about that. >> > Sato will not build with non-GPLv3. The other image that can build > non-GPLv3 is core-image-basic, it pulls in much more LSB full > commands, non-busybox. > I tried to build core-image-basic with incompatible license flag set to GPLv3. It crashes in bash (3.2.48) complaining about undefined reference to `xopen' and 'xread'. I tried to dig a little bit into this but got nowhere. There are no references in code for xopen & xread. I don't understand why the linker is looking for these functions while in the code open & read are called. Radu