|
#bitbake Can't use 'bitbake -g <image-name> -u taskdep 4 messages
#bitbake
Hi, Myself had to ask web search engine for usage of Task Dependency Explorer taskexp as I didn't succeed on search in Yocto materials. Hence, the way I try to use taskexp might be not right. In the f
Hi, Myself had to ask web search engine for usage of Task Dependency Explorer taskexp as I didn't succeed on search in Yocto materials. Hence, the way I try to use taskexp might be not right. In the f
|
By keydi
·
|
|
[meta-security][PATCH] packagegroup-core-security: exclude apparmor in mips64 3 messages
Signed-off-by: Armin Kuster <akuster808@...> --- recipes-core/packagegroup/packagegroup-core-security.bb | 3 +++ 1 file changed, 3 insertions(+) diff --git a/recipes-core/packagegroup/packagegroup-cor
Signed-off-by: Armin Kuster <akuster808@...> --- recipes-core/packagegroup/packagegroup-core-security.bb | 3 +++ 1 file changed, 3 insertions(+) diff --git a/recipes-core/packagegroup/packagegroup-cor
|
By Armin Kuster
·
|
|
[PATCH] [yocto-autobuilder-helper 1/2] config.json: Add default MACHINE qemux86-64 2 messages
This is the default oe-core MACHINE value. Prevent error-reporting tool to report simply False. It was seen in check-layer where the MACHINE wasn't specified. [YOCTO #14208] Signed-off-by: Yi Fan Yu <
This is the default oe-core MACHINE value. Prevent error-reporting tool to report simply False. It was seen in check-layer where the MACHINE wasn't specified. [YOCTO #14208] Signed-off-by: Yi Fan Yu <
|
By Yi Fan Yu
·
|
|
[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@...> --- config.py | 2 ++ scheduler
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@...> --- config.py | 2 ++ scheduler
|
By Richard Purdie
·
|
|
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 do
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 do
|
By Marek Belisko
·
|
|
Yocto Technical Team Minutes, Engineering Sync, for April 20, 2021 2 messages
Yocto Technical Team Minutes, Engineering Sync, for April 20, 2021 archive: https://docs.google.com/document/d/1ly8nyhO14kDNnFcW2QskANXW3ZT7QwKC5wWVDg9dDH4/edit == announcements == The upcoming Yocto
Yocto Technical Team Minutes, Engineering Sync, for April 20, 2021 archive: https://docs.google.com/document/d/1ly8nyhO14kDNnFcW2QskANXW3ZT7QwKC5wWVDg9dDH4/edit == announcements == The upcoming Yocto
|
By Trevor Woerner
·
|
|
[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 b/conf/layer.conf index 892cf79..
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 b/conf/layer.conf index 892cf79..
|
By Yi Zhao
·
|
|
[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' has
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' has
|
By Yi Zhao
·
|
|
[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 ++++++++-------- .../openssh/0001-openssh-8.4p1-fips.patch | 4
From: Changqing Li <changqing.li@...> Signed-off-by: Changqing Li <changqing.li@...> --- .../0001-conditional-enable-fips-mode.patch | 40 ++++++++-------- .../openssh/0001-openssh-8.4p1-fips.patch | 4
|
By Yi Zhao
·
|
|
[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 -K 0055d50f2d163cc07cd8a93cc7c3430c30ce786b572c01ad29fec7597000cf8618d664e2ec3dcbc8bb7a1a7eb7ef67f61cdaf2916
There is a 'double free or corruption' error when running ssh-cavs: $ /usr/libexec/ssh-cavs -K 0055d50f2d163cc07cd8a93cc7c3430c30ce786b572c01ad29fec7597000cf8618d664e2ec3dcbc8bb7a1a7eb7ef67f61cdaf2916
|
By Yi Zhao
·
|
|
[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 Zha
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 Zha
|
By Yi Zhao
·
|
|
[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 issue. Signed-off-
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 issue. Signed-off-
|
By Yi Zhao
·
|
|
[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 patches to 8.4p1
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 patches to 8.4p1
|
By Yi Zhao
·
|
|
[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 100644 --- a/s
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 100644 --- a/s
|
By Anuj Mittal
·
|
|
[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 deletion(-) diff --gi
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 deletion(-) diff --gi
|
By Anuj Mittal
·
|
|
[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 --- a/config.json
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 --- a/config.json
|
By Anuj Mittal
·
|
|
[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 download. http://downloads.yoctoproject.org/releases/yocto/yocto-3.1.7/poky-dunfell-23.0.7.tar.b
Hello, We are pleased to announce the Yocto Project 3.1.7 (dunfell-23.0.7) Release is now available for download. http://downloads.yoctoproject.org/releases/yocto/yocto-3.1.7/poky-dunfell-23.0.7.tar.b
|
By Vineela
·
|
|
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 EDT): https://www.openembedded.org/wiki/Calendar https://www.timeanddate.com/worl
Hi, Please join us for the upcoming OpenEmbedded Happy Hour on April 28 for Asia/Pacific timezones @ 2100/9pm UTC (5pm EDT): https://www.openembedded.org/wiki/Calendar https://www.timeanddate.com/worl
|
By Denys Dmytriyenko
·
|
|
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 loaded QSqlD
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 loaded QSqlD
|
By rohit jadhav
·
|
|
#yocto llvm support and meta-clang 3 messages
#yocto
There appears to be an issue with build zeus based meta-clang under zeus platform... I followed steps off meta-clang page, and from the work I did with meta-clang under "Rocko" about a year ago, a lot
There appears to be an issue with build zeus based meta-clang under zeus platform... I followed steps off meta-clang page, and from the work I did with meta-clang under "Rocko" about a year ago, a lot
|
By Monsees, Steven C (US)
·
|