Re: [yocto] meta-intel stuck on bootup #yocto

2019-12-17 Thread eph_pendragon
Okay guys, the issue has been resolved. I changed the default kernel to 4.9 and also patched it to include and support additional hardware present on my PC. -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#47744):

Re: [yocto] Raspberry pi 4 recipe and layer issues.

2019-12-17 Thread Josef Holzmayr
Howdy! On Wed, Dec 18, 2019 at 12:55:38AM +, Ed Vidal wrote: > Hi All > This is the error that I see bitbake -DDD arachne-pnr in log.do_compile > My recipe is found at  > https://github.com/develone/meta-yosys-tools/blob/master/recipes-arachne-pnr/arachne-pnr/arachne-pnr_0.1.bb > > I have

[linux-yocto] [linux-yocto-dev standard/xlnx-soc] mtd: spi-nor: fix erasesize for dual qspi mode

2019-12-17 Thread quanyang.wang
From: Quanyang Wang Hi Bruce & Michal, There is a fix for erasesize in dual mode in xilinx v4.19 kernel, but the spi-nor framework has changed in new version kernel, so I make this patch to fix it in new kernel. Would you please help review and merge these patches to linux-yocto-dev

[linux-yocto][PATCH 1/1] mtd: spi-nor: fix erasesize for dual qspi mode

2019-12-17 Thread quanyang.wang
From: Quanyang Wang The zcu102 and zc706 boards support qspi dual mode, and in the dual mode, the erasesize for mtd device should be twice as much as the erasesize for each nor flash chip. Signed-off-by: Quanyang Wang --- drivers/mtd/spi-nor/spi-nor.c | 6 +- 1 file changed, 5

[yocto] go tool dist: unknown architecture: aarch64

2019-12-17 Thread learning yocto
Hello List, I am a newbie to yocto world, trying to build poky (zeus) for qemuarm64 machine on an arm64 board. When I included meta-virtualization layer and add docker-ce local.conf --- DISTRO_FEATURES_append = " virtualization" IMAGE_INSTALL_append = " docker" --- bitbake

Re: [yocto] QA Cycle report for build (yocto-3.1_M1.rc8)

2019-12-17 Thread Armpit
On 12/17/19 7:32 PM, Jain, Sangeeta wrote: > Hello all, > > This is the full report for 3.1_M1.rc8: > https://git.yoctoproject.org/cgit/cgit.cgi/yocto-testresults-contrib/tree/?h=intel-yocto-testresults Thanks. > > > === Summary > No high milestone defects. > No new defects

[yocto] QA Cycle report for build (yocto-3.1_M1.rc8)

2019-12-17 Thread Sangeeta Jain
Hello all, This is the full report for 3.1_M1.rc8: https://git.yoctoproject.org/cgit/cgit.cgi/yocto-testresults-contrib/tree/?h=intel-yocto-testresults === Summary No high milestone defects. No new defects are found in this cycle. glib and valgrind ptest failed (BUG id:13713).

Re: [linux-yocto] [linux-yocto-dev standard/xlnx-soc]][PATCH 0/3] New patches for v5.4

2019-12-17 Thread Bruce Ashfield
As mentioned in the patch reviews, I've dropped this 3 patch series for the 9 patch series you just sent. I expect I can get everything merged on Wednesday. Bruce On Wed, Dec 11, 2019 at 2:08 AM Quanyang Wang wrote: > > Hi Michal, > > Any comment? > > Thanks, > > Quanyang > > On 12/3/19 6:11

Re: [linux-yocto] [linux-yocto-dev][standard/cn96xx] net: octeontx2-pf: Don't set the parse mode for LBKs

2019-12-17 Thread Bruce Ashfield
These look fine to me. I'm having some issues with my builder, but expect to be able to merge these on Wednesday. Bruce On Thu, Dec 12, 2019 at 9:36 PM Xiaotao Yin wrote: > > Hi Bruce, > > [PATCH] net: octeontx2-pf: Don't set the parse mode for LBKs > -->Target: linux-yocto-dev:standard/cn96xx

Re: [yocto] Raspberry pi 4 recipe and layer issues.

