|
Re: [PATCH] [yocto-autobuilder-helper 1/2] config.json: Add default MACHINE qemux86-64
+cc RP
By
Yi Fan Yu
·
#53222
·
|
|
[yocto-autobuilder2] [PATCH] config/schedulers: Add check-layer-nightly
Add a new target to run layer checks every 24 hours on various layers we don't
test as part of the standard test runs.
Signed-off-by: Richard Purdie <richard.purdie@...>
---
Add a new target to run layer checks every 24 hours on various layers we don't
test as part of the standard test runs.
Signed-off-by: Richard Purdie <richard.purdie@...>
---
|
By
Richard Purdie
·
#53221
·
|
|
hardknott build issue
Hi,
I'm meta-sunxi co-maintainer and in order to add hardknott support to
meta-sunxi I try to build few days ago image from hardknott release
and hitting this issue:
WARNING: core-image-base-1.0-r0
Hi,
I'm meta-sunxi co-maintainer and in order to add hardknott support to
meta-sunxi I try to build few days ago image from hardknott release
and hitting this issue:
WARNING: core-image-base-1.0-r0
|
By
Marek Belisko
·
#53220
·
|
|
Re: Yocto Technical Team Minutes, Engineering Sync, for April 20, 2021
I think we should indeed improve that a bit. As far as I know, the only place for the release notes is the 'email' sent to yocto-announce, which includes the content from this
I think we should indeed improve that a bit. As far as I know, the only place for the release notes is the 'email' sent to yocto-announce, which includes the content from this
|
By
Nicolas Dechesne
·
#53219
·
|
|
[meta-openssl102-fips][PATCH 6/6] layer.conf: add hardknott to LAYERSERIES_COMPAT
From: Chen Qi <Qi.Chen@...>
Signed-off-by: Chen Qi <Qi.Chen@...>
---
conf/layer.conf | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/conf/layer.conf
From: Chen Qi <Qi.Chen@...>
Signed-off-by: Chen Qi <Qi.Chen@...>
---
conf/layer.conf | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/conf/layer.conf
|
By
Yi Zhao
·
#53218
·
|
|
[meta-openssl102-fips][PATCH 5/6] openssh: set kex->sessin_id via sshbuf_put in ssh-cavs
The kex->session_id has been replaced from u_char * to sshbuf and
kex->session_id_len has been removed in openssh 8.5[1]. Update ssh-cavs
to adapt it.
Fixes:
ssh-cavs.c:198:12: error: 'struct kex'
The kex->session_id has been replaced from u_char * to sshbuf and
kex->session_id_len has been removed in openssh 8.5[1]. Update ssh-cavs
to adapt it.
Fixes:
ssh-cavs.c:198:12: error: 'struct kex'
|
By
Yi Zhao
·
#53217
·
|
|
[meta-openssl102-fips][PATCH 4/6] openssh: refresh patches to 8.5p1
From: Changqing Li <changqing.li@...>
Signed-off-by: Changqing Li <changqing.li@...>
---
.../0001-conditional-enable-fips-mode.patch | 40 ++++++++--------
From: Changqing Li <changqing.li@...>
Signed-off-by: Changqing Li <changqing.li@...>
---
.../0001-conditional-enable-fips-mode.patch | 40 ++++++++--------
|
By
Yi Zhao
·
#53216
·
|
|
[meta-openssl102-fips][PATCH 3/6] openssh: fix the double free error for ssh-cavs
There is a 'double free or corruption' error when running ssh-cavs:
$ /usr/libexec/ssh-cavs
There is a 'double free or corruption' error when running ssh-cavs:
$ /usr/libexec/ssh-cavs
|
By
Yi Zhao
·
#53215
·
|
|
[meta-openssl102-fips][PATCH 2/6] openssh: refresh patches to 8.4p1
Refresh patches to openssh-8.4p1.
Reference:
http://pkgs.fedoraproject.org/cgit/rpms/openssh.git/plain/openssh-7.7p1-fips.patch
(commit: fbd5f1bee2e2cdc7b1b47f4604b8347d8c3ed63f)
Signed-off-by: Yi
Refresh patches to openssh-8.4p1.
Reference:
http://pkgs.fedoraproject.org/cgit/rpms/openssh.git/plain/openssh-7.7p1-fips.patch
(commit: fbd5f1bee2e2cdc7b1b47f4604b8347d8c3ed63f)
Signed-off-by: Yi
|
By
Yi Zhao
·
#53214
·
|
|
[meta-openssl102-fips][PATCH 1/6] README.build: add "Known Issues" section
There is an openssl build error if the prebuilt FIPS object module is
built on target with a CPU which supports AVX/AVX2 instruction set.
Add section "Known Issues" to describe this
There is an openssl build error if the prebuilt FIPS object module is
built on target with a CPU which supports AVX/AVX2 instruction set.
Add section "Known Issues" to describe this
|
By
Yi Zhao
·
#53213
·
|
|
[meta-openssl102-fips][PATCH 0/6] hardknott fixes
Changqing Li (1):
openssh: refresh patches to 8.5p1
Chen Qi (1):
layer.conf: add hardknott to LAYERSERIES_COMPAT
Yi Zhao (4):
README.build: add "Known Issues" section
openssh: refresh
Changqing Li (1):
openssh: refresh patches to 8.5p1
Chen Qi (1):
layer.conf: add hardknott to LAYERSERIES_COMPAT
Yi Zhao (4):
README.build: add "Known Issues" section
openssh: refresh
|
By
Yi Zhao
·
#53212
·
|
|
[yocto-autobuilder2][PATCH] schedulers.py: build docs for hardknott/1.50 as well
Signed-off-by: Anuj Mittal <anuj.mittal@...>
---
schedulers.py | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/schedulers.py b/schedulers.py
index 920daab..9d81806
Signed-off-by: Anuj Mittal <anuj.mittal@...>
---
schedulers.py | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/schedulers.py b/schedulers.py
index 920daab..9d81806
|
By
Anuj Mittal
·
#53211
·
|
|
[yocto-autobuilder2][PATCH] schedulers.py: add hardknott to release selector
Keep meta-arm at master since there's no hardknott there yet.
Signed-off-by: Anuj Mittal <anuj.mittal@...>
---
schedulers.py | 12 +++++++++++-
1 file changed, 11 insertions(+), 1
Keep meta-arm at master since there's no hardknott there yet.
Signed-off-by: Anuj Mittal <anuj.mittal@...>
---
schedulers.py | 12 +++++++++++-
1 file changed, 11 insertions(+), 1
|
By
Anuj Mittal
·
#53210
·
|
|
[yocto-autobuilder-helper][PATCH] config.json: add hardknott for buildhistory
Signed-off-by: Anuj Mittal <anuj.mittal@...>
---
config.json | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/config.json b/config.json
index 5bfa240..3beb990 100644
---
Signed-off-by: Anuj Mittal <anuj.mittal@...>
---
config.json | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/config.json b/config.json
index 5bfa240..3beb990 100644
---
|
By
Anuj Mittal
·
#53209
·
|
|
[ANNOUNCEMENT] Yocto Project 3.1.7 (Dunfell 23.0.7) is Released
Hello,
We are pleased to announce the Yocto Project 3.1.7 (dunfell-23.0.7) Release is now available for
Hello,
We are pleased to announce the Yocto Project 3.1.7 (dunfell-23.0.7) Release is now available for
|
By
Vineela
·
#53208
·
|
|
OpenEmbedded Happy Hour April 28 9pm/2100 UTC
Hi,
Please join us for the upcoming OpenEmbedded Happy Hour on April 28 for
Asia/Pacific timezones @ 2100/9pm UTC (5pm
Hi,
Please join us for the upcoming OpenEmbedded Happy Hour on April 28 for
Asia/Pacific timezones @ 2100/9pm UTC (5pm
|
By
Denys Dmytriyenko
·
#53207
·
|
|
need support for QPSQL plugins for PostgreSQL in rootfs created with Rocko version
#qt5
#rocko
I have created Rootfs with Rocko build for imx6. I am trying to use qt application with PostgreSQL database.
Not able to access database.
Showing log like :
QSqlDatabase: QPSQL driver not
I have created Rootfs with Rocko build for imx6. I am trying to use qt application with PostgreSQL database.
Not able to access database.
Showing log like :
QSqlDatabase: QPSQL driver not
|
By
rohit jadhav
·
#53206
·
|
|
Re: #yocto llvm support and meta-clang
#yocto
Khem:
There are at least 4 zeus released tags, can you vouch for one of them to work properly with meta-clang ?
Porting to dunfell might not be possible at this time...
Would it be possible to build
Khem:
There are at least 4 zeus released tags, can you vouch for one of them to work properly with meta-clang ?
Porting to dunfell might not be possible at this time...
Would it be possible to build
|
By
Monsees, Steven C (US)
·
#53205
·
|
|
Re: [layerindex-web][PATCH] Add SPDX license headers to layerindex-web source files
No worries, thanks for the update!
No worries, thanks for the update!
|
By
Meh Mbeh Ida Delphine <idadelm@...>
·
#53204
·
|
|
Re: [layerindex-web][PATCH] Add SPDX license headers to layerindex-web source files
Hi Ida
My sincere apologies for the delay. I have now integrated this, but I did have
to make a few changes:
1) Dropped the newline changes; these weren't related and also modified files
that we
Hi Ida
My sincere apologies for the delay. I have now integrated this, but I did have
to make a few changes:
1) Dropped the newline changes; these weren't related and also modified files
that we
|
By
Paul Eggleton
·
#53203
·
|