|
Re: Writing do_compile in python and importing modules
Every layer can have a lib/ folder which is on the Python search path (you'll see lots of recipes use oe.*, which is meta/lib/oe/) so you can just put Python modules in there.
Alternatively if the
Every layer can have a lib/ folder which is on the Python search path (you'll see lots of recipes use oe.*, which is meta/lib/oe/) so you can just put Python modules in there.
Alternatively if the
|
By
Ross Burton <ross.burton@...>
·
#47616
·
|
|
Re: [meta-rockchip][PATCH v2] mesa: Enable panfrost for rk3288 SOC
Awesome thanks! Applied.
By
Trevor Woerner
·
#47615
·
|
|
[meta-rockchip][PATCH v2] mesa: Enable panfrost for rk3288 SOC
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:
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:
|
By
Joshua Watt
·
#47614
·
|
|
Re: [meta-rockchip][PATCH] Fix rk3288 bootloader
Applied. Thank you!
By
Trevor Woerner
·
#47613
·
|
|
Re: Fixing vulnerabilities in glibc
#yocto
it depends on contribution, if you can contribute the fixes thats best for predictability, secondly, you can also open tickets in yocto bug tracking system.
it depends on contribution, if you can contribute the fixes thats best for predictability, secondly, you can also open tickets in yocto bug tracking system.
|
By
Khem Raj
·
#47612
·
|
|
Re: Fixing vulnerabilities in glibc
#yocto
Welcome Milun,
The 2.6.4 was released in early November 2019 and
I don't see any plans to ever release 2.6.5 but I've
CCed Armin to confirm if this is the official YP plan.
As
Welcome Milun,
The 2.6.4 was released in early November 2019 and
I don't see any plans to ever release 2.6.5 but I've
CCed Armin to confirm if this is the official YP plan.
As
|
By
Randy MacLeod
·
#47611
·
|
|
Yocto Project Newcomer & Unassigned Bugs - Help Needed
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
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
|
By
Stephen Jolley
·
#47610
·
|
|
[meta-security-compliance][PATCH] meta-security-compliance/conf/layer.conf: fix typo
Signed-off-by: Armin Kuster <akuster808@...>
---
meta-security-compliance/conf/layer.conf | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
Signed-off-by: Armin Kuster <akuster808@...>
---
meta-security-compliance/conf/layer.conf | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
|
By
Armin Kuster
·
#47609
·
|
|
Re: [meta-security][PATCH] meta-security: add layer index callouts
nice catch.
patch do out shortly
-armin
nice catch.
patch do out shortly
-armin
|
By
Armin Kuster
·
#47608
·
|
|
Writing do_compile in python and importing modules
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
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
|
By
Patrick Doyle <wpdster@...>
·
#47607
·
|
|
[OE-core] [PATCH 0/2] fix can't login when debug-tweaks is not in IMAGE_FEATURES
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
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
|
By
Varun A <vashok890@...>
·
#47606
·
|
|
Kernel modules build fails with bitbake but not host toolchain
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
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
|
By
Dimitris Tassopoulos
·
#47605
·
|
|
[meta-selinux][PATCH] support policy module configuration at recipe level
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
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
|
By
Joe MacDonald
·
#47604
·
|
|
Fixing vulnerabilities in glibc
#yocto
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
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
|
By
Milun Jovanovic
·
#47603
·
|
|
Re: Issues with alsa-state
Quentin wrote...
There are a lot of paths that it searched in for the file. I’ve moved the file in the file system changed the value of FILESEXTRAPATHS_prepend_mx6 from:
Quentin wrote...
There are a lot of paths that it searched in for the file. I’ve moved the file in the file system changed the value of FILESEXTRAPATHS_prepend_mx6 from:
|
By
Andy Pont
·
#47602
·
|
|
Re: Unable to build core-image-full-cmdline on openSUSE Leap 15.1: dnf can't find _curses module in do_rootfs task
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
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
|
By
Alexander Kanavin
·
#47601
·
|
|
Re: Issues with alsa-state
Hi Andy,
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:
The first path
Hi Andy,
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:
The first path
|
By
Quentin Schulz
·
#47600
·
|
|
Issues with alsa-state
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 :=
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 :=
|
By
Andy Pont
·
#47599
·
|
|
Re: [meta-security][PATCH] meta-security: add layer index callouts
By
Diego Santa Cruz
·
#47598
·
|
|
Dhcp-server rpm dependent on base-passwd rpm
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
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
|
By
Varun A <vashok890@...>
·
#47597
·
|