2019-12-17 Thread Ed Vidal
Hi All This is the error that I see bitbake -DDD arachne-pnr in log.do_compile My recipe is found at  https://github.com/develone/meta-yosys-tools/blob/master/recipes-arachne-pnr/arachne-pnr/arachne-pnr_0.1.bb I have added to the depends DEPENDS = " icestorm busybox" no help /bin/sh: 1: sum:

[yocto] [meta-openssl102][PATCH 1/1] openssl: Fix CVE-2019-1551

2019-12-17 Thread Joe Slater
Apply patch from openssl dated after the 1.0.2t release. Signed-off-by: Joe Slater --- .../openssl/openssl/cve-2019-1551_102.patch| 778 + recipes-connectivity/openssl/openssl_1.0.2t.bb | 1 + 2 files changed, 779 insertions(+) create mode 100644

Re: [yocto] Dynamic layer or recipe not working

2019-12-17 Thread Khem Raj
On Tue, Dec 17, 2019 at 1:15 AM Andy Pont wrote: > > Hello, > > I have created a new dynamic layer within my projects custom meta-layer and > have added a new recipe to it. When I try to build the image it tells me > that nothing RPROVIDES the recipe and if I try to build the recipe on its own

[yocto] Yocto Project Status WW51'19

2019-12-17 Thread Stephen Jolley
Current Dev Position: YP 3.1 M2 Next Deadline: YP 3.1 M2 build date 1/20/2020 Next Team Meetings: * Bug Triage meeting Thursday Dec. 19th at 7:30am PDT ( https://zoom.us/j/454367603) * Monthly Project Meeting Tuesday Jan. 7th at 8am PDT (

[yocto] [meta-gplv2][PATCH 3/3] sed: fix builds with gettext 0.20.x

2019-12-17 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- .../0001-Fix-builds-with-gettext-0.20.patch | 38 +++ recipes-extended/sed/sed_4.1.2.bb | 4 +- 2 files changed, 41 insertions(+), 1 deletion(-) create mode 100644

[yocto] [meta-gplv2][PATCH 2/3] mc: fix builds with gettext 0.20

2019-12-17 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- ...0001-Fix-builds-wit-the-gettext-0.20.patch | 52 +++ recipes-extended/mc/mc_4.7.5.2.bb | 1 + 2 files changed, 53 insertions(+) create mode 100644 recipes-extended/mc/mc/0001-Fix-builds-wit-the-gettext-0.20.patch diff --git

[yocto] [meta-gplv2][PATCH 1/3] grep: fix builds with gettext 0.20.x

2019-12-17 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- .../0001-Fix-builds-with-gettext-0.20.patch | 38 +++ recipes-extended/grep/grep_2.5.1a.bb | 3 +- 2 files changed, 40 insertions(+), 1 deletion(-) create mode 100644

Re: [yocto] Problem build SDK with Zeus release

2019-12-17 Thread Martin Townsend
On Tue, Dec 17, 2019 at 3:17 PM Martin Townsend wrote: > Hi, > > I've upgraded to Zeus from Rocko but can't seem to get the SDK to build > that built fine in Rocko. I'm using dpkg which I think has something to do > with it. Here is the error message and it mentions rpm so I'm wondering if >

[yocto] Problem build SDK with Zeus release

2019-12-17 Thread Martin Townsend
Hi, I've upgraded to Zeus from Rocko but can't seem to get the SDK to build that built fine in Rocko. I'm using dpkg which I think has something to do with it. Here is the error message and it mentions rpm so I'm wondering if there is some problem with using the debian package manager and

[yocto] YOCTO Image - HOW TO ADD GRUB PARAMETERS #yocto #grub

2019-12-17 Thread eph_pendragon
Hello, I have this error at boot up on my build that says: "freeing unused kernel memory ..." and the system freezes right after. I found a solution at this link: https://www.linuxquestions.org/questions/linux-software-2/hang-after-freeing-unused-kernel-memory-211275/ (

Re: [yocto] #raspberrypi

2019-12-17 Thread wojciech . st
Hi Khem Replacing  IMAGE_INSTALL += "i2c-tools vim" withIMAGE_INSTALL_append = " i2c-tools vim" in my local.conf solve the problem. More than half of the sources were rebuild. Thanks a lot. Now I found also the info in the manual "Using IMAGE_INSTALL with the += operator from the

Re: [yocto] meta-intel stuck on bootup #yocto

2019-12-17 Thread eph_pendragon
Unfortunately, none of the solutions seem to work for me. I tried the same image with a different intel PC and it runs fine. But still gets stuck when running on the Nanobox. -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#47726):

Re: [yocto] [PATCH 1/3] Support --with-font configure option to use other font headers

2019-12-17 Thread Andrei Gherzan
Hello, On Tue, Dec 17, 2019 at 10:19 AM wrote: > From: David Steinberg > > Signed-off-by: David Steinberg > Please ignore this series. I've re-sent it with the correct "psplash" email subject tag. Sorry for the extra noise. Regards, Andrei -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all

[yocto] [psplash][PATCH 2/3] Double buffering support

2019-12-17 Thread Andrei Gherzan
From: Andrei Gherzan 'psplash' uses only one buffer which can cause tearing artifacts. This change uses the FBIOPAN_DISPLAY ioctl as a way to handle page flipping and also does that after a vsync interrupt to remove any tearing issues. Signed-off-by: Andrei Gherzan --- psplash-fb.c | 121

[yocto] [psplash][PATCH 1/3] Support --with-font configure option to use other font headers

2019-12-17 Thread Andrei Gherzan
From: David Steinberg Signed-off-by: David Steinberg --- Makefile.am | 4 ++-- configure.ac | 6 ++ psplash.c| 6 +++--- 3 files changed, 11 insertions(+), 5 deletions(-) diff --git a/Makefile.am b/Makefile.am index a14152a..3721a6e 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,11

[yocto] [PATCH 2/3] Double buffering support

2019-12-17 Thread Andrei Gherzan
From: Andrei Gherzan 'psplash' uses only one buffer which can cause tearing artifacts. This change uses the FBIOPAN_DISPLAY ioctl as a way to handle page flipping and also does that after a vsync interrupt to remove any tearing issues. Signed-off-by: Andrei Gherzan --- psplash-fb.c | 121

[yocto] [PATCH 1/3] Support --with-font configure option to use other font headers

2019-12-17 Thread Andrei Gherzan
From: David Steinberg Signed-off-by: David Steinberg --- Makefile.am | 4 ++-- configure.ac | 6 ++ psplash.c| 6 +++--- 3 files changed, 11 insertions(+), 5 deletions(-) diff --git a/Makefile.am b/Makefile.am index a14152a..3721a6e 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,11

[yocto] [PATCH 3/3] Add configure flags for fullscreen logo and no startup message

2019-12-17 Thread Andrei Gherzan
From: Andrei Gherzan Signed-off-by: Andrei Gherzan --- Makefile.am | 2 +- configure.ac | 18 ++ psplash-config.h | 4 3 files changed, 23 insertions(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index 3721a6e..3f1cfc2 100644 --- a/Makefile.am +++

[yocto] Last Live Coding with Yocto Project session in 2019

2019-12-17 Thread Volosincu, Andreea S
Today, wrapping up the year with another live coding session. When: Dec 17, 2019, 4:00 PM CET/Berlin Where: Yocto Project Twitch channel - https://www.twitch.tv/yocto_project What: Yocto Project developer, Josef Holzmayr, will talk about build inspection, diagnosing recipe builds, dependencies,

Re: [yocto] #raspberrypi

2019-12-17 Thread Stefano Babic
Hi Khem, Wojciech, On 17/12/19 05:48, Khem Raj wrote: > On Mon, Dec 16, 2019 at 1:56 PM wrote: >> >> Problem with rootfs boot on my raspberrypi. >> >> Hi >> I am building simple image for my raspbery pi 3 A+ and connect to the pi via >> USB-UART converter and see the following in the console >>

[linux-yocto] [linux-yocto v5.2] Another patch series for the Marvell cn96xx support

2019-12-17 Thread Kevin Hao
Hi Bruce, Here is another patch series for the Marvell cn96xx SoC support. The main changes are the bug fixes for the spi and Ethernet drivers. Please help me merge them into the following branch: v5.2/standard/cn96xx v5.2/standard/preempt-rt/cn96xx The following changes since commit