Re: [yocto] unpacking deb packages

2017-04-13 Thread Burton, Ross
On 10 April 2017 at 14:32, Markus Volk wrote: > i´m building for x86_64 using the recent master branch and encounter > problems when fetching deb packages. > With any .deb file inside SRC_URI the task do_unpack stops with this > output: > > ... data.tar.xz && tar

Re: [yocto] [OE-core] [PATCH v3] logrotate: Add systemd support

2017-04-13 Thread Burton, Ross
On 13 April 2017 at 08:42, Romain Perier wrote: > --- /dev/null > +++ b/meta/recipes-extended/logrotate/logrotate/logrotate.service > @@ -0,0 +1,10 @@ > +[Unit] > +Description=Rotate log files > +ConditionACPower=true > + > +[Service] > +Type=oneshot >

Re: [yocto] [meta-raspberrypi][PATCH v2 0/3] pitft: Add support for pitft35r

2017-04-13 Thread Andrei Gherzan
Hi Rob, On Thu, Apr 13, 2017 at 3:09 PM, Rob Woolley wrote: > Hi Andrei, > > Does this patchset look okay? > > Are there any further changes you would like me to make? Looks good. I'll test it and merge it soon. -- ___

Re: [yocto] [meta-raspberrypi][PATCH v2 0/3] pitft: Add support for pitft35r

2017-04-13 Thread Rob Woolley
Hi Andrei, Does this patchset look okay? Are there any further changes you would like me to make? Regards, Rob On Thu, Apr 6, 2017 at 2:44 PM, Rob Woolley wrote: > As requested, I have split the patch into separate commits for: > > 1. dtbo inclusion > 2.

Re: [yocto] bare-metal RPi2B & RPI3B

2017-04-13 Thread Edward Vidal
Hello All, As of now I have been able to get the library of openjpeg running in bare-metal RPi2B or RPi3B.With just 5 files on a RPi2B or RPi3B the compression of bitmap is done.bootcode.bin  fixup.dat  kernel7.img  MyBitmap.bmp  start.elf.In addition this provides a TFTP server and Telnet

[yocto] [PATCH] package.bbclass: Changed PACKAGESPLITFUNCS execution order

2017-04-13 Thread Oleksandr Poznyak
Fixes [YOCTO #11343] I've added runtime PACKAGESPLITFUNCS value modification in the context of do_package() function so that populate_packages_updatealternatives function is allways executed before populate_packages_updatercd Signed-off-by: Oleksandr Poznyak ---

Re: [yocto] Task dependencies

2017-04-13 Thread Gary Thomas
On 2017-04-13 09:34, Gary Thomas wrote: I'm trying to understand why 'perl' is being built for my target even though I don't mention it in any of the package recipes used to build that target. When I used 'taskexp', I found that 'perl:do_build' only has a single dependent task, namely

[yocto] [PATCH v3] logrotate: Add systemd support

2017-04-13 Thread Romain Perier
Currently, this recipe only supports daily scheduling via a cron job. This commit adds support for systemd in the recipe, with the corresponding services backported from upstream. When the distro feature is enabled the systemd variant will be used. The timer granularity and its accuracy are also

[yocto] Task dependencies

2017-04-13 Thread Gary Thomas
I'm trying to understand why 'perl' is being built for my target even though I don't mention it in any of the package recipes used to build that target. When I used 'taskexp', I found that 'perl:do_build' only has a single dependent task, namely 'my-image:do_build' note: no perl packages end up

Re: [yocto] 'and' combination for OVERRIDES values?

2017-04-13 Thread Takashi Matsuzawa
Hello. >AAA_xxx_yyy = "true" Thank you, I will try. I could not figure out but I feel it should work. From: Paul Eggleton Sent: Thursday, April 13, 2017 2:23 PM To: Takashi Matsuzawa Cc: yocto@yoctoproject.org Subject: Re: