|
Re: [qa-build-notification] QA notification for completed autobuilder build (yocto-3.5_M3.rc1)
Hi all,
Intel and WR YP QA is planning for QA execution for YP build yocto-3.5_M3.rc1. We are planning to execute following tests for this cycle:
OEQA-manual tests for following module:
1.
Hi all,
Intel and WR YP QA is planning for QA execution for YP build yocto-3.5_M3.rc1. We are planning to execute following tests for this cycle:
OEQA-manual tests for following module:
1.
|
By
Teoh, Jay Shen
·
#56384
·
|
|
Re: [meta-cgl][PATCH] libsocket6-perl: set precise BSD license
Merged.
By
Jeremy Puhlman
·
#56383
·
|
|
[meta-tensorflow][PATCH] tensorflow-lite: remove unnecessary line
remove line
FILES:${PN} += "${libdir} /home/root/*"
since libdir is already part of FILES:${PN} and nothing is installed inside
/home/root/
Signed-off-by: Julien STEPHAN
remove line
FILES:${PN} += "${libdir} /home/root/*"
since libdir is already part of FILES:${PN} and nothing is installed inside
/home/root/
Signed-off-by: Julien STEPHAN
|
By
Julien Stephan
·
#56382
·
|
|
QA notification for completed autobuilder build (yocto-3.5_M3.rc1)
A build flagged for QA (yocto-3.5_M3.rc1) was completed on the autobuilder and
is available at:
/srv/autobuilder/autobuilder.yocto.io/pub/releases/yocto-3.5_M3.rc1
Build hash information:
A build flagged for QA (yocto-3.5_M3.rc1) was completed on the autobuilder and
is available at:
/srv/autobuilder/autobuilder.yocto.io/pub/releases/yocto-3.5_M3.rc1
Build hash information:
|
By
Richard Purdie
·
#56381
·
|
|
Two DSI ports and only one fb0
#yocto
#kernel
I am working on a BSP build using Yocto. My physical board has two DSI ports to which panels are connected. Both are 4-lane DSI panels. Panels are defined in device tree and they are initialized and
I am working on a BSP build using Yocto. My physical board has two DSI ports to which panels are connected. Both are 4-lane DSI panels. Panels are defined in device tree and they are initialized and
|
By
usa_butt@...
·
#56380
·
|
|
[meta-cgl][PATCH] libsocket6-perl: set precise BSD license
From: Mingli Yu <mingli.yu@...>
"BSD" is ambiguous, use the precise license BSD-3-Clause to fix
the below warning:
WARNING: libsocket6-perl-0.29-r2 do_populate_lic: QA Issue:
From: Mingli Yu <mingli.yu@...>
"BSD" is ambiguous, use the precise license BSD-3-Clause to fix
the below warning:
WARNING: libsocket6-perl-0.29-r2 do_populate_lic: QA Issue:
|
By
Yu, Mingli
·
#56379
·
|
|
Re: Honister on Ubuntu 14.04
On Thu, Mar 3, 2022 at 10:07 AM Daniel Ammann <daniel.ammann@...> wrote:
I'm trying to build honister on Ubuntu 14.04. This is meant as a temporary
solution until the build server can be upgraded to
On Thu, Mar 3, 2022 at 10:07 AM Daniel Ammann <daniel.ammann@...> wrote:
I'm trying to build honister on Ubuntu 14.04. This is meant as a temporary
solution until the build server can be upgraded to
|
By
Chuck Wolber
·
#56378
·
|
|
Re: suricata: enable lua support
Hello,
The missing symbols are not in the latest lua (5.4.4) nor if I include the current luajit version into the mix. I grepped the /tmp dirs and could not find the missing symbols.
You may need
Hello,
The missing symbols are not in the latest lua (5.4.4) nor if I include the current luajit version into the mix. I grepped the /tmp dirs and could not find the missing symbols.
You may need
|
By
Armin Kuster
·
#56377
·
|
|
Re: suricata: enable lua support
seems so, lua5.1 is not ABI compatible with newer Lua, so if an app needs this version then
you will have to add it, perhaps see if you can just use internal version or something like that
seems so, lua5.1 is not ABI compatible with newer Lua, so if an app needs this version then
you will have to add it, perhaps see if you can just use internal version or something like that
|
By
Khem Raj
·
#56376
·
|
|
Re: suricata: enable lua support
The Suricata install site also says to install
liblua5.1-devDoes this mean that Suricata needs lua 5.1 (which is very old)?? For Zeus the lua recipe is 5.3.5.
Do I need to create a recipe for lua
The Suricata install site also says to install
liblua5.1-devDoes this mean that Suricata needs lua 5.1 (which is very old)?? For Zeus the lua recipe is 5.3.5.
Do I need to create a recipe for lua
|
By
Gary Huband
·
#56375
·
|
|
Re: suricata: enable lua support
I added this to the recipe and it appears the liblua it is looking for does not exist.
PACKAGECONFIG[lua] = "--enable-lua --with-liblua-includes=${STAGING_INCDIR}
I added this to the recipe and it appears the liblua it is looking for does not exist.
PACKAGECONFIG[lua] = "--enable-lua --with-liblua-includes=${STAGING_INCDIR}
|
By
Armin Kuster
·
#56374
·
|
|
[meta-security][PATCH 2/2] libtpm: update to 0.9.2
includes: CVE-2021-3623
Signed-off-by: Armin Kuster <akuster808@...>
---
.../recipes-tpm/libtpm/{libtpm_0.8.7.bb => libtpm_0.9.3.bb} | 4 ++--
1 file changed, 2 insertions(+), 2
includes: CVE-2021-3623
Signed-off-by: Armin Kuster <akuster808@...>
---
.../recipes-tpm/libtpm/{libtpm_0.8.7.bb => libtpm_0.9.3.bb} | 4 ++--
1 file changed, 2 insertions(+), 2
|
By
Armin Kuster
·
#56373
·
|
|
[meta-security][PATCH 1/2] swtpm: update to 0.7.1
fixes: CVE-2022-23645.
Add implementation of SWTPM_HMAC using OpenSSL 3.0 APIs
Signed-off-by: Armin Kuster <akuster808@...>
---
.../swtpm/files/oe_configure.patch | 65
fixes: CVE-2022-23645.
Add implementation of SWTPM_HMAC using OpenSSL 3.0 APIs
Signed-off-by: Armin Kuster <akuster808@...>
---
.../swtpm/files/oe_configure.patch | 65
|
By
Armin Kuster
·
#56372
·
|
|
Re: suricata: enable lua support
Adding DEPENDS += "lua" fixed that error. I'm assuming that allows the configure to find lua.
Now I'm getting a compile error
|
Adding DEPENDS += "lua" fixed that error. I'm assuming that allows the configure to find lua.
Now I'm getting a compile error
|
|
By
Gary Huband
·
#56371
·
|
|
[meta-security][PATCH] openscap-daemon: fix wheels and License issues.
Signed-off-by: Armin Kuster <akuster808@...>
---
.../openscap-daemon/openscap-daemon_0.1.10.bb | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git
Signed-off-by: Armin Kuster <akuster808@...>
---
.../openscap-daemon/openscap-daemon_0.1.10.bb | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git
|
By
Armin Kuster
·
#56370
·
|
|
Re: suricata: enable lua support
perhaps you needs to add lua to DEPENDS as well.
<gary=missionsecure.com@...> wrote:
perhaps you needs to add lua to DEPENDS as well.
<gary=missionsecure.com@...> wrote:
|
By
Khem Raj
·
#56369
·
|
|
suricata: enable lua support
How can I enable lua support for suricata? According to
https://suricata.readthedocs.io/en/suricata-6.0.0/install.html
I can add --enable-lua, so I created a suricata_%.bbappend file with
# Add
How can I enable lua support for suricata? According to
https://suricata.readthedocs.io/en/suricata-6.0.0/install.html
I can add --enable-lua, so I created a suricata_%.bbappend file with
# Add
|
By
Gary Huband
·
#56368
·
|
|
Re: Honister on Ubuntu 14.04
You might be better off trying to use a container to build, but with a host that old, even that might be hard. There are several container solutions for the project, including:
* crops -
You might be better off trying to use a container to build, but with a host that old, even that might be hard. There are several container solutions for the project, including:
* crops -
|
By
Joshua Watt
·
#56367
·
|
|
Changing keyboard layout in core-image-clutter / qemuarm64
Greetings,
I successfully built and ran core-image-clutter under qemuarm64. However, the default keyboard layout is a qwerty although I need german qwertz.
I already tried loadkeys de to no avail. I
Greetings,
I successfully built and ran core-image-clutter under qemuarm64. However, the default keyboard layout is a qwerty although I need german qwertz.
I already tried loadkeys de to no avail. I
|
By
Edgar Mobile
·
#56366
·
|
|
Re: How to build flashable yocto image for amd ryzen 5
#bitbake
Please start by reading this
https://git.yoctoproject.org/meta-amd/tree/README.md
Please start by reading this
https://git.yoctoproject.org/meta-amd/tree/README.md
|
By
Khem Raj
·
#56365
·
|