[yocto] [meta-security][PATCH] sssd: Avoid nss function conflicts with glibc nss.h

2020-08-10 Thread hongxu
glibc 2.32 will define these varibles [1] which results in conflicts with these static function names, backport a fix from upstream [1] https://sourceware.org/git/?p=glibc.git;a=commit;h=499a92df8b9fc64a054cf3b7f728f8967fc1da7d Signed-off-by: Hongxu Jia ---

[linux-yocto][linux-yocto v5.4/standard/cn96xx] marvell-cn96xx for linux-yocto v5.4

2020-08-10 Thread Ruiqiang Hao
Hi Bruce, Would you please help to merge follow kernel code into our linux-yocto standard kernel? The branch is v5.4/standard/cn96xx v5.4/standard/preempt-rt/cn96xx Thanks, Ruiqiang The following changes since commit cd186ff05afa4524f940270f8d2e2a149d4604b2: Merge

[yocto] M+ & H bugs with Milestone Movements WW32

2020-08-10 Thread Stephen Jolley
All, YP M+ or high bugs which moved to a new milestone in WW32 are listed below: Priority Bug ID Short Description Changer Owner Was Became Medium+ 5322 Global DNS fallback mechanism not present in poky distro

[yocto] Enhancements/Bugs closed WW32!

2020-08-10 Thread Stephen Jolley
All, The below were the owners of enhancements or bugs closed during the last week! Who Count r...@burtonini.com 2 akus...@mvista.com 1 timothy.t.orl...@intel.com 1 Grand Total 4 Thanks, Stephen K. Jolley Yocto Project Program Manager *Cell:(208) 244-4460

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

2020-08-10 Thread Stephen Jolley
All, Below is the list as of top 30 bug owners as of the end of WW32 of who have open medium or higher bugs and enhancements against YP 3.2. There are 57 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-08-10 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:

Re: [yocto] [meta-cgl][PATCH] ucarp: force to use TLS1.2 during do_fetch

2020-08-10 Thread Jeremy Puhlman
Merged. On 8/9/2020 6:04 PM, Yu, Mingli wrote: ping. Thanks, On 7/17/20 3:38 PM, Yu, Mingli wrote: From: Mingli Yu There comes below error when use buildtools [1]: $ bitbake -cfetch ucarp [snip] --2020-07-17 06:39:31-- https://download.pureftpd.org/pub/ucarp/ucarp-1.5.2.tar.gz Resolving

Re: [yocto] yocto compile simple c++

2020-08-10 Thread Quentin Schulz
Hi Sergey, On Sat, Aug 08, 2020 at 12:12:40PM +0300, Sergey Ivanov wrote: > Hi there. > I'm newbie ib yocto and (of course) nothing works for me from scratch. > For testing purposes, i work with yocto 3.1 based on > 5d47cdf448b6cff5bb7cc5b0ba0426b8235ec478 rev aka dunfell-23.0.0 > MACHINE ?=

[linux-yocto][linux-yocto-dev standard/cn96xx] marvell-cn96xx for linux-yocto-dev v5.8

2020-08-10 Thread Ruiqiang Hao
Hi Bruce, Would you please help to merge follow kernel code into our linux-yocto-dev kernel? The branch is standard/cn96xx Thanks, Ruiqiang The following changes since commit 318516993725768f072a5505b591eb75f6eb5d88: misc: otx_bphy_ctr: Fix access_ok() argument error

[linux-yocto] [linux-yocto-dev] [oe-core] [PATCH v2] kernel.bbclass: Configuration for environment with HOSTCXX

2020-08-10 Thread Zhang, Qiang
From: Zhang Qiang When compiling xilinx-zynq board linux-kernel-dev(v5.8) if "GCC_PLUGINS=y", The following error will appear: "HOSTCXX -fPIC scripts/gcc-plugins/arm_ssp_per_task_plugin.o fatal error: gmp.h: No such file or directory" the GCC_PLUGINS depend on return result of gcc-plugin.sh