Re: [yocto] Setting up a password for the root user

2019-01-11 Thread Rudolf J Streif
Alberto, The quotes around `openssl passwd ${ROOT_PASSWORD}` have to be backticks (`) not single quotes ('). :rjs On 01/11/2019 07:41 AM, Alberto Spin wrote: > > Hello There, > >   > > I’m trying to set a password for the root user of my distribution > (based rocko branch) > >   > > I’ve

[yocto] Setting up a password for the root user

2019-01-11 Thread Alberto Spin
Hello There, I'm trying to set a password for the root user of my distribution (based rocko branch) I've added the following to my image recipe: inherit extrausers # set image root password ROOT_PASSWORD = "secret" EXTRA_USERS_PARAMS = "\ usermod -p 'openssl passwd ${ROOT_PASSWORD}'

Re: [yocto] Unable to cross compile libgfortran for arm64

2019-01-11 Thread Khem Raj
It will be intrrrdting to see if we still have this issue on master On Thu, Jan 10, 2019 at 5:29 AM Sergio Paracuellos < sergio.paracuel...@gmail.com> wrote: > On Wed, Jan 9, 2019 at 8:17 AM Sergio Paracuellos > wrote: > > > > Hi all, > > > > I am trying to compile a complete system with

Re: [yocto] [patchtest][PATCH] scripts: Reset working repository to match origin during clean up

2019-01-11 Thread Michael Halstead
On 1/11/19 1:53 PM, Khem Raj wrote: OK then I need to understand how this will be invoked for meta-openembedded repos I think that is beyond the scope of this patch. Can you clarify a bit more? Or perhaps this topic deserves its own thread on an OE list. On Fri, Jan 11, 2019 at 1:47 PM

Re: [yocto] [patchtest][PATCH] scripts: Reset working repository to match origin during clean up

2019-01-11 Thread Khem Raj
OK then I need to understand how this will be invoked for meta-openembedded repos On Fri, Jan 11, 2019 at 1:47 PM Michael Halstead wrote: > > Since these commands run in $REPODIR and $path I think they will apply to any > repository under test. > > On 1/11/19 12:25 PM, Khem Raj wrote: > > Hi

Re: [yocto] [patchtest][PATCH] scripts: Reset working repository to match origin during clean up

2019-01-11 Thread Michael Halstead
Since these commands run in $REPODIR and $path I think they will apply to any repository under test. On 1/11/19 12:25 PM, Khem Raj wrote: Hi Michael Can we enable these checks for meta-openembedded repo as well On Fri, Jan 11, 2019 at 11:03 AM Michael Halstead

[yocto] [meta-security][PATCH] Add recipe for ncrack

2019-01-11 Thread Scott Ellis
Ncrack is a network authentication cracking tool. Signed-off-by: Scott Ellis --- recipes-security/ncrack/ncrack_0.7.bb | 18 ++ 1 file changed, 18 insertions(+) create mode 100644 recipes-security/ncrack/ncrack_0.7.bb diff --git a/recipes-security/ncrack/ncrack_0.7.bb

Re: [yocto] [patchtest][PATCH] scripts: Reset working repository to match origin during clean up

2019-01-11 Thread Khem Raj
Hi Michael Can we enable these checks for meta-openembedded repo as well On Fri, Jan 11, 2019 at 11:03 AM Michael Halstead < mhalst...@linuxfoundation.org> wrote: > If the local HEAD is a patchtest generated merge commit patchtest may be > unable > to apply new patches. This should prevent

[yocto] [patchtest][PATCH] scripts: Reset working repository to match origin during clean up

2019-01-11 Thread Michael Halstead
If the local HEAD is a patchtest generated merge commit patchtest may be unable to apply new patches. This should prevent patchtest from becoming stuck in that state. Signed-off-by: Michael Halstead --- scripts/create-share-folder | 2 +- scripts/host| 2 +- 2 files changed, 2

Re: [yocto] bitbake openamp-image-minimal fails to create image

2019-01-11 Thread Jiaying Liang
From: yocto-boun...@yoctoproject.org [mailto:yocto-boun...@yoctoproject.org] On Behalf Of Manjukumar Harthikote Matha Sent: Monday, January 07, 2019 10:51 AM To: Pandey, Kamal ; yocto@yoctoproject.org; meta-xil...@yoctoproject.org Subject: Re: [yocto] bitbake openamp-image-minimal fails to

Re: [yocto] Is there a good "getting started" tutorial?

2019-01-11 Thread Scott Rifenbark
Hi Grant, There are indeed some errors in that tutorial. Thanks for finding them and sending notification. Try the instructions in the latest quick start for the 2.6 "thud" release. https://yoctoproject.org/docs/2.6/brief-yoctoprojectqs/brief-yoctoprojectqs.html I have run through them and

Re: [yocto] Is there a good "getting started" tutorial?

2019-01-11 Thread Scott Rifenbark
Grant - I will check this out. I am going to use this manual - https://www.yoctoproject.org/docs/2.6.1/brief-yoctoprojectqs/brief-yoctoprojectqs.html . Scott On Fri, Jan 11, 2019 at 9:33 AM Grant Edwards wrote: > > I'm new to Yocto and looking for a good "getting started" > tutorial. I've

[yocto] Is there a good "getting started" tutorial?

2019-01-11 Thread Grant Edwards
I'm new to Yocto and looking for a good "getting started" tutorial. I've tried https://www.yoctoproject.org/docs/2.6/brief-yoctoprojectqs/brief-yoctoprojectqs.html and immediately ran into mistakes on the very first step: Use Git to Clone Poky¶ Once you complete the setup instructions

Re: [yocto] SDK missing /usr/include/asm header files

2019-01-11 Thread Burton, Ross
meta-toolchain is pretty deprecated now, the preferred method is to run the populate_sdk task on the image you want a SDK for. Ross On Fri, 11 Jan 2019 at 16:21, Grant Edwards wrote: > On Fri, Jan 11, 2019 at 03:52:45PM +, Burton, Ross wrote: > > On Fri, 11 Jan 2019 at 15:51, Grant Edwards

Re: [yocto] SDK missing /usr/include/asm header files

2019-01-11 Thread Grant Edwards
On Fri, Jan 11, 2019 at 03:52:45PM +, Burton, Ross wrote: > On Fri, 11 Jan 2019 at 15:51, Grant Edwards wrote: > > > I've built a "poky" SDK for use with a Renesas RZN1 eval board (dual > > ARM Cortex-A7 cores), and the toolchain's sysroot seems to be missing > > the "asm" header directory.

Re: [yocto] SDK missing /usr/include/asm header files

2019-01-11 Thread Burton, Ross
How did you build the SDK? Ross On Fri, 11 Jan 2019 at 15:51, Grant Edwards wrote: > > I've built a "poky" SDK for use with a Renesas RZN1 eval board (dual > ARM Cortex-A7 cores), and the toolchain's sysroot seems to be missing > the "asm" header directory. When I try to compile a simple tcp

[yocto] SDK missing /usr/include/asm header files

2019-01-11 Thread Grant Edwards
I've built a "poky" SDK for use with a Renesas RZN1 eval board (dual ARM Cortex-A7 cores), and the toolchain's sysroot seems to be missing the "asm" header directory. When I try to compile a simple tcp echo server program I get this:

[yocto] glibc_2.28 do_configure error in thud (2.6)

2019-01-11 Thread Beaman, Thomas
Hi, I am trying to convert from sumo (2.5) to thud (2.6) and I am running into an error with glibc 2.28. Can someone help me understand this error or how to fix or workaround it. After runningbitbake core-image-minimalI get the following error ERROR: Task