[yocto] Remove connman package from yocto sdk.

2020-07-24 Thread NIKHIL PATIL
Hi team, We want to use NetworkManager to access internet using LTE module . but connman and Networkmaanger both are installed. I struggled so much to remove connman, I tried as follows :- 1) Added IMAGE_INSTALL_remove = "connman" in local.conf

Re: [yocto] ERRORS while building customized yocto image for Raspberrypi #yocto

2020-07-24 Thread Quentin Schulz
Hi Bhavya, On Fri, Jul 24, 2020 at 05:59:09AM -0700, paruchuribhavyas...@gmail.com wrote: > Hi, > > I'am trying to build Yocto image for a customized code, where the source code > is in my local files, so here is my recipe : > >

[yocto] error about cve_check after a 'do_populate_sdk: Succeeded' on poky master since 20 july on ubuntu18.04/Debian 10/Debian 9.12

2020-07-24 Thread vygu via lists.yoctoproject.org
Hello, We observe this following error about cve_check after a populate_sdk: ERROR: Execution of event handler 'cve_save_summary_handler' failed Traceback (most recent call last): File "/home/user/poky/meta/classes/cve-check.bbclass", line 65, in cve_save_summary_handler(e=): >

[yocto] ERRORS while building customized yocto image for Raspberrypi #yocto

2020-07-24 Thread paruchuribhavyasree
Hi, I'am trying to build Yocto image for a customized code, where the source code is in my local files, so here is my recipe : -- DESCRIPTION = "GSM-ASTERISK-SPI"

Re: [yocto] [yocto-builds] Please Help me: v4l2loopback recipe

2020-07-24 Thread Randy MacLeod
On 2020-07-24 12:21 p.m., profe...@gmail.com wrote: Hi, I'm begginer on Yocto and I try to add v4l2loopback to my image.Idon't find any recipe to do that so i try to do myself but it's not a success :) Hi, Welcome to Yocto development. I'm moving this email to the yocto general list.

Re: [yocto] error about cve_check after a 'do_populate_sdk: Succeeded' on poky master since 20 july on ubuntu18.04/Debian 10/Debian 9.12

2020-07-24 Thread akuster
This error has been reported earlier. I am working on a fix . -armin On 7/24/20 5:25 AM, vygu via lists.yoctoproject.org wrote: > Hello, > > We observe this following error about cve_check after a populate_sdk: > > ERROR: Execution of event handler 'cve_save_summary_handler' failed > Traceback

Re: [yocto] Offline Build #yocto

2020-07-24 Thread Fred Baksik
On Mon, Jul 20, 2020, at 11:26 PM, Amrun Nisha.R wrote: > I gave new downloads (/downloads) path in replace of > /opt/yocto_downloads. It takes the new downloads path and did the > compilation, but i'm facing error in do_fetch and do_compile. > -=-=-=-=-=-=-=-=-=-=-=- > This kind of procedure

[yocto] [meta-security][PATCH 1/3] security packagegroups: move to recipes-core

2020-07-24 Thread akuster
Signed-off-by: Armin Kuster --- .../packagegroup/packagegroup-core-security-ptest.bb | 0 .../packagegroup/packagegroup-core-security.bb| 0 2 files changed, 0 insertions(+), 0 deletions(-) rename {recipes-security =>

[yocto] [meta-security][PATCH 3/3] packagegroup-core-security: remove clamav for riscv*

2020-07-24 Thread akuster
Signed-off-by: Armin Kuster --- recipes-core/packagegroup/packagegroup-core-security.bb | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/recipes-core/packagegroup/packagegroup-core-security.bb b/recipes-core/packagegroup/packagegroup-core-security.bb index e0a9d05..bb790b4

Re: [yocto] ERRORS while building customized yocto image for Raspberrypi #yocto

2020-07-24 Thread paruchuribhavyasree
Hi Quentin I tried changing it but facing same kind of error during Build. Thankyou Bhavya -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#50087): https://lists.yoctoproject.org/g/yocto/message/50087 Mute This Topic:

[yocto] [meta-security][PATCH] drop ci-build: it is hiding errors

2020-07-24 Thread akuster
call kas from .gitlab-ci fix typos add missing mips64 file add main layer workaround Signed-off-by: Armin Kuster --- .gitlab-ci.yml| 32 +++- kas/kas-security-base.yml | 1 + kas/qemumips64.yml| 6 ++ scripts/ci-build.sh | 10

Re: [yocto] QA notification for completed autobuilder build (yocto-3.1.2.rc1)

2020-07-24 Thread Sangeeta Jain
Hi all, Intel and WR YP QA is planning for QA execution for YP build yocto-3.1.2.rc1. We are planning to execute following tests for this cycle: OEQA-manual tests for following module: 1. OE-Core 2. BSP-hw Runtime auto test for following platforms: 1. MinnowTurbot 32-bit 2. Coffee Lake 3. NUC 7

[yocto] QA notification for completed autobuilder build (yocto-3.1.2.rc1)

2020-07-24 Thread Pokybuild User
A build flagged for QA (yocto-3.1.2.rc1) was completed on the autobuilder and is available at: https://autobuilder.yocto.io/pub/releases/yocto-3.1.2.rc1 Build hash information: bitbake: cc11dfa4eb3616547a8a3909f89da0cc4f35dc57 meta-arm: 4812a66527e88ebdc5351d5dbd63765abe4abf62

Re: [linux-yocto] [yocto-kernel-cache]: bcm-2xxx-rpi: build fixed regulator driver into kernel image

2020-07-24 Thread Bruce Ashfield
In message: [yocto-kernel-cache]: bcm-2xxx-rpi: build fixed regulator driver into kernel image on 22/07/2020 meng...@windriver.com wrote: > From: Limeng > > Hi Bruce, > > set CONFIG_REGULATOR_FIXED_VOLTAGE=y so that fixed > regulator driver is built into kernel image, not as a module. > >

Re: [linux-yocto] [yocto-kernel-cache]: bcm-2xxx-rpi: build fixed regulator driver into kernel image

2020-07-24 Thread Bruce Ashfield
In message: [yocto-kernel-cache]: bcm-2xxx-rpi: build fixed regulator driver into kernel image on 24/07/2020 meng...@windriver.com wrote: > From: Limeng > > Hi Bruce, > > Set CONFIG_REGULATOR_FIXED_VOLTAGE as 'y', because SD > card driver uses it when kernel boots up. > > Could you please

Re: [linux-yocto] [linux-yocto kernel][v5.4/standard/bcm-2xxx-rpi]: bcm-2xxx-rpi: bcm2711-rpi-4-b.dts: Do not power off the SD card after boot

2020-07-24 Thread Bruce Ashfield
merged. Bruce In message: [linux-yocto kernel][v5.4/standard/bcm-2xxx-rpi]: bcm-2xxx-rpi: bcm2711-rpi-4-b.dts: Do not power off the SD card after boot on 22/07/2020 meng...@windriver.com wrote: > From: Limeng > > Hi Bruce, > > Could you please help to merge this patch into linux-yocto

Re: [linux-yocto] [yocto-kernel-cache]: bcm-2xxx-rpi: update kernel config for raspberry pi4 platform

2020-07-24 Thread Bruce Ashfield
merged Bruce In message: [yocto-kernel-cache]: bcm-2xxx-rpi: update kernel config for raspberry pi4 platform on 22/07/2020 meng...@windriver.com wrote: > From: Limeng > > Hi Bruce, > > Because latest linux-yocto-dev kernel has been upgraded to v5.8, > update kernel config for raspberry pi4

Re: [linux-yocto] [kernel-cache master][PATCH] bsp: enable CONFIG_MEDIA_PLATFORM_SUPPORT kernel option

2020-07-24 Thread Bruce Ashfield
merged. Bruce In message: [kernel-cache master][PATCH] bsp: enable CONFIG_MEDIA_PLATFORM_SUPPORT kernel option on 24/07/2020 quanyang.w...@windriver.com wrote: > From: Quanyang Wang > > Because of the commit 06b93644f4d1 ("media: Kconfig: add an option > to filter in/out platform drivers"),

Re: [linux-yocto][yocto-kernel-cache][master][PATCH] features/thermal: fix the dependency for CONFIG_INTEL_SOC_PMIC_BXTWC

2020-07-24 Thread Bruce Ashfield
merged. Bruce In message: [linux-yocto][yocto-kernel-cache][master][PATCH] features/thermal: fix the dependency for CONFIG_INTEL_SOC_PMIC_BXTWC on 24/07/2020 Yongxin Liu wrote: > In kernel commit 25f1ca31e230 ("platform/x86: intel_pmc_ipc: > Convert to MFD"), CONFIG_INTEL_SOC_PMIC_BXTWC is

Re: [linux-yocto] [yocto-kernel-cache]: bcm-2xxx-rpi: enable CONFIG_BROADCOM_PHY for raspberry pi4 platform

2020-07-24 Thread Bruce Ashfield
In message: [yocto-kernel-cache]: bcm-2xxx-rpi: enable CONFIG_BROADCOM_PHY for raspberry pi4 platform on 22/07/2020 meng...@windriver.com wrote: > From: Limeng > > Hi Bruce, > > Could you please help to merge this patch into yocto-kernel-cache, branches > are master and yocto-5.4? > It is

[linux-yocto] v5.2.x - stable updates comprising v5.2.51

2020-07-24 Thread Paul Gortmaker
Bruce, Yocto kernel folks: Here is the next 5.2.x stable update "extension" primarily created for the Yocto project, as the next v5.2.x post-EOL release. This maintenance is most likely to wind down in September, so folks should plan their own maintenance or migration path off of this v5.2.x

Re: [linux-yocto] [linux-yocto-dev standard/xlnx-soc][PATCH] usb: dwc3: use PROPERTY_ENTRY_BOOL to initialize property entries

2020-07-24 Thread Bruce Ashfield
merged. Bruce In message: [linux-yocto-dev standard/xlnx-soc][PATCH] usb: dwc3: use PROPERTY_ENTRY_BOOL to initialize property entries on 24/07/2020 quanyang.w...@windriver.com wrote: > From: Quanyang Wang > > According to commit 5eb5afb07853d6e9 ("usb: dwc3: use proper initializers > for

[linux-yocto][linux-yocto-dev standard/base][PATCH 1/2] arm64: dts: ti: k3-am65-main: Enable support for sdhci1

2020-07-24 Thread jmiao1
From: Faiz Abbas commit bb40213e83549b52e46baac3979046dc17e6b58a from branch ti-linux-4.19.y: git://git.ti.com/ti-linux-kernel/ti-linux-kernel.git Add support for the 2nd Secure Digital Host controller instance present in TI's am654 SoC. Signed-off-by: Faiz Abbas Signed-off-by: Sekhar Nori

[linux-yocto][linux-yocto-dev standard/base][PATCH 2/2] arm64: dts: ti: k3-am654-base-board: Add Support for SD card

2020-07-24 Thread jmiao1
From: Faiz Abbas commit 4a77a43537ba1aa31ac8792095e9e35253cabff7 from branch ti-linux-4.19.y: git://git.ti.com/ti-linux-kernel/ti-linux-kernel.git The 2nd sdhci instance is connected to an SD card on am654-evm. Add board specific properties and pinmux for the same. Signed-off-by: Faiz Abbas

[linux-yocto] [PATCH] bcm-2xxx-rpi: build fixed regulator driver into kernel image

2020-07-24 Thread Meng Li
From: Limeng Set CONFIG_REGULATOR_FIXED_VOLTAGE as 'y', because SD card driver used it when kernel boots up. Signed-off-by: Meng Li --- bsp/bcm-2xxx-rpi/bcm-2xxx-rpi.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bsp/bcm-2xxx-rpi/bcm-2xxx-rpi.cfg