Re: [yocto] Yocto build to add root password

2019-11-25 Thread JH
Thanks Gabriele, Rudolf and Mauro, brilliant. On 11/26/19, Mauro wrote: > On 25/11/19 17:24, Rudolf J Streif wrote: >> Hi, >> >> That's done via the extrausers class in an image recipe. Add this to >> your image recipe: >> >> >> >> inherit extrausers >> >> ROOT_PASSWORD = "secret" >> >>

Re: [yocto] [RFC] Yocto Autobuilder and LAVA Integration

2019-11-25 Thread Aaron Chan
Hi Nicholas From: Anibal Limon Sent: Tuesday, November 26, 2019 2:48 AM To: Nicolas Dechesne Cc: Chan, Aaron Chun Yew ; Richard Purdie ; yo...@yoctoproject.org; Orling, Timothy T ; Sangal, Apoorv Subject: Re: [RFC] Yocto Autobuilder and LAVA Integration On Mon, 25 Nov 2019 at 10:23,

[linux-yocto] [yocto-kernel-cache]: bcm-2xxx-rpi: enable CONFIG_FB_SIMPLE for bcm-2xxx-rpi BSP in kernel-cache

2019-11-25 Thread Meng Li
From: Limeng Hi Bruce, Jason Wessel is working on Raspbeerypi 4 platform, and he wants to enable CONFIG_FB_SIMPLE for display feature. Could you please help to merge this patch into yocto-kernel-cache, branches are master and yocto-5.2? diffstat info ad below: bcm-2xxx-rpi.cfg |1 + 1

[linux-yocto] [PATCH] bcm-2xxx-rpi: enable CONFIG_FB_SIMPLE for bcm-2xxx-rpi BSP in kernel-cache

2019-11-25 Thread Meng Li
From: Limeng Signed-off-by: Meng Li --- bsp/bcm-2xxx-rpi/bcm-2xxx-rpi.cfg | 1 + 1 file changed, 1 insertion(+) diff --git a/bsp/bcm-2xxx-rpi/bcm-2xxx-rpi.cfg b/bsp/bcm-2xxx-rpi/bcm-2xxx-rpi.cfg index f10249fa..e03ece92 100755 --- a/bsp/bcm-2xxx-rpi/bcm-2xxx-rpi.cfg +++

Re: [yocto] [meta-security][PATCH 1/3] checksecurity: use more portable find args

2019-11-25 Thread Armin Kuster
Micheal, On 11/25/19 8:41 AM, Christopher Larson wrote: These patches did not land in patchwork. maybe something to do with the mailing list change?? They are in the yocto archives. - armin > From: Christopher Larson > > Signed-off-by: Christopher Larson > --- >

Re: [yocto] [warrior] [meta-qt4] recipes-qt4: qt4-embedded: fix build on GCC v8

2019-11-25 Thread Paul Eggleton
Hi Quentin On Wednesday, 20 November 2019 5:06:17 AM NZDT Quentin Schulz wrote: > At least since gcc v8, source code with asm volatile won't compile > anymore. > > The volatile qualifier anyway is a no-op since asm blocks are implicitly > volatile as written in the documentation[1]. > > Let's

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

2019-11-25 Thread Bruce Ashfield
On Mon, Nov 25, 2019 at 1:03 PM Paul Gortmaker wrote: > > Bruce, Yocto kernel folks: > > Here is the next 5.2.x stable update "extension" primarily created for > the Yocto project, as the 3rd v5.2.x post-EOL release. > > After the previous iTLB/tsx/TAA based release, we are back to "normal" >

Re: [linux-yocto] [linux-yocto-dev]: [kernel standard/base]: ti-am65x: add SD Card support

2019-11-25 Thread Bruce Ashfield
In message: [linux-yocto] [linux-yocto-dev]: [kernel standard/base]: ti-am65x: add SD Card support on 25/11/2019 Jun Miao wrote: > Hi Bruce, > > I am working on BSP ti-am65x platform, and intend to merge this BSP > supporting into yocto community. > Below 2 patches are used to SD card. > >

Re: [linux-yocto] [yocto-kernel-cache master][v2]: ti-am65x: add the basic support

