|
How to set static route in yocto for rpi 2 messages
Dear Team, I'm using yocto-dunfell poky for my CM3(Raspberrypi) OS. In this I want to set static route for wan port. So how I can do the same. I've tried several method from Internet for setting stati
Dear Team, I'm using yocto-dunfell poky for my CM3(Raspberrypi) OS. In this I want to set static route for wan port. So how I can do the same. I've tried several method from Internet for setting stati
|
By @prashant2314
·
|
|
[meta-mingw] [PATCH] libgcrypt: drop 1.8.x append and patch
1.9.x no longer requires this, as the code has been refactored into an external script that has defaults and a guard for .git directory. Signed-off-by: Alexander Kanavin <alex.kanavin@...> --- ...-mym
1.9.x no longer requires this, as the code has been refactored into an external script that has defaults and a guard for .git directory. Signed-off-by: Alexander Kanavin <alex.kanavin@...> --- ...-mym
|
By Alexander Kanavin
·
|
|
[ANNOUNCEMENT] Yocto Project 3.1.6 (Dunfell 23.0.6) is Released
Hello, We are pleased to announce the Yocto Project 3.1.6 (dunfell-23.0.6) Release is now available for download. http://downloads.yoctoproject.org/releases/yocto/yocto-3.1.6/poky-dunfell-23.0.6.tar.b
Hello, We are pleased to announce the Yocto Project 3.1.6 (dunfell-23.0.6) Release is now available for download. http://downloads.yoctoproject.org/releases/yocto/yocto-3.1.6/poky-dunfell-23.0.6.tar.b
|
By Vineela
·
|
|
Error during do_image_wic 2 messages
Hi, I have a puzzling error during do_image_wic. It says a ‘1’ is returned as an error rather than 0, but I don’t see in the output what went wrong. Anyone recognize it? (I am not that familiar with t
Hi, I have a puzzling error during do_image_wic. It says a ‘1’ is returned as an error rather than 0, but I don’t see in the output what went wrong. Anyone recognize it? (I am not that familiar with t
|
By Darcy Watkins
·
|
|
Package bash-completion was not found - dunfell
Hi, I observe something unusual in dunfell. After the setting up environment for build, if I invoke ‘bash’ I see the following: Package bash-completion was not found in the pkg-config search path. Per
Hi, I observe something unusual in dunfell. After the setting up environment for build, if I invoke ‘bash’ I see the following: Package bash-completion was not found in the pkg-config search path. Per
|
By Darcy Watkins
·
|
|
[licensing] [yocto] Package names in IMAGE_MANIFEST and PACKAGES 2 messages
Hi, FWIW, the mapping from binary package names recipes and recipe metadata like LICENSE is available from buildhistory. Also binary package content of images is available from buildhistory. With some
Hi, FWIW, the mapping from binary package names recipes and recipe metadata like LICENSE is available from buildhistory. Also binary package content of images is available from buildhistory. With some
|
By Mikko Rapeli
·
|
|
Package names in IMAGE_MANIFEST and PACKAGES 3 messages
Hello, I'm developing a meta layer to save details about an image created by Yocto to an SPDX document (https://github.com/doubleopen-project/meta-doubleopen). I've encountered two issues regarding pa
Hello, I'm developing a meta layer to save details about an image created by Yocto to an SPDX document (https://github.com/doubleopen-project/meta-doubleopen). I've encountered two issues regarding pa
|
By Mikko Murto
·
|
|
[PATCH] lib/oeqa/selftest/cases/reproducible.py : updated test to faketime in future when buiding the second test build. 2 messages
This update will ensure that recipes are not including time stamps by creating an image with modified system time. It uses libfaketime recipe to fake system time to advance by 34308122 seconds. Signed
This update will ensure that recipes are not including time stamps by creating an image with modified system time. It uses libfaketime recipe to fake system time to advance by 34308122 seconds. Signed
|
By Sangeeta Jain
·
|
|
[meta-selinux][PATCH] openssh: don't overwrite sshd_config unconditionally
The current implementation was overwriting the sshd_config and sshd assuming PAM is needed by default. openssh should use the default sshd_config packaged with the component if no distro specific need
The current implementation was overwriting the sshd_config and sshd assuming PAM is needed by default. openssh should use the default sshd_config packaged with the component if no distro specific need
|
By Purushottam choudhary
·
|
|
[External] Re: [yocto] Yocto- Apache2 build guide
Hi MacLeod, Thanks for your e-mail. Yes, without apach2 I am able to build the core-image-minimal successfully. The issue is only when I add apache2 in IMAGE_INSTALL. I am using TI processor SDK and I
Hi MacLeod, Thanks for your e-mail. Yes, without apach2 I am able to build the core-image-minimal successfully. The issue is only when I add apache2 in IMAGE_INSTALL. I am using TI processor SDK and I
|
By
D, Sharmila
·
|
|
[meta-rockchip][PATCH] rock-pi-e: add
Add support for Radxa's ROCK Pi E device https://wiki.radxa.com/RockpiE It's a great surprise to find upstream U-Boot and the Linux kernel already provide support for this board! On the kernel side th
Add support for Radxa's ROCK Pi E device https://wiki.radxa.com/RockpiE It's a great surprise to find upstream U-Boot and the Linux kernel already provide support for this board! On the kernel side th
|
By Trevor Woerner
·
|
|
[External] Re: [yocto] Yocto- Apache2 build guide
Hello Sharmila, If you can reproduce the problem with only the oe-core/poly + meta-openembedded layers then perhaps someone on this list can help you. Otherwise, you should contact the people who prov
Hello Sharmila, If you can reproduce the problem with only the oe-core/poly + meta-openembedded layers then perhaps someone on this list can help you. Otherwise, you should contact the people who prov
|
By Randy MacLeod
·
|
|
Yocto Technical Team Minutes/Engineering Sync for Feb 23, 2021
Yocto Technical Team Minutes, Engineering Sync, for Feb 23, 2021 archive: https://docs.google.com/document/d/1ly8nyhO14kDNnFcW2QskANXW3ZT7QwKC5wWVDg9dDH4/edit == disclaimer == Best efforts are made to
Yocto Technical Team Minutes, Engineering Sync, for Feb 23, 2021 archive: https://docs.google.com/document/d/1ly8nyhO14kDNnFcW2QskANXW3ZT7QwKC5wWVDg9dDH4/edit == disclaimer == Best efforts are made to
|
By Trevor Woerner
·
|
|
BB_HASHBASE_WHITELIST 3 messages
Where and when is it appropriate to add to/modify BB_HASHBASE_WHITELIST “ ? I tried to do : BB_HASHBASE_WHITELIST += “BB_TRACE” in my local.conf but it ended up replacing existing list with just “BB_T
Where and when is it appropriate to add to/modify BB_HASHBASE_WHITELIST “ ? I tried to do : BB_HASHBASE_WHITELIST += “BB_TRACE” in my local.conf but it ended up replacing existing list with just “BB_T
|
By Monsees, Steven C (US)
·
|
|
[qa-build-notification] QA notification for completed autobuilder build (yocto-3.1.6.rc1)
Hi all, This is the full report for yocto-3.1.6.rc1: https://git.yoctoproject.org/cgit/cgit.cgi/yocto-testresults-contrib/tree/?h=intel-yocto-testresults ======= Summary ======== No high milestone def
Hi all, This is the full report for yocto-3.1.6.rc1: https://git.yoctoproject.org/cgit/cgit.cgi/yocto-testresults-contrib/tree/?h=intel-yocto-testresults ======= Summary ======== No high milestone def
|
By Sangeeta Jain
·
|
|
Yocto- Apache2 build guide 2 messages
Hi, I am trying to enable httpd package into my yocto build, steps I followed is as below 1. Added below layer in bblayer.conf file sources/meta-openembedded/meta-webserver 2. Added below line in loca
Hi, I am trying to enable httpd package into my yocto build, steps I followed is as below 1. Added below layer in bblayer.conf file sources/meta-openembedded/meta-webserver 2. Added below line in loca
|
By
D, Sharmila
·
|
|
[meta-security] [PATCH V2 0/8] Some fixes for IMA/EVM 3 messages
From: Ming Liu <liu.ming50@...> Changes in patch set V2: 1 Split patches as suggested by Dmitry Baryshkov. Ming Liu (8): ima-evm-utils: set native REQUIRED_DISTRO_FEATURES to empty initramfs-framework
From: Ming Liu <liu.ming50@...> Changes in patch set V2: 1 Split patches as suggested by Dmitry Baryshkov. Ming Liu (8): ima-evm-utils: set native REQUIRED_DISTRO_FEATURES to empty initramfs-framework
|
By
Ming Liu
·
|
|
Multi-planar API support in g_webcam
Hi All, I wanted to know whether g_webcam supports multi-planar API. -- Thanks and Regards Sheraz Ali Shah
Hi All, I wanted to know whether g_webcam supports multi-planar API. -- Thanks and Regards Sheraz Ali Shah
|
By Sheraz Ali
·
|
|
#yocto #sdk 4 messages
#yocto
#sdk
I am trying to understand the warnings/error as seen below… Building for zeus… Built kernel image clean updated my SSTATE_MIRRORS directory with the state_cache generated. Rebuilt my image clean again
I am trying to understand the warnings/error as seen below… Building for zeus… Built kernel image clean updated my SSTATE_MIRRORS directory with the state_cache generated. Rebuilt my image clean again
|
By Monsees, Steven C (US)
·
|
|
Trouble booting basic x86 image 3 messages
Yocto Gatesgarth, using meta-intel to build core-image-minimal Intel D2700MUD mini-ITX mobo with D2700 Atom Ordinary USB 2.0 flash drive I followed the instructions in the meta-intel README, and had n
Yocto Gatesgarth, using meta-intel to build core-image-minimal Intel D2700MUD mini-ITX mobo with D2700 Atom Ordinary USB 2.0 flash drive I followed the instructions in the meta-intel README, and had n
|
By Paul D. DeRocco
·
|