[yocto] Issues with alsa-state

2019-12-09 Thread Andy Pont
Hello! I am trying to add a custom asound.state file into my Zeus based i.MX6 image. I have created a custom .bbappend file with the following contents: FILESEXTRAPATHS_prepend_mx6 := "${THISDIR}/${PN}/imx:” PACKAGE_ARCH_mx6 = "${MACHINE_ARCH}” The output from: $ bitbake-layers

Re: [yocto] [meta-security][PATCH] meta-security: add layer index callouts

2019-12-09 Thread Diego Santa Cruz via Lists.Yoctoproject.Org
> -Original Message- > From: yocto@lists.yoctoproject.org On Behalf > Of Armpit via Lists.Yoctoproject.Org > Sent: 06 December 2019 18:38 > To: yocto@lists.yoctoproject.org > Cc: yocto@lists.yoctoproject.org > Subject: [yocto] [meta-security][PATCH] meta-security: add layer index >

Re: [yocto] Issues with alsa-state

2019-12-09 Thread Quentin Schulz
Hi Andy, On Mon, Dec 09, 2019 at 10:40:49AM +, Andy Pont wrote: > Hello! > > I am trying to add a custom asound.state file into my Zeus based i.MX6 > image. I have created a custom .bbappend file with the following contents: > > FILESEXTRAPATHS_prepend_mx6 := "${THISDIR}/${PN}/imx:” >

Re: [yocto] Unable to build core-image-full-cmdline on openSUSE Leap 15.1: dnf can't find _curses module in do_rootfs task

2019-12-09 Thread Alexander Kanavin
This error means native python3 was somehow built without curses, or isn't able to use the curses module that was built, so installing host packages isn't going to help. You need to look into how python3 was built and installed into recipe-sysroot-native. I can't offer more specific guidance than

[yocto] Dhcp-server rpm dependent on base-passwd rpm

2019-12-09 Thread Varun A
Wanted to know if dhcp-server has an actual dependency with base-passwd rpm or is it an optional dependency. I am using dhcp-server 4.3.2 rpm and when I try rpm -qpR dhcp-server 4.3.2.rpm I see base-passwd in it. Can I remove the dependency using a bbappend file?-=-=-=-=-=-=-=-=-=-=-=- Links:

Re: [yocto] Issues with alsa-state

2019-12-09 Thread Andy Pont
Quentin wrote... Have a look at the paths traversed by Yocto to find your asound.state in log.do_fetch in the WORKDIR. You'll have the following: DEBUG: Searching for asound.state in paths: There are a lot of paths that it searched in for the file. I’ve moved the file in the file system

[yocto] Fixing vulnerabilities in glibc #yocto

2019-12-09 Thread milunj via Lists.Yoctoproject.Org
My greeting to all I am new on yocto project and yocto build environment is also new to me ... My working task is removing  vulnerabilities from libc library... The processor is based on arm5 while newer yoctos 2.7.x and 3.x. do not provide environment support for arm5 based processors. The

[yocto] [meta-selinux][PATCH] support policy module configuration at recipe level

2019-12-09 Thread Joe MacDonald
On highly storage-limited machines it may be beneficial to completely remove some or all non-essential policy modules. refpolicy already supports this with the 'no' option in modules.conf, so we'll just expose this feature (with an appropriate warning) at the recipe-level. Signed-off-by: Joe

[yocto] Kernel modules build fails with bitbake but not host toolchain

2019-12-09 Thread Dimitris Tassopoulos
Hi all. I'm having difficult to debug an issue I have. Although I'm able to build my kernel, overlays, dtb and modules without any errors using a specific git repo and my toolchain on my host, the bitbake fails to build in the `do_compile_kernelmodules` step and the error I get is: ``` |

[yocto] [OE-core] [PATCH 0/2] fix can't login when debug-tweaks is not in IMAGE_FEATURES

2019-12-09 Thread Varun A
Was going through this thread. I see root password defined as root explicitly in the base-passwd master file I am using which is of security concern. Has any development come about this?Is there a patch to get around this issue? -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to

[yocto] Writing do_compile in python and importing modules

2019-12-09 Thread Patrick Doyle
i was just reviewing a recipe I wrote a month or two ago and saw that I wrote: do_compile() { python3 ${WORKDIR}/assemble-tsk-blob.py -o tsk-blob -d ${DEPLOY_DIR_IMAGE}/foo -t ${DEPLOY_DIR_IMAGE}/bar } and I thought to myself, why did I write assemble-tsk-blob.py (which is a fairly trivial

[yocto] [meta-security-compliance][PATCH] meta-security-compliance/conf/layer.conf: fix typo

2019-12-09 Thread Armpit
Signed-off-by: Armin Kuster --- meta-security-compliance/conf/layer.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-security-compliance/conf/layer.conf b/meta-security-compliance/conf/layer.conf index e346bf3..8572a1f 100644 ---

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

2019-12-09 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] [meta-security][PATCH] meta-security: add layer index callouts

2019-12-09 Thread Armpit
On 12/9/19 1:47 AM, Diego Santa Cruz via Lists.Yoctoproject.Org wrote: >> -Original Message- >> From: yocto@lists.yoctoproject.org On Behalf >> Of Armpit via Lists.Yoctoproject.Org >> Sent: 06 December 2019 18:38 >> To: yocto@lists.yoctoproject.org >> Cc: yocto@lists.yoctoproject.org >>

Re: [yocto] Fixing vulnerabilities in glibc #yocto

2019-12-09 Thread Randy MacLeod
On 12/9/19 8:48 AM, milunj via Lists.Yoctoproject.Org wrote: My greeting to all I am new on yocto project and yocto build environment is also new to me ... My working task is removing  vulnerabilities from libc library... The processor is based on arm5 while newer yoctos 2.7.x and 3.x. do not

Re: [yocto] Fixing vulnerabilities in glibc #yocto

2019-12-09 Thread Khem Raj
On Mon, 2019-12-09 at 05:48 -0800, milunj via Lists.Yoctoproject.Org wrote: > My greeting to all > I am new on yocto project and yocto build environment is also new to > me ... > My working task is removing vulnerabilities from libc library... > The processor is based on arm5 while newer yoctos

Re: [yocto][meta-rockchip][PATCH] Fix rk3288 bootloader

2019-12-09 Thread Trevor Woerner
Applied. Thank you! -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#47613): https://lists.yoctoproject.org/g/yocto/message/47613 Mute This Topic: https://lists.yoctoproject.org/mt/66203799/21656 Group Owner: yocto+ow...@lists.yoctoproject.org

[yocto][meta-rockchip][PATCH v2] mesa: Enable panfrost for rk3288 SOC

2019-12-09 Thread Joshua Watt
Configures mesa to build in the panfrost and render-only KMS driver when building for the rk3288 SOC. The panfrost kernel module is already compiled as a module by default for armv7. Signed-off-by: Joshua Watt --- recipes-graphics/mesa/mesa_%.bbappend | 1 + 1 file changed, 1 insertion(+)

Re: [yocto][meta-rockchip][PATCH v2] mesa: Enable panfrost for rk3288 SOC

2019-12-09 Thread Trevor Woerner
Awesome thanks! Applied. -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#47615): https://lists.yoctoproject.org/g/yocto/message/47615 Mute This Topic: https://lists.yoctoproject.org/mt/67951964/21656 Group Owner: yocto+ow...@lists.yoctoproject.org