|
[ANNOUNCEMENT] Yocto Project 3.3.4 (hardknott-25.0.4) is Released
Hello,
We are pleased to announce the Yocto Project 3.3.4 (hardknott-25.0.4) Release is now available for download.
Hello,
We are pleased to announce the Yocto Project 3.3.4 (hardknott-25.0.4) Release is now available for download.
|
By
Vineela
·
#55368
·
|
|
Re: [meta-raspberrypi][PATCH] linux-firmware-rpidistro: add branch in SRC_URI
Thanks.
By
Devendra Tewari
·
#55367
·
|
|
Re: [meta-raspberrypi][PATCH] linux-firmware-rpidistro: add branch in SRC_URI
https://github.com/agherzan/meta-raspberrypi/pull/946
https://github.com/agherzan/meta-raspberrypi/pull/946
|
By
Martin Jansa
·
#55366
·
|
|
Re: Building -native with clang
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
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
|
By
Joel Winarske
·
#55365
·
|
|
Re: Building -native with clang
Look into chromium recipe
Look into chromium recipe
|
By
Khem Raj
·
#55364
·
|
|
[meta-raspberrypi][PATCH] linux-firmware-rpidistro: add branch in SRC_URI
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@...>
---
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@...>
---
|
By
Devendra Tewari
·
#55363
·
|
|
Building -native with clang
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
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
|
By
Joel Winarske
·
#55362
·
|
|
Minutes: Yocto Project Weekly Triage Meeting 11/18/2021
Wiki: https://wiki.yoctoproject.org/wiki/Bug_Triage
Attendees: Alexandre, Armin, Daiane, Jon, Randy, Richard, Ross, Saul, Stephen, Steve, Tim, Trevor
ARs:
- Richard
Wiki: https://wiki.yoctoproject.org/wiki/Bug_Triage
Attendees: Alexandre, Armin, Daiane, Jon, Randy, Richard, Ross, Saul, Stephen, Steve, Tim, Trevor
ARs:
- Richard
|
By
Trevor Gamblin
·
#55361
·
|
|
Re: QA notification for completed autobuilder build (yocto-3.1.12.rc1)
Hi all,
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.
Hi all,
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.
|
By
Teoh, Jay Shen
·
#55360
·
|
|
psplash logo not comming
#yocto
#ubuntu
#uboot
#gatesgarth
#bitbake
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
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
|
By
abhi <abhishek.kumar@...>
·
#55359
·
|
|
Re: [meta-rockchip][PATCH] kernel: linux-yocto: fix broken Ethernet MAC controller on RK3399 on 5.14 >= version <= 5.14.11
Hi Khem,
meta-rockchip does not have a honister branch for now because it is
still working with master branch from OE-Core. This patch does not break
this behaviour.
Do I add a "known issues" to the
Hi Khem,
meta-rockchip does not have a honister branch for now because it is
still working with master branch from OE-Core. This patch does not break
this behaviour.
Do I add a "known issues" to the
|
By
Quentin Schulz
·
#55358
·
|
|
Re: [meta-rockchip][PATCH] kernel: linux-yocto: fix broken Ethernet MAC controller on RK3399 on 5.14 >= version <= 5.14.11
I 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
I 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
|
By
Quentin Schulz
·
#55357
·
|
|
Re: [meta-rockchip][PATCH] kernel: linux-yocto: fix broken Ethernet MAC controller on RK3399 on 5.14 >= version <= 5.14.11
v5.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
v5.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
|
By
Quentin Schulz
·
#55356
·
|
|
NFS under yocto
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
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
|
By
Monsees, Steven C (US)
·
#55355
·
|
|
QA notification for completed autobuilder build (yocto-3.1.12.rc1)
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:
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:
|
By
Richard Purdie
·
#55354
·
|
|
Re: [meta-rockchip][PATCH] kernel: linux-yocto: fix broken Ethernet MAC controller on RK3399 on 5.14 >= version <= 5.14.11
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
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
|
By
Khem Raj
·
#55353
·
|
|
Re: Yocto Project Status WW46`21
Hi Stephen
Thanks for the report! Sorry, I couldn't attend the meeting.
Could I update this on https://wiki.yoctoproject.org/wiki/Releases?
Cheers
Michael.
--
Michael Opdenacker, Bootlin
Embedded
Hi Stephen
Thanks for the report! Sorry, I couldn't attend the meeting.
Could I update this on https://wiki.yoctoproject.org/wiki/Releases?
Cheers
Michael.
--
Michael Opdenacker, Bootlin
Embedded
|
By
Michael Opdenacker
·
#55352
·
|
|
Re: [meta-rockchip][PATCH] kernel: linux-yocto: fix broken Ethernet MAC controller on RK3399 on 5.14 >= version <= 5.14.11
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
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
|
By
Quentin Schulz
·
#55351
·
|
|
Re: [meta-rockchip][PATCH] kernel: linux-yocto: fix broken Ethernet MAC controller on RK3399 on 5.14 >= version <= 5.14.11
I am not yet convinced why should we have such version specific patch
I am not yet convinced why should we have such version specific patch
|
By
Khem Raj
·
#55350
·
|
|
Re: [meta-rockchip][PATCH] kernel: linux-yocto: fix broken Ethernet MAC controller on RK3399 on 5.14 >= version <= 5.14.11
<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
<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
|
By
Khem Raj
·
#55349
·
|