|
Re: #bitbake Can't use 'bitbake -g <image-name> -u taskdep
#bitbake
Basically, taskdep needs gobject-introspection and gtk3 on the host.
You're most likely missing the GTK3 gir files.
Ross
Basically, taskdep needs gobject-introspection and gtk3 on the host.
You're most likely missing the GTK3 gir files.
Ross
|
By
Ross Burton <ross@...>
·
#53226
·
|
|
Re: #bitbake Can't use 'bitbake -g <image-name> -u taskdep
#bitbake
If yes, me wonders how to force Bitbake to build that recipe, if for target system gtk is not built, there is actually no target depending on gtk. Hence, I add such recipe Bitbake might ignore it as
If yes, me wonders how to force Bitbake to build that recipe, if for target system gtk is not built, there is actually no target depending on gtk. Hence, I add such recipe Bitbake might ignore it as
|
By
keydi <krzysztof.dudziak@...>
·
#53225
·
|
|
Re: #bitbake Can't use 'bitbake -g <image-name> -u taskdep
#bitbake
Myself wonders if the answer is just to enable a recipe building native package gtk of version 3.0.
Myself wonders if the answer is just to enable a recipe building native package gtk of version 3.0.
|
By
keydi <krzysztof.dudziak@...>
·
#53224
·
|
|
Re: [meta-security][PATCH] packagegroup-core-security: exclude apparmor in mips64
Actuall, this is the wrong patch. working on too many systems.
Thanks for the review.
-armin
Actuall, this is the wrong patch. working on too many systems.
Thanks for the review.
-armin
|
By
Armin Kuster
·
#53223
·
|
|
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 <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
·
|