[yocto] [meta-security][PATCH] Subject: [PATCH] Subject: python3-fail2ban: switch to legacy setuptools3

2022-03-09 Thread Ashish Sharma
raise InvalidWheelFilename(f"{filename} is not a valid wheel filename.") pip._internal.exceptions.InvalidWheelFilename: fail2ban-*-*.whl is not a valid wheel filename. Removed build tracker: '/tmp/pip-req-tracker-qnepnk46' ERROR: Failed to pip install wheel. Check the logs. Signed-off-by:

[linux-yocto] [linux-yocto standard kernel]: nxp-s32g2xx: update to NXP SDK bsp32 rc8

2022-03-09 Thread Zhantao Tang
Hi Bruce, There are 11 patches for the following branches to update to NXP SDK bsp32 rc4 to rc8 v5.10/standard/nxp-sdk-5.10/nxp-s32g2xx v5.10/standard/preempt-rt/nxp-sdk-5.10/nxp-s32g2xx Would you please help to merge the patches? The patches info as following: The following

Re: [yocto] Google GN support

2022-03-09 Thread Joel Winarske
I had to revisit this for Google Flutter LTS support as upstream (Google Flutter team) wasn't interested in providing tar.xz releases. We have two working solutions for Flutter gclient as of today. 1. gclient fetcher. This fetches the project using gclient and archives the whole source tree. I

Re: [yocto] How to disable Bluetooth of Raspberry Pi from Yocto?

2022-03-09 Thread Khem Raj
On Wed, Mar 9, 2022 at 1:01 AM Sourabh Hegde wrote: > > Hello Tomasz, > > Thanks for quick reply. > > meta-raspberrypi provide recipe just for the `config.txt` file. I don't know > which Yocto version you are usingbut on master it looks like this >

Re: [yocto] imx7d-pico with hardknott - I need help enabling remoteproc in device tree to show /linux/remoteproc.h file and modules in /sys/class/remoteproc

2022-03-09 Thread Khem Raj
On Wed, Mar 9, 2022 at 8:04 AM Neuber Sousa wrote: > > Hi, > I do this:$ mkdir tn-imx-yocto$ cd tn-imx-yocto$ repo init -u > https://github.com/TechNexion/tn-imx-yocto-manifest.git -b > hardknott_5.10.y-stable -m imx-5.10.72-2.2.0-2022Q1.xml$ repo sync -j8$ > DISTRO=fsl-imx-x11

[yocto] imx7d-pico with hardknott - I need help enabling remoteproc in device tree to show /linux/remoteproc.h file and modules in /sys/class/remoteproc

2022-03-09 Thread Neuber Sousa
Hi, I do this:$ mkdir tn-imx-yocto$ cd tn-imx-yocto$ repo init -u https://github.com/TechNexion/tn-imx-yocto-manifest.git -b hardknott_5.10.y-stable -m imx-5.10.72-2.2.0-2022Q1.xml$ repo sync -j8$ DISTRO=fsl-imx-x11 MACHINE=pico-imx7 BASEBOARD=pi source tn-setup-release.sh -b build-x11-pico-imx7$

Re: [linux-yocto] Non-deterministic SHA commit hash when applying patches to kernel git repository

2022-03-09 Thread Bruce Ashfield
On Sat, Feb 26, 2022 at 2:17 AM Jimmy Assarsson wrote: > > On 2022-02-24 16:41, Bruce Ashfield wrote: > > On Tue, Feb 22, 2022 at 3:42 AM Jimmy Assarsson > > wrote: > >> On 2022-02-21 05:13, Bruce Ashfield wrote: > >>> on 19/02/2022 Jimmy Assarsson wrote: > On 2022-02-19 20:42, Bruce

Re: [yocto] Howto build packages for dependencies of an out of image recipe build.

2022-03-09 Thread Robert Joslyn
> On Mar 9, 2022, at 4:59 AM, Daniel Squires wrote: > > Just to be absolutely clear, here is the result of having run bitbake > build-essential having first removed and thus started with a clean tmp dir. > > dan@melon:/home/dan/workspace_ssd/kas/build$ find tmp/deploy/deb/ > tmp/deploy/deb/

Re: [linux-yocto] [yocto-kernel-cache][PATCH 1/9] cfg/debug: add configs for kcsan

2022-03-09 Thread Bruce Ashfield
merged to 5.10+ Bruce In message: [yocto-kernel-cache][PATCH 1/9] cfg/debug: add configs for kcsan on 04/03/2022 Ovidiu Panait wrote: > Add support for enabling Kernel Concurrency Sanitizer (KCSAN). It's desirable > to have this feature enabled when doing kernel fuzzing with syzkaller. > >

Re: [linux-yocto] [kernel-cache yocto-5.10] marvell-cn106xx: Enable the A32 application support

2022-03-09 Thread Bruce Ashfield
merged. Bruce In message: [kernel-cache yocto-5.10] marvell-cn106xx: Enable the A32 application support on 09/03/2022 Kevin Hao wrote: > From: Kevin Hao > > We need to enable these kernel options for the multilib support. > > Signed-off-by: Kevin Hao > --- >

Re: [linux-yocto][linux-yocto v5.10] kernel code for marvell octeon [RT]

2022-03-09 Thread Bruce Ashfield
In message: [linux-yocto][linux-yocto v5.10] kernel code for marvell octeon [RT] on 08/03/2022 Ruiqiang Hao wrote: > Hi Bruce, > > Please help to merge code into our linux-yocto repo. > > repo: > linux-yocto > branch: > v5.10/standard/preempt-rt/cn-sdkv5.4/octeon