2019-11-25 Thread Bruce Ashfield
In message: [linux-yocto] [yocto-kernel-cache master][v2]: ti-am65x: add the basic support on 22/11/2019 Jun Miao wrote: > Hi Bruce, > > After Borad name update. > Please help me add this scc/cfg patch to yocto-kernel-cache master > branch. merged to master. Bruce > >

[yocto] [meta-security][PATCH] meta: inherit features_check instead of distro_features_check

2019-11-25 Thread liu . ming50
From: Ming Liu distro_features_check has been deprecated in OE. Signed-off-by: Ming Liu --- recipes-mac/ccs-tools/ccs-tools_1.8.4.bb| 2 +- .../google-authenticator-libpam/google-authenticator-libpam_1.05.bb | 2 +-

Re: [yocto] [RFC] Yocto Autobuilder and LAVA Integration

2019-11-25 Thread Anibal Limon
On Mon, 25 Nov 2019 at 10:23, Nicolas Dechesne wrote: > hey, > > > On Mon, Nov 25, 2019 at 2:49 AM Chan, Aaron Chun Yew > wrote: > > > > Hi Anibal. > > > > > > > > Hope that all is well with you and good to hear from someone from the > community. > > > > > > > > We are maintaining our own LAVA

[linux-yocto] v5.2.x - stable updates comprising v5.2.24

2019-11-25 Thread Paul Gortmaker
Bruce, Yocto kernel folks: Here is the next 5.2.x stable update "extension" primarily created for the Yocto project, as the 3rd v5.2.x post-EOL release. After the previous iTLB/tsx/TAA based release, we are back to "normal" where this release reflects an audit of what went into 5.3.8, resulting

[yocto] Yocto Project Newcomer & Unassigned Bugs - Help Needed

2019-11-25 Thread Stephen Jolley
All, The triage team is starting to try and collect up and classify bugs which a newcomer to the project would be able to work on in a way which means people can find them. They're being listed on the triage page under the appropriate heading:

Re: [yocto] Yocto build to add root password

2019-11-25 Thread Mauro
On 25/11/19 17:24, Rudolf J Streif wrote: Hi, That's done via the extrausers class in an image recipe. Add this to your image recipe: >> inherit extrausers ROOT_PASSWORD = "secret" EXTRA_USERS_PARAMS = "usermod -p `openssl passwd ${ROOT_PASSWORD}` root;" << Make sure you use the

[yocto] [meta-security][PATCH 2/3] clamav: add tmpfiles.d config

2019-11-25 Thread Christopher Larson
From: Christopher Larson This is needed to ensure freshclam's /var/log directory and file are created when using systemd. Signed-off-by: Christopher Larson --- recipes-security/clamav/clamav_0.99.4.bb | 8 +++- recipes-security/clamav/files/tmpfiles.clamav | 3 +++ 2 files changed,

[yocto] [meta-gplv2][patch 1/2] packagegroup-core-tools-profile: exclude sysprof for non-gplv3 builds

2019-11-25 Thread Christopher Larson
From: Christopher Larson This recipe is gplv3, so exclude it when it's incompatible. Signed-off-by: Christopher Larson --- recipes-core/packagegroups/packagegroup-core-tools-profile.bbappend | 3 +++ 1 file changed, 3 insertions(+) create mode 100644

[yocto] [meta-security][PATCH 3/3] suricata: add tmpfiles.d config

2019-11-25 Thread Christopher Larson
From: Christopher Larson This is needed to ensure our /var/log directory is created when using systemd. Signed-off-by: Christopher Larson --- recipes-ids/suricata/files/tmpfiles.suricata | 2 ++ recipes-ids/suricata/suricata_4.1.5.bb | 28 ++-- 2 files changed,

[yocto] [meta-gplv2][patch 2/2] rsync: update to latest gplv2 git version + fixes

2019-11-25 Thread Christopher Larson
From: Christopher Larson This fixes some issues with the gplv2 version that we ran into at Mentor. Signed-off-by: Christopher Larson --- ...oss-compiling-tell-the-user-to-run-mkroun.patch | 71 +++ ...-creation-of-rounding.h-to-use-a-set-of-c.patch | 142 +

[yocto] [meta-security][PATCH 1/3] checksecurity: use more portable find args

