Re: [yocto] RDEPENDS problem

2020-09-21 Thread Maciej Pijanowski
On 21.09.2020 23:46, Greg Wilson-Lindberg wrote:  I have a custom recipe that copies a .so, that libMotors.so calls functions in another libcanfestival.so. When I first added in the copy of the .so I didn't have an RDEPENDS and Yocto printed out an warning listing the package that it

[linux-yocto] [kernel-meta yocto-5.8] beaglebone: Switch to sdhci-omap driver

2020-09-21 Thread Kevin Hao
Due to the change in the kernel commit 0b4edf111870 ("ARM: dts: Move am33xx and am43xx mmc nodes to sdhci-omap driver"), we need to switch the mmc controller driver to sdhci-omap. Signed-off-by: Kevin Hao --- bsp/beaglebone/beaglebone.cfg | 7 --- 1 file changed, 4 insertions(+), 3

[linux-yocto] [linux-yocto-dev standard/xlnx-soc][PATCH 1/2] PCI: XDMA PL: use pci_parse_request_of_pci_ranges instead of devm_of_pci_get_host_bridge_resources

2020-09-21 Thread quanyang.wang
From: Quanyang Wang Because of mainline commit 3b55809cf91f ("PCI: Make devm_of_pci_get_host_bridge_resources() static"), use pci_parse_request_of_pci_ranges instead of devm_of_pci_get_host_bridge_resources(). Signed-off-by: Quanyang Wang Signed-off-by: Bruce Ashfield ---

[yocto] [meta-zephyr][morty PATCH] zephyr-kernel: update URLs

2020-09-21 Thread Jon Mason
URLs no longer point to a valid location. Update to the current location. Signed-off-by: Jon Mason --- classes/zephyr-kernel-src.bbclass | 2 +- recipes-kernel/zephyr-kernel/zephyr-kernel-src_1.6.bb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git

[yocto] [meta-zephyr][PATCH] zephyr-kernel: Add python dependencies

2020-09-21 Thread Jon Mason
Zephyr refuses to compile due to missing python dependencies. Signed-off-by: Jon Mason Signed-off-by: Ross Burton --- recipes-kernel/zephyr-kernel/zephyr-kernel-common.inc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/recipes-kernel/zephyr-kernel/zephyr-kernel-common.inc

[yocto] RDEPENDS problem

2020-09-21 Thread Greg Wilson-Lindberg
 I have a custom recipe that copies a .so, that libMotors.so calls functions in another libcanfestival.so. When I first added in the copy of the .so I didn't have an RDEPENDS and Yocto printed out an warning listing the package that it wanted. I added an RDEPENDS_${PN} with all of the

Re: [linux-yocto] [yocto-kernel-cache]: bcm-2xxx-rpi: enable config CONFIG_OF_OVERLAY

2020-09-21 Thread Bruce Ashfield
In message: [yocto-kernel-cache]: bcm-2xxx-rpi: enable config CONFIG_OF_OVERLAY on 19/09/2020 meng...@windriver.com wrote: > From: Limeng > > Hi Bruce, > > Could you please help to merge this patch into yocto-kernel-cache, branch is > only yocto-5.4? > > diffstat info ad below: merged.

Re: [yocto] Can't found the zip.h during bitbake #yocto #devtool

