[yocto] ERROR: could not relocate installing toolchain SDK

2020-01-28 Thread Marco Cavallini
Hello, I found a bug when installing a toolchain sdk and the installation path contains a dash. Using the default directory or a path without a dash it works. Yocto 3.0 'zeus' $ ./fslc-x11-glibc-x86_64-meta-toolchain-cortexa9t2hf-neon-koan-toolchain-3.0.sh FSLC X11 SDK installer version 3.0

[yocto] Help triaging git repo corruption caused by bb fetch

2020-01-28 Thread Sean McKay
Hi all, Short version: We have an intermittent issue where under certain circumstances, a build that fails on a fetch task may result in a corrupted parent repo. I'm wondering if anyone has heard of anything like this before or has suggestions on where to look through logs for potential

Re: [yocto] [Question]:How to build kernel as externalsrc that is missing .git?

2020-01-28 Thread Mark Asselstine
On Tuesday, January 28, 2020 7:37:28 A.M. EST Mans Zigher wrote: > Hi, > > We have a build where the kernel is based on > https://source.codeaurora.org/quic/le/meta-qti-bsp/tree/recipes-kernel/linux > -msm/linux-msm_4.14.bb?id=cbe4d954a9a37dd15e78e3dfdc823ffc6776d746 > > We are facing some

[yocto] [Question]:How to build kernel as externalsrc that is missing .git?

2020-01-28 Thread Mans Zigher
Hi, We have a build where the kernel is based on https://source.codeaurora.org/quic/le/meta-qti-bsp/tree/recipes-kernel/linux-msm/linux-msm_4.14.bb?id=cbe4d954a9a37dd15e78e3dfdc823ffc6776d746 We are facing some issues with this recipe because I don't think it is correctly setup. For example they

[yocto] Yocto Project Status WW04'20

2020-01-28 Thread Stephen Jolley
Current Dev Position: YP 3.1 M3 Next Deadline: YP 3.1 M2 in QA - release 1/31/20 Next Team Meetings: * Bug Triage meeting Thursday Jan. 30th at 7:30am PDT ( https://zoom.us/j/454367603) * Monthly Project Meeting Tuesday Feb. 4th at 8am PDT (

Re: [yocto] lost busybox mysteriously

2020-01-28 Thread JH
Hi Gabriele, On 1/28/20, Gabriele Zampieri wrote: > HI JH, > > - Can you stop on uboot and try "nand bad"? This will list the bad blocks > on your device. => nand bad Device 0 bad blocks: > - How do you flash your ubi partition(s)? I boot zImage-initramfs kernel to Linux user space, then

Re: [yocto] lost busybox mysteriously

2020-01-28 Thread Gabriele
On Tue, Jan 28, 2020 at 11:40 AM JH wrote: > Hi Gabriele, > > On 1/28/20, Gabriele Zampieri wrote: > > HI JH, > > > > - Can you stop on uboot and try "nand bad"? This will list the bad blocks > > on your device. > => nand bad > > Device 0 bad blocks: > > > > - How do you flash your ubi

Re: [yocto] ERROR: could not relocate installing toolchain SDK

2020-01-28 Thread Denys Dmytriyenko
On Tue, Jan 28, 2020 at 09:25:18AM +0100, Marco Cavallini wrote: > Hello, > I found a bug when installing a toolchain sdk and the installation > path contains a dash. > Using the default directory or a path without a dash it works. It's not dash, it's the new path is longer than what was reserved

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

2020-01-28 Thread Stephen Jolley
All, YP M+ or high bugs which moved to a new milestone in WW04 are listed below: Priority Bug ID Short Description Changer Owner Was Became High 13602 qa-extras2 step2c testimage logrotate.LogrotateTest.test_2_logrotate

[yocto] Enhancements/Bugs closed WW04!

2020-01-28 Thread Stephen Jolley
All, The below were the owners of enhancements or bugs closed during the last week! Who Count ross.bur...@intel.com 3 oleg.polya...@windriver.com 1 raj.k...@gmail.com 1 randy.macl...@windriver.com 1 liezhi.y...@windriver.com 1 Grand Total 7 Thanks, Stephen K. Jolley

[yocto] Tools to debug kernel hang in yocto

2020-01-28 Thread Sheraz Ali
Hi,     Can anyone suggest me dumping tools that can be used to figure the kernel hang. I have attached the log of kernel hang for your reference.Thanks and RegardsSheraz Ali Shah Kernel_hang.docx Description: MS-Word 2007 document -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to

Re: [yocto] Tools to debug kernel hang in yocto

2020-01-28 Thread Mark Asselstine
On Tuesday, January 28, 2020 12:58:35 P.M. EST Sheraz Ali wrote: > Hi, > Can anyone suggest me dumping tools that can be used to figure the > kernel hang. I have attached the log of kernel hang for your reference. Is the kernel actually hung? ie. does it still respond to magic-sysrq, like

Re: [yocto] permanently supercede kernel config with one of my own creation

2020-01-28 Thread Rudolf J Streif
Hi Kent, Create your own kernel recipe and provide a defconfig for it: SRC_URI += "file://defconfig" For example to build a bleeding kernel directly from Linus' repo: > DESCRIPTION = "Linux Kernel from kernel.org Git Repository" SECTION = "kernel" LICENSE = "GPLv2" require

[yocto] permanently supercede kernel config with one of my own creation

2020-01-28 Thread Kent Dorfman
I have a yocto generated sdk that includes a customized kernel. I do NOT want to play with incremental config files. What I want is to insert a .config file of my own choosing (generated outside of yocto) into the kernel build, have it use only my .config, and then have that .config remain as

[yocto] what does DEPENDS have to do with do_build

2020-01-28 Thread Alexandru Onea
Hello community, I have a recipe which DEPENDS on ncurses. It is clearly a build dependency since do_configure cannot execute successfully without finding the ncurses headers. It might also be a run-time dependency but I have not specified it so I expect that bitbake will take no action in that

Re: [yocto] what does DEPENDS have to do with do_build

2020-01-28 Thread Denys Dmytriyenko
On Wed, Jan 29, 2020 at 01:45:18AM +0200, Alexandru Onea wrote: > Hello community, > > I have a recipe which DEPENDS on ncurses. It is clearly a build dependency > since do_configure cannot execute successfully without finding the ncurses > headers. It might also be a run-time dependency but I

Re: [yocto] [Question]:How to build kernel as externalsrc that is missing .git?

2020-01-28 Thread Mans Zigher
Hi again, Looks like the kernel source code was not clean so I made sure it was and created a new tar file and now it is building. I will try using the tar file and if it works I will start moving to our own git repo. Thanks Den ons 29 jan. 2020 kl 08:05 skrev Måns Zigher : > > Hi, > > Thanks

Re: [yocto] [Question]:How to build kernel as externalsrc that is missing .git?

2020-01-28 Thread Mans Zigher
Hi, Thanks for your help. You are probably right regarding the subject. The build system that we are using have a complex setup where we are downloading a large tar file and then running android repo tool when we have all the source code we need to merge these two together. To prevent downloading