Re: [OE-core] [PATCH 2/5] systemd: upgrade to 230

2016-06-24 Thread ChenQi

On 06/23/2016 10:31 PM, Alexander Kanavin wrote:

On 06/23/2016 04:56 PM, Khem Raj wrote:

This is not correct. Systemd is configured using --without-python, 
and so

the python scripts are not added to the list of tests in the top level
Makefile.am. However they are still installed by the recipe - the 
correct
fix is to remove them from the test target directory after all the 
tests

have been copied into it.


python support could be added too. Using packageconfig


Yes, if Python 3.x is used. Python 2.x is no longer the default choice 
in oe-core.


Alex



Thanks all for your feedbacks.
I'll send out a new patch.

Best Regards,
Chen Qi

--
___
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-core


Re: [OE-core] [PATCH 2/5] systemd: upgrade to 230

2016-06-23 Thread Otavio Salvador
On Thu, Jun 23, 2016 at 5:16 AM, Chen Qi  wrote:
> Patches are rebased or removed for the latest version.
>
> 'python' is added to RDEPENDS of systemd-ptest.
>
> systemd-bootchart is now seprated from systemd, thus removing the
> related configuration items.
>
> Signed-off-by: Chen Qi 

The bootchart addition should, ideally, be done in this very same
commit so we know when this happened and why


-- 
Otavio Salvador O.S. Systems
http://www.ossystems.com.brhttp://code.ossystems.com.br
Mobile: +55 (53) 9981-7854Mobile: +1 (347) 903-9750
-- 
___
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-core


Re: [OE-core] [PATCH 2/5] systemd: upgrade to 230

2016-06-23 Thread Alexander Kanavin

On 06/23/2016 04:56 PM, Khem Raj wrote:


This is not correct. Systemd is configured using --without-python, and so
the python scripts are not added to the list of tests in the top level
Makefile.am. However they are still installed by the recipe - the correct
fix is to remove them from the test target directory after all the tests
have been copied into it.


python support could be added too. Using packageconfig


Yes, if Python 3.x is used. Python 2.x is no longer the default choice 
in oe-core.


Alex

--
___
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-core


Re: [OE-core] [PATCH 2/5] systemd: upgrade to 230

2016-06-23 Thread Khem Raj
On Thu, Jun 23, 2016 at 3:23 AM, Alexander Kanavin
 wrote:
> On 06/23/2016 11:16 AM, Chen Qi wrote:
>>
>> 'python' is added to RDEPENDS of systemd-ptest.
>> -RDEPENDS_${PN}-ptest += "gawk make perl bash xz \
>> +RDEPENDS_${PN}-ptest += "gawk make perl bash xz python\
>
>
> This is not correct. Systemd is configured using --without-python, and so
> the python scripts are not added to the list of tests in the top level
> Makefile.am. However they are still installed by the recipe - the correct
> fix is to remove them from the test target directory after all the tests
> have been copied into it.

python support could be added too. Using packageconfig

>
> Alex
>
>
> --
> ___
> Openembedded-core mailing list
> Openembedded-core@lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-core
-- 
___
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-core


Re: [OE-core] [PATCH 2/5] systemd: upgrade to 230

2016-06-23 Thread Alexander Kanavin

On 06/23/2016 11:16 AM, Chen Qi wrote:

'python' is added to RDEPENDS of systemd-ptest.
-RDEPENDS_${PN}-ptest += "gawk make perl bash xz \
+RDEPENDS_${PN}-ptest += "gawk make perl bash xz python\


This is not correct. Systemd is configured using --without-python, and 
so the python scripts are not added to the list of tests in the top 
level Makefile.am. However they are still installed by the recipe - the 
correct fix is to remove them from the test target directory after all 
the tests have been copied into it.


Alex

--
___
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-core