2020-09-21 Thread Khem Raj
Add DEPENDS += "libzip" in failing recipe ( .bb) file. On Mon, Sep 21, 2020 at 12:40 AM Jaymin Dabhi via lists.yoctoproject.org wrote: > > Team, > > I need to include zip.h header file in one of my C code (#include ). > I have created a .bb file and added following command for compilation: > >

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

2020-09-21 Thread Bruce Ashfield
In message: [linux-yocto]: [kernel v5.4/standard/bcm-2xxx-rpi]: bcm-2xxx-rpi: upgrade patches for raspberrypi 4b platform on 19/09/2020 meng...@windriver.com wrote: > From: Limeng > > Hi Bruce, > > There are some new patches merged into upstream raspberrypi sdk kernel, > branch rpi-5.4.y. >

Re: [linux-yocto] v5.2.x - stable updates comprising v5.2.60

2020-09-21 Thread Bruce Ashfield
In message: v5.2.x - stable updates comprising v5.2.60 on 17/09/2020 Paul Gortmaker wrote: > Bruce, Yocto kernel folks: > > Here it is. The *final* 5.2.x stable update extension from me. Yay!? > > A quick overview - this maintenance extension - in just under a year, > contained 39 releases

Re: [linux-yocto] [linux-yocto-dev standard/xlnx-soc][PATCH 0/2] Delete mainline content

2020-09-21 Thread Bruce Ashfield
Thanks for the cleanup. Merged. Bruce In message: [linux-yocto] [linux-yocto-dev standard/xlnx-soc][PATCH 0/2] Delete mainline content on 18/09/2020 quanyang.w...@windriver.com wrote: > From: Quanyang Wang > > Hi Bruce, > > This 2 patches are to delete the redundant content which is

Re: [yocto] Yocto recipe for Tailscale #yocto #golang

2020-09-21 Thread Randy MacLeod
On 2020-09-19 4:58 p.m., Mike Thompson via lists.yoctoproject.org wrote: I seemed to have resolved all my issues getting a Yocto Bitbake recipe for the Tailscale client and CLI utility. For future reference and in case it helps others, below is my Bitbake recipe: Hi Mike, Could you send

Re: [yocto] #yocto systemd not able to start sshd after a reboot

2020-09-21 Thread srijan . nandi
Seems strange to me too...I had been troubleshooting the sshd.service issue for two days. There was no logs, nothing. I was just hitting the wall. I tried a lot of combinations to get it to work but all failed. The sshd.service was starting, if I manually did a systemctl start sshd.service.

Re: [yocto] #yocto systemd not able to start sshd after a reboot

2020-09-21 Thread Zoran
> There was a sshd.socket file in /lib/systemd/system which had the following > line in it. Interesting... Pushed/forced me to think. There is no formal dependency between sshd.service and sshd.socket! [vuser@fedora32-ssd systemd]$ systemctl list-dependencies sshd.service | grep ssh

Re: [yocto] [meta-mingw][PATCH] Override SDK_VENDOR

2020-09-21 Thread Joshua Watt
On Mon, Sep 21, 2020, 8:12 AM Samuli Piippo wrote: > > On Mon, 21 Sep 2020 at 15:53, Joshua Watt wrote: > >> On Fri, Sep 18, 2020 at 7:30 AM Samuli Piippo >> wrote: >> > >> > Set SDK_VENDOR to '-w64', which makes the host triplet match what GCC >> > expect to find when using mingw32-w64. This

Re: [yocto] [meta-mingw][PATCH] Override SDK_VENDOR

2020-09-21 Thread Samuli Piippo
On Mon, 21 Sep 2020 at 15:53, Joshua Watt wrote: > On Fri, Sep 18, 2020 at 7:30 AM Samuli Piippo wrote: > > > > Set SDK_VENDOR to '-w64', which makes the host triplet match what GCC > > expect to find when using mingw32-w64. This enables features that are > > not functional in the classic

Re: [yocto] [meta-mingw][PATCH] Override SDK_VENDOR

2020-09-21 Thread Joshua Watt
On Fri, Sep 18, 2020 at 7:30 AM Samuli Piippo wrote: > > Set SDK_VENDOR to '-w64', which makes the host triplet match what GCC > expect to find when using mingw32-w64. This enables features that are > not functional in the classic mingw32, but have been implemented in the > mingw32-w64. Does

Re: [yocto] #yocto systemd not able to start sshd after a reboot

2020-09-21 Thread srijan . nandi
> > Seems that some leftovers from System V still reside in YOCTO... > Correct??? > Not sure about that. The problem I faced was because there was a sshd.socket that had the following line in it. The sshd.socket comes with openssh. Conflicts=sshd.service So I had two options. either to add

Re: [yocto] wvdial & wvstream Error

2020-09-21 Thread Martin Jansa
Are you trying to use it with openssl-1.0.*? Either use openssl-1.1 or revert the changes from https://github.com/apenwarr/wvstreams/pull/2/commits . On Mon, Sep 21, 2020 at 10:55 AM Zoltan Kerenyi Nagy < kerenyi.nagy.zol...@gmail.com> wrote: > Hi, > > I was messing around with wvdial & wvstream

[yocto] preistall package when use a package manager

2020-09-21 Thread Matteo Facchinetti
Hi, I need to preinstall a package in a specific directory in my target image. In detail I use RPM package manager and I like to include RPM packages in my target to provide a way to install services only when used. This is useful when you don't have an internet connection. Is there a way to do

[yocto] [meta-mingw][PATCHv2] ninja: configure for mingw platform

2020-09-21 Thread Samuli Piippo
Signed-off-by: Samuli Piippo --- recipes-core/images/core-image-mingw-sdktest.bb | 1 + recipes-devtools/ninja/ninja_%.bbappend | 8 2 files changed, 9 insertions(+) create mode 100644 recipes-devtools/ninja/ninja_%.bbappend diff --git

[yocto] Can't found the zip.h during bitbake #yocto #devtool

2020-09-21 Thread Jaymin Dabhi via lists.yoctoproject.org
Team, I need to include zip.h header file in one of my C code (#include ). I have created a .bb file and added following command for compilation: > > ${CC} -Wall -I/usr/include/libxml2 -o my_code my_code.c -lxml2 -lzip -lz But, during bitbake it says: > > | In file included from