2019-11-25 Thread Christopher Larson
From: Christopher Larson Signed-off-by: Christopher Larson --- .../checksecurity/checksecurity_2.0.15.bb | 3 ++- .../check-setuid-use-more-portable-find-args.patch | 23 ++ 2 files changed, 25 insertions(+), 1 deletion(-) create mode 100644

Re: [yocto] Yocto build to add root password

2019-11-25 Thread Rudolf J Streif
Hi, That's done via the extrausers class in an image recipe. Add this to your image recipe: >> inherit extrausers ROOT_PASSWORD = "secret" EXTRA_USERS_PARAMS = "usermod -p `openssl passwd ${ROOT_PASSWORD}` root;" << Make sure you use the backticks (`). :rjs On 11/23/19 2:25 PM, JH

Re: [yocto] [RFC] Yocto Autobuilder and LAVA Integration

2019-11-25 Thread Nicolas Dechesne
hey, On Mon, Nov 25, 2019 at 2:49 AM Chan, Aaron Chun Yew wrote: > > Hi Anibal. > > > > Hope that all is well with you and good to hear from someone from the > community. > > > > We are maintaining our own LAVA server/dispatcher and only the administrator > can create a user account for you.

Re: [yocto] Coreutils missing in Yocto 2.6.3 sdk

2019-11-25 Thread Agnes Amreetha Joseph Arulraj
Hi Alessio, Thank you for the reply. We have added TOOLCHAIN_TARGET_TASK += “coreutils” in core-image-sato.bbappend file. We have added below lines in “packagegroup-base.bbappend” RDEPENDS_packagegroup-base-extended = " \ coreutils \ coreutils-dbg \ coreutils-doc \ " We have added “

[linux-yocto] [linux-yocto-dev]: [kernel standard/base]: ti-am65x: add SD Card support

2019-11-25 Thread jmiao1
Hi Bruce, I am working on BSP ti-am65x platform, and intend to merge this BSP supporting into yocto community. Below 2 patches are used to SD card. 0001-arm64-dts-ti-k3-am654-base-board-Add-Support-for-SD-.patch 0002-arm64-dts-ti-k3-am65-main-Enable-support-for-sdhci1.patch Could you please

[linux-yocto] [PATCH 2/2] arm64: dts: ti: k3-am65-main: Enable support for sdhci1

2019-11-25 Thread jmiao1
From: Faiz Abbas commit bb40213e83549b52e46baac3979046dc17e6b58a from branch ti-linux-4.19.y: git://git.ti.com/ti-linux-kernel/ti-linux-kernel.git Add support for the 2nd Secure Digital Host controller instance present in TI's am654 SoC. Signed-off-by: Faiz Abbas Signed-off-by: Sekhar Nori

[linux-yocto] [PATCH 1/2] arm64: dts: ti: k3-am654-base-board: Add Support for SD card

2019-11-25 Thread jmiao1
From: Faiz Abbas commit 4a77a43537ba1aa31ac8792095e9e35253cabff7 from branch ti-linux-4.19.y: git://git.ti.com/ti-linux-kernel/ti-linux-kernel.git The 2nd sdhci instance is connected to an SD card on am654-evm. Add board specific properties and pinmux for the same. Signed-off-by: Faiz Abbas

Re: [yocto] Yocto build to add root password

2019-11-25 Thread Gabriele
Hi JH, Take a look at this manual section, last example: https://www.yoctoproject.org/docs/latest/mega-manual/mega-manual.html#ref-classes-extrausers Regards, Gabriele On Mon, Nov 25, 2019 at 11:19 AM JH wrote: > Hi, > > I built a Yocto image and I could log into the root without password, >

[yocto] Yocto build to add root password

2019-11-25 Thread JH
Hi, I built a Yocto image and I could log into the root without password, how could I set up the Yocto build in a receipt to set password for logging? Thank you. Kind regards, - jh -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#47404):

Re: [yocto] Installing a Kernel module.

2019-11-25 Thread Gabriele
Hi Shravan, as pointed out in the documentation [1], you need to specify module_conf_* and KERNEL_MODULE_PROBECONF. Here is an example coming from one of my machine: # g_multi: serial, RNDIS and sotrage over usbKERNEL_MODULE_PROBECONF += " g_multi"KERNEL_MODULE_AUTOLOAD += "