Re: [linux-yocto][linux-yocto v5.10] kernel code for marvell octeon

2022-03-09 Thread Bruce Ashfield
merged. Bruce In message: [linux-yocto][linux-yocto v5.10] kernel code for marvell octeon on 08/03/2022 Ruiqiang Hao wrote: > Hi Bruce, > > Please help to merge code into our linux-yocto repo. > > repo: > linux-yocto > branch: > v5.10/standard/cn-sdkv5.4/octeon

Re: [linux-yocto] [PATCH] features/tpm: fix tpm-2.0 cfg names

2022-03-09 Thread Bruce Ashfield
merged. Bruce In message: [PATCH] features/tpm: fix tpm-2.0 cfg names on 09/03/2022 Stefan Herbrechtsmeier wrote: > From: Stefan Herbrechtsmeier > > Signed-off-by: Stefan Herbrechtsmeier > > --- > > features/tpm/tpm-2.0-crb.scc | 2 +- > features/tpm/tpm-2.0.scc | 2 +- > 2 files

[linux-yocto] [kernel-cache yocto-5.10] marvell-cn106xx: Enable the A32 application support

2022-03-09 Thread Kevin Hao
From: Kevin Hao We need to enable these kernel options for the multilib support. Signed-off-by: Kevin Hao --- bsp/marvell-cn106xx/marvell-cn106xx.cfg | 3 +++ bsp/marvell-cn106xx/marvell-cn106xx.scc | 1 + 2 files changed, 4 insertions(+) diff --git a/bsp/marvell-cn106xx/marvell-cn106xx.cfg

Re: [yocto] Howto build packages for dependencies of an out of image recipe build.

2022-03-09 Thread Daniel Squires
Just to be absolutely clear, here is the result of having run bitbake build-essential having first removed and thus started with a clean tmp dir. dan@melon:/home/dan/workspace_ssd/kas/build$ find tmp/deploy/deb/ tmp/deploy/deb/ tmp/deploy/deb/all

[yocto] Activate ivi shell on core-image-weston

2022-03-09 Thread Edgar Mobile
Greetings, can someone tell me if and how it is possible to activate the ivi shell as default shell in core-image-weston ? Regards -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#56407): https://lists.yoctoproject.org/g/yocto/message/56407 Mute

Re: [yocto] Howto build packages for dependencies of an out of image recipe build.

2022-03-09 Thread Daniel Squires
Yes, in RDPENDS, here's an example of an attempt at the equivalent of Ubuntu's build-essential package: DESCRIPTION = "Informational list of build-essential pacakages" inherit packagegroup PACKAGES = "\ ${PN} \ " RDEPENDS:${PN} = "\ libc6-dev \ g++ \ gcc \ make \ " INSANE_SKIP:${PN} =

Re: [yocto] Howto build packages for dependencies of an out of image recipe build.

2022-03-09 Thread Daniel Squires
Just want to add that it seems to run the do_package task but not theĀ  do_package_write_deb one for each of the dependencies. -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#56405): https://lists.yoctoproject.org/g/yocto/message/56405 Mute This

Re: [yocto] Howto build packages for dependencies of an out of image recipe build.

2022-03-09 Thread Bruce Ashfield
On Wed, Mar 9, 2022 at 5:24 AM Daniel Squires wrote: > > We have our image and it is working as we need. > We have an apt repo setup and working so that we can install additional > packages within a deployment of the image. > However when we manually bitbake additional packages (e.g bitbake >

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

2022-03-09 Thread Teoh, Jay Shen
Hello All, This is the full report for yocto-3.5_M3.rc1: https://git.yoctoproject.org/cgit/cgit.cgi/yocto-testresults-contrib/tree/?h=intel-yocto-testresults === Summary No high milestone defects. No new issue found. Thanks, Jay > -Original Message- > From:

[yocto] [meta-zephyr][PATCH] zephyr-kernel: Add CVE_PRODUCT to fix cve-check lookup fail

2022-03-09 Thread Davide Gardenal
From: Davide Gardenal Add CVE_PRODUCT override to fix a lookup problem when performing cve-check, if not setted it will search for the recipe name, that in this case depends on the recipe used to build zephyr (eg. zephyr-philosophers) Signed-off-by: Davide Gardenal ---

[yocto] Howto build packages for dependencies of an out of image recipe build.

2022-03-09 Thread Daniel Squires
We have our image and it is working as we need. We have an apt repo setup and working so that we can install additional packages within a deployment of the image. However when we manually bitbake additional packages (e.g bitbake my-optional-recipe) which we want to make available within this apt

Re: [yocto] How to disable Bluetooth of Raspberry Pi from Yocto?

2022-03-09 Thread Sourabh Hegde
Hello Tomasz, Thanks for quick reply. > > meta-raspberrypi provide recipe just for the `config.txt` file. I don't > know which Yocto version you are usingbut on master it looks like this > https://github.com/agherzan/meta-raspberrypi/blob/master/recipes-bsp/bootfiles/rpi-config_git.bb#L1 > You

Re: [yocto] How to disable Bluetooth of Raspberry Pi from Yocto?

2022-03-09 Thread tomzy
Hello All, Hi I have a question regarding disabling bluetooth of my Raspberry Pi Compute Module 4. I know that we need to set "dtoverlay=disable-bt" in config.txt But how to do it from Yocto? Should I include this in conf/local.conf? meta-raspberrypi provide recipe just for the `config.txt`