[yocto] [meta-security][PATCH] ccs-tools:Fix build error when enable multilib.

2020-07-06 Thread zhengruoqin
ERROR: lib32-ccs-tools-1.8.4-r0 do_install: oe_runmake failed ERROR: lib32-ccs-tools-1.8.4-r0 do_install: Execution of '/build-armv8/tmp/work/armv7ahf-neon-mllib32-linux-gnueabi/lib32-ccs-tools/1.8.4-r0/temp/run.do_install.22368' failed with exit code 1: make: *** No rule to make target 'install'.

[yocto] Enhancements/Bugs closed WW27!

2020-07-06 Thread Stephen Jolley
All, The below were the owners of enhancements or bugs closed during the last week! Who Count richard.pur...@linuxfoundation.org 7 akuster...@gmail.com 2 ks...@saye.org 1 nicolas.deche...@linaro.org 1 jpewhac...@gmail.com 1 Grand Total 12 Thanks, Stephen K. Jolley

[yocto] Current high bug count owners for Yocto Project 3.2

2020-07-06 Thread Stephen Jolley
All, Below is the list as of top 39 bug owners as of the end of WW27 of who have open medium or higher bugs and enhancements against YP 3.2. There are 82 possible work days left until the final release candidates for YP 3.2 needs to be released. Who Count david.re...@windriver.com 10

[yocto] Yocto Project Newcomer & Unassigned Bugs - Help Needed

2020-07-06 Thread Stephen Jolley
All, The triage team is starting to try and collect up and classify bugs which a newcomer to the project would be able to work on in a way which means people can find them. They're being listed on the triage page under the appropriate heading:

[yocto] [yocto-autobuilder-helper][dunfell 0/6] Pull request (cover letter only)

2020-07-06 Thread Steve Sakoman
The following changes since commit 2e8b103c4fb3b6aa07c271e716d057d71b7fa543: config.json: add st...@sakoman.com to QA email list (2020-06-10 18:23:06 +0100) are available in the Git repository at: git://git.yoctoproject.org/yocto-autobuilder-helper contrib/sakoman

Re: [linux-yocto] [PATCH] bcm-2xxx-rpi: adjuest kernel config for bcm-2xxx-rpi BSP in kernel-cache

2020-07-06 Thread Bruce Ashfield
merged Bruce On Sun, Jul 5, 2020 at 10:15 PM wrote: > > From: Limeng > > In order to match with latest kernel v5.4, some kernel configs > need to be updated. > > Signed-off-by: Meng Li > --- > bsp/bcm-2xxx-rpi/bcm-2xxx-rpi.cfg | 42 ++- > 1 file changed, 41

Re: [linux-yocto]: [kernel v5.4/standard/bcm-2xxx-rpi]: bcm-2xxx-rpi: upgrade patches for raspberrypi 4b platform

2020-07-06 Thread Bruce Ashfield
On Sun, Jul 5, 2020 at 2:36 AM wrote: > > From: Limeng > > Hi Bruce, > > There are some new patches merged into upstream raspberrypi sdk kernel, > branch rpi-5.4.y. > So, I get the latest patches from raspberry pi git repo > https://github.com/raspberrypi/linux.git rpi-5.4.y, > and intend to

[yocto] Reminder: Yocto Project Technical Team Meeting @ Monthly from 8am on the first Tuesday (PDT)

2020-07-06 Thread Stephen Jolley
All, Just a reminder we will hold the monthly Yocto Project Technical Meeting at 8am PST tomorrow. (7/7) Yocto Project Technical Team Meeting: We encourage people attending the meeting to logon and announce themselves on the Yocto Project IRC chancel during the meeting (optional): Yocto

Re: [linux-yocto] [linux-yocto v4.19/standard/preempt-rt/base][PATCH] workqueue: Fix incompatible pointer type error

2020-07-06 Thread Bruce Ashfield
Sorry for the delay. I've grabbed and merged this now. I was also updating the -stable version for 4.19 and ran into yet more -rt conflicts. Looking at other -rt versions, the resolutions look correct .. but I've gone ahead and pushed in parallel to some build tests. So please submit patches if

Re: [yocto] [meta-security][PATCH 1/5] python3-oauth2client: add recipe

2020-07-06 Thread akuster
On 7/5/20 12:03 PM, Konrad Weihmann wrote: > I think some RDEPENDS entries are missing, by looking at > https://github.com/googleapis/oauth2client/blob/master/setup.py > > install_requires = [ >     'httplib2>=0.9.1', >     'pyasn1>=0.1.7', >     'pyasn1-modules>=0.0.5', >     'rsa>=3.1.4', >    

[yocto] how does the recipe search resolve a recipe name? eg., "opencryptoki"?

2020-07-06 Thread Robert P. J. Day
i've run across this on occasion -- using http://layers.openembedded.org/ to find a given recipe sometimes produces answers that don't actually point to the recipe (this seems to be a good entry for a FAQ). went looking for "opencryptoki", and got here:

Re: [yocto] #yocto howto use deltask

2020-07-06 Thread Quentin Schulz
Hi, On Mon, Jul 06, 2020 at 04:00:11AM -0700, Hans-Ulrich Schlieben wrote: > Hi, > > my image build fails with: > ERROR: ims-image-fieldgate-1.0-r0 do_rootfs: The following packages could not > be configured offline and rootfs is read-only: ['apparmor'] > > The image build succeeds if i remove

Re: [yocto] #yocto howto use deltask

2020-07-06 Thread Alexander Kanavin
You need to look into what the postinst_ontarget actually does, and why can it only happen on target. Or do not use a readonly rootfs. Alex On Mon, 6 Jul 2020 at 13:00, Hans-Ulrich Schlieben < hu.schlie...@codewrights.de> wrote: > Hi, > > my image build fails with: > ERROR:

[yocto] #yocto howto use deltask

2020-07-06 Thread Hans-Ulrich Schlieben
Hi, my image build fails with: ERROR: ims-image-fieldgate-1.0-r0 do_rootfs: The following packages could not be configured offline and rootfs is read-only: ['apparmor'] The image build succeeds if i remove the task pkg_postinst_ontarget_${PN} from apparmor_2.13.3.bb. I tried to use deltask in

Re: [yocto] Building a clean image without using sstate-cache

2020-07-06 Thread Quentin Schulz
Hi, On Mon, Jul 06, 2020 at 11:08:31AM +0300, Shlomi Vaknin wrote: > Hi, > > I'm trying to run a clean build without using the sstate-cache shared > directory, so we can check that everything is working properly and also > update our sstate-cache shared folder every now and then. > > I have the

Re: [yocto] Help creating zeek recipe #yocto

2020-07-06 Thread Quentin Schulz
Hi Gary, On Fri, Jul 03, 2020 at 02:22:40PM -0700, gary via lists.yoctoproject.org wrote: > I would like to create a recipe for zeek (a network security monitoring tool, > https://zeek.org/). It fails while compiling because it cannot find a > executable that it needs to install called binpac. 

[yocto] Building a clean image without using sstate-cache

2020-07-06 Thread Shlomi Vaknin
Hi, I'm trying to run a clean build without using the sstate-cache shared directory, so we can check that everything is working properly and also update our sstate-cache shared folder every now and then. I have the SSTATE_MIRRORS defined in my site.conf using "?=" operator. When I try to export