Re: [meta-raspberrypi][PATCH] linux-firmware-rpidistro: add branch in SRC_URI
Martin Jansa
toggle quoted messageShow quoted text
On Thu, Nov 18, 2021 at 9:01 PM Devendra Tewari <devendra.tewari@...> wrote: Branch master has been renamed to buster. Also setting protocol to
|
|
Re: Building -native with clang
Joel Winarske
Thanks, I'll check it out. This works: DEPENDS += "\ compiler-rt \ libcxx \ llvm \ " RUNTIME = "llvm" TOOLCHAIN = "clang" PREFERRED_PROVIDER:libgcc = "compiler-rt" RUNTIME:class-native = "llvm" TOOLCHAIN:class-native = "clang" PREFERRED_PROVIDER:libgcc:class-native = "compiler-rt"
On Thu, Nov 18, 2021 at 12:04 PM Khem Raj <raj.khem@...> wrote: Look into chromium recipe
|
|
Re: Building -native with clang
Look into chromium recipe
toggle quoted messageShow quoted text
On Thu, Nov 18, 2021 at 11:55 AM Joel Winarske <joel.winarske@...> wrote:
|
|
[meta-raspberrypi][PATCH] linux-firmware-rpidistro: add branch in SRC_URI
Devendra Tewari
Branch master has been renamed to buster. Also setting protocol to
https as GitHub is migrating away from unencrypted git protocol Signed-off-by: Devendra Tewari <devendra.tewari@...> --- .../linux-firmware-rpidistro/linux-firmware-rpidistro_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-kernel/linux-firmware-rpidistro/linux-firmware-rpidistro_git.bb b/recipes-kernel/linux-firmware-rpidistro/linux-firmware-rpidistro_git.bb index a091585..874e444 100644 --- a/recipes-kernel/linux-firmware-rpidistro/linux-firmware-rpidistro_git.bb +++ b/recipes-kernel/linux-firmware-rpidistro/linux-firmware-rpidistro_git.bb @@ -34,7 +34,7 @@ LIC_FILES_CHKSUM = "\ NO_GENERIC_LICENSE[Firmware-broadcom_bcm43xx-rpidistro] = "LICENCE.broadcom_bcm43xx" NO_GENERIC_LICENSE[WHENCE] = "WHENCE" -SRC_URI = "git://github.com/RPi-Distro/firmware-nonfree" +SRC_URI = "git://github.com/RPi-Distro/firmware-nonfree;protocol=https;branch=buster" SRCREV = "83938f78ca2d5a0ffe0c223bb96d72ccc7b71ca5" PV = "20190114-1+rpt11" -- 2.33.1
|
|
Building -native with clang
Joel Winarske
How do I get a -native recipe to use clang-native? I have this in my recipe, and target variant builds with clang: RUNTIME = "llvm" TOOLCHAIN = "clang" PREFERRED_PROVIDER:libgcc = "compiler-rt" All the environment variables are setup for gcc in the case of -native. No sign of clang. This is with honister. Joel
|
|
Minutes: Yocto Project Weekly Triage Meeting 11/18/2021
Trevor Gamblin
Wiki: https://wiki.yoctoproject.org/wiki/Bug_Triage Attendees: Alexandre, Armin, Daiane, Jon, Randy,
Richard, Ross, Saul, Stephen, Steve, Tim, Trevor ARs: - Richard to determine what infrastructure support/changes are
needed for i586 tuning (see YP #14632) Notes:
N/A Medium+ 3.5 Unassigned Enhancements/Bugs: 73 (No
change) AB Bugs: 61
(Last week 62)
|
|
Re: QA notification for completed autobuilder build (yocto-3.1.12.rc1)
Teoh, Jay Shen
Hi all,
toggle quoted messageShow quoted text
Intel and WR YP QA is planning for QA execution for YP build yocto-3.1.12.rc1. We are planning to execute following tests for this cycle: OEQA-manual tests for following module: 1. OE-Core 2. BSP-hw Runtime auto test for following platforms: 1. MinnowTurbot 32-bit 2. Coffee Lake 3. NUC 7 4. NUC 6 5. Edgerouter 6. Beaglebone ETA for completion next Tuesday, Nov 23. Thanks, Jay
-----Original Message-----
|
|
psplash logo not comming
#yocto
#ubuntu
#uboot
#gatesgarth
#bitbake
abhi <abhishek.kumar@...>
hi sir,
i am working on yocto ,i created one core-image-base inside that image i want to set logo on u-boot and kernel side ,i added psplash also in local.conf (IMAGE_FEATURES = "psplash") . but default logo even not coming please tell how set splash screen logo in yocto side, bellow error i got it will be helpfull for u. thanks in advance
|
|
Re: [meta-rockchip][PATCH] kernel: linux-yocto: fix broken Ethernet MAC controller on RK3399 on 5.14 >= version <= 5.14.11
Quentin Schulz
Hi Khem,
On Tue, Nov 16, 2021 at 10:50:13AM -0800, Khem Raj wrote: On Tue, Nov 16, 2021 at 10:03 AM Quentin Schulz <foss@...> wrote:meta-rockchip does not have a honister branch for now because it ismeta-rockchip does not have honister branch for now. So it expects still working with master branch from OE-Core. This patch does not break this behaviour. Do I add a "known issues" to the README then? Or where am I supposed tometa-rockchip is the BSP layer for Rockchip based devices, if not there, where should I put this patch?I would say yes, document it as that of a known issue and possible fix add this piece of information were this patch not merged? if someone is using exact point release. They might have snapshottedI think we both understand each other's stance and I've no additional arguments to give, so it'll be up to the maintainer(s) which is officially Trevor, but maybe I am not aware of other unofficial maintainers :) In any case, I can have this patch in my own vendor BSP but since it applies to all RK3399-based devices, I thought it'd be nicer to have it in upstream meta-rockchip than in a vendor BSP unrelated to the boards one's using. @Trevor/maintainers, let us know what's your opinion on this so I know if I should send a v2 using inline python function for SRC_URI instead of using the anonymous python function. Cheers, Quentin
|
|
Re: [meta-rockchip][PATCH] kernel: linux-yocto: fix broken Ethernet MAC controller on RK3399 on 5.14 >= version <= 5.14.11
Quentin Schulz
On Tue, Nov 16, 2021 at 09:08:41AM -0800, Khem Raj wrote:
On Tue, Nov 16, 2021 at 9:04 AM Quentin SchulzI could define a python function and use it like this: SRC_URI:append:rk3399 = "${@rk3399_fix_mac(d)}" Would that work better for you? Cheers, Quentin
|
|
Re: [meta-rockchip][PATCH] kernel: linux-yocto: fix broken Ethernet MAC controller on RK3399 on 5.14 >= version <= 5.14.11
Quentin Schulz
On Tue, Nov 16, 2021 at 09:00:42AM -0800, Khem Raj wrote:
On Tue, Nov 16, 2021 at 7:52 AM Quentin Schulzv5.14.14 is already fixed. The only release currently is 3.4 and I hit that issue, hence the patch. I assume not everybody is updating to 3.4.1 when it's out, I've seen people running behind dot releases. What's bothering you? Cheers, Quentin
|
|
NFS under yocto
Monsees, Steven C (US)
Current yocto build is based on zeus… We have one board running Yocto Embedded linux that is sharing a drive partition via NFS. Another board is mounting the NFS share and has a few processes that can write data to the drive. We are seeing conditions were concurrent writes (two client processes) appear to result in “Stale File Handles”. The drive partition is using the NTFS file system.
We are wondering if there are any issues in the NFS Server or Client that could be causing these “Stale File Handles”. We have tried to change some of the options used to mount the NFS share. Are there any options in how the location is shared that we should try?
Anyone hear about or experienced similar issues ?
Thanks, Steve
|
|
QA notification for completed autobuilder build (yocto-3.1.12.rc1)
Richard Purdie
A build flagged for QA (yocto-3.1.12.rc1) was completed on the autobuilder and
is available at: https://autobuilder.yocto.io/pub/releases/yocto-3.1.12.rc1 Build hash information: bitbake: c0348de8121c3a842bf44906f7e2f79e93f7275b meta-agl: 0406cbb235fb08ce9e6f9d07e64e0932b20050a9 meta-arm: ce535dfb96de4d2529f091d7d85a7172c626001c meta-aws: 2f72301f5a73279c4d2f12fc6218876629666e06 meta-gplv2: 60b251c25ba87e946a0ca4cdc8d17b1cb09292ac meta-intel: 625da85e7b01b71cc310267b0ba7119eb139e9f7 meta-mingw: 524de686205b5d6736661d4532f5f98fee8589b7 meta-openembedded: 7889158dcd187546fc5e99fd81d0779cad3e8d17 oecore: 44b1970c40e9d73f6e63fb10cdc55837a26f5921 poky: 0839888394a6e42e96f9f0d201376eb38bc79b24 This is an automated message from the Yocto Project Autobuilder Git: git://git.yoctoproject.org/yocto-autobuilder2 Email: richard.purdie@...
|
|
Re: [meta-rockchip][PATCH] kernel: linux-yocto: fix broken Ethernet MAC controller on RK3399 on 5.14 >= version <= 5.14.11
On Tue, Nov 16, 2021 at 10:03 AM Quentin Schulz <foss@...> wrote:
meta-rockchip does not have honister branch for now. So it expects master to keep working with honister for now. kernel upgrades are already committed into honister branch on meta-yocto-bsps so fix it already available in latest honister branch and will be in imminent point release soon as well. I would say yes, document it as that of a known issue and possible fix if someone is using exact point release. They might have snapshotted meta-rockpi too and in that case it will be easy for them to carry a local patch if needed. vesion specific patching would also be setting a not so desired patching practice, so I am trying to avoid it if we can. I understand we're talking about policy here. I am not fond of this patch either but Ethernet is quite critical on boards which don't have WiFi for example. I don't have anything better to suggest to fix this in the *latest* release.Update to latest honister branch or wait for 3.4.1, would be my suggestion.
|
|
Re: Yocto Project Status WW46`21
Michael Opdenacker
Hi Stephen
Thanks for the report! Sorry, I couldn't attend the meeting. On 11/16/21 4:47 PM, Stephen Jolley wrote: Could I update this on https://wiki.yoctoproject.org/wiki/Releases? Cheers Michael. -- Michael Opdenacker, Bootlin Embedded Linux and Kernel engineering https://bootlin.com
|
|
Re: [meta-rockchip][PATCH] kernel: linux-yocto: fix broken Ethernet MAC controller on RK3399 on 5.14 >= version <= 5.14.11
Quentin Schulz
On November 16, 2021 6:45:05 PM GMT+01:00, Khem Raj <raj.khem@...> wrote:
On Tue, Nov 16, 2021 at 9:12 AM Quentin Schulz <If you could explain what's *really* bothering you, I could try to find a proper explanation or agree with you but it's a bit too vague to me right now. Anyway, I'll do some guesses in the next paragraphs. Because Ethernet does not work for all RK3399-based boards in the latest and only release of Honister? meta-rockchip is the BSP layer for Rockchip based devices, if not there, where should I put this patch? Or are we just going to say "Ethernet does not work, we know" to people asking instead of having this patch in? Obviously you could tell them to upgrade their oe-core/poky git repo to rolling honister or 3.4.1 once it's out but having this patch in avoid those questions. I understand we're talking about policy here. I am not fond of this patch either but Ethernet is quite critical on boards which don't have WiFi for example. I don't have anything better to suggest to fix this in the *latest* release. Cheers Quentin
|
|
Re: [meta-rockchip][PATCH] kernel: linux-yocto: fix broken Ethernet MAC controller on RK3399 on 5.14 >= version <= 5.14.11
On Tue, Nov 16, 2021 at 9:12 AM Quentin Schulz <quentin.schulz@...> wrote: On Tue, Nov 16, 2021 at 09:08:41AM -0800, Khem Raj wrote: I am not yet convinced why should we have such version specific patch
|
|
Re: [meta-rockchip][PATCH] kernel: linux-yocto: fix broken Ethernet MAC controller on RK3399 on 5.14 >= version <= 5.14.11
On Tue, Nov 16, 2021 at 9:04 AM Quentin Schulz
<quentin.schulz@...> wrote: once dot release is out then thats whats maintained not the original release since they are incremental. the anon python to apply a patch. Can you explain why we want to patch applied this way ?
|
|
Re: [meta-rockchip][PATCH] kernel: linux-yocto: fix broken Ethernet MAC controller on RK3399 on 5.14 >= version <= 5.14.11
On Tue, Nov 16, 2021 at 7:52 AM Quentin Schulz
<quentin.schulz@...> wrote: Patching piece below looks quite a bit. lets just fix v5.14.14 and dont worry about 3.4
|
|
Re: Dunfell - ERROR: ca-certificates-20211016-r0 do_fetch: Fetcher failure
Darcy Watkins
Thanks Martin,
I added an extra step to sync up the ca-certificates within my docker container that I use to build dunfell. This seems to have resolved the issue that I encountered.
Regards,
Darcy
Darcy Watkins :: Senior Staff Engineer, Firmware
SIERRA WIRELESS Direct +1 604 233 7989 :: Fax +1 604 231 1109 :: Main +1 604 231 1100 13811 Wireless Way :: Richmond, BC Canada V6V 3A4 [M4] dwatkins@... :: www.sierrawireless.com
From:
Martin Jansa <martin.jansa@...> Most likely expired Let's Encrypt certificate (which salsa.debian.org where ca-certificates are hoster is using) on your builder (host OS), see e.g. for ubuntu:
So to fix this update ca-certificates on your host distribution and then it should be fine.
On Thu, Nov 4, 2021 at 1:20 AM Darcy Watkins <dwatkins@...> wrote:
|
|