|
Yocto Project Newcomer & Unassigned Bugs - Help Needed
All,
The triage team is starting to try and collect up and classify bugs which a newcomer to the project would be able to work on in a way which means people can find them. They're being listed on
All,
The triage team is starting to try and collect up and classify bugs which a newcomer to the project would be able to work on in a way which means people can find them. They're being listed on
|
By
Stephen Jolley
·
#53932
·
|
|
Re: the downside of parallelism
the (legacy) code base i was handed involves several sizable
makefiles that were not designed to take advantage of parallelism --
apparently, they come from an environment (QNX?) where "make" does
the (legacy) code base i was handed involves several sizable
makefiles that were not designed to take advantage of parallelism --
apparently, they come from an environment (QNX?) where "make" does
|
By
Robert P. J. Day
·
#53931
·
|
|
Re: TLV320AIC3104: tlv320aic3104
#kernel
#yocto
Hello,
To support that, you will have to write your own card driver or at least
write a device tree sound node with a dummy codec as Linux will not be
configuring it.
See
Hello,
To support that, you will have to write your own card driver or at least
write a device tree sound node with a dummy codec as Linux will not be
configuring it.
See
|
By
Alexandre Belloni
·
#53930
·
|
|
TLV320AIC3104: tlv320aic3104
#kernel
#yocto
Hi,
I am using tlv320aic3104 in one of my project, The hardware is wired in such a way that the I2C lines from tlv320aic3104 is connected to a separate microprocessor which performs the init.
The
Hi,
I am using tlv320aic3104 in one of my project, The hardware is wired in such a way that the I2C lines from tlv320aic3104 is connected to a separate microprocessor which performs the init.
The
|
By
Amrun Nisha.R
·
#53929
·
|
|
[meta-zephyr][PATCH 2/2] zephyr-coap-client: Add recipe for CoAP client
This sample application provides an example coap-client using the the MBEDTLS library.
Signed-off-by: Amit Kucheria <amit.kucheria.ext@...>
---
This sample application provides an example coap-client using the the MBEDTLS library.
Signed-off-by: Amit Kucheria <amit.kucheria.ext@...>
---
|
By
Amit Kucheria
·
#53928
·
|
|
[meta-zephyr][PATCH 1/2] zephyr-coap-server: Add recipe for CoAP server
This sample application provides an example coap-server using the the MBEDTLS library.
Signed-off-by: Amit Kucheria <amit.kucheria.ext@...>
---
This sample application provides an example coap-server using the the MBEDTLS library.
Signed-off-by: Amit Kucheria <amit.kucheria.ext@...>
---
|
By
Amit Kucheria
·
#53927
·
|
|
Re: [meta-security][PATCH] aircrack-ng: update to 1.6
merged,
thanks
By
Armin Kuster
·
#53926
·
|
|
[meta-security][PATCH] initramfs-framework: fix typo in conditional
Signed-off-by: Armin Kuster <akuster808@...>
---
recipes-core/initrdscripts/initramfs-framework_1.0.bbappend | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
Signed-off-by: Armin Kuster <akuster808@...>
---
recipes-core/initrdscripts/initramfs-framework_1.0.bbappend | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
|
By
Armin Kuster
·
#53925
·
|
|
Re: [meta-security][PATCH] sssd: set pid path with /run
series merged.
thanks
By
Armin Kuster
·
#53924
·
|
|
Re: [PATCH] smack: add 3 cves to allowlist
merged.
By
Armin Kuster
·
#53923
·
|
|
Re: the downside of parallelism
Hi,
Sorry for my stupid question;)
If you have 12 threads, it's 12 threads and not more.
I guess there needs to be some kind of dependency between your new recipes.
make -j can use as many cores
Hi,
Sorry for my stupid question;)
If you have 12 threads, it's 12 threads and not more.
I guess there needs to be some kind of dependency between your new recipes.
make -j can use as many cores
|
By
Robert Berger
·
#53922
·
|
|
Re: the downside of parallelism
i wasn't blaming yocto ... that was an attempt at wry humour. or
possibly irony.
rday
i wasn't blaming yocto ... that was an attempt at wry humour. or
possibly irony.
rday
|
By
Robert P. J. Day
·
#53921
·
|
|
Re: the downside of parallelism
This is hardly Yocto's fault: putting a 6 core CPU into a laptop should be validated by saturating all cores for several hours and ensuring the cooling and frequency throttling can handle it. Laptop
This is hardly Yocto's fault: putting a 6 core CPU into a laptop should be validated by saturating all cores for several hours and ensuring the cooling and frequency throttling can handle it. Laptop
|
By
Alexander Kanavin
·
#53920
·
|
|
the downside of parallelism
refactoring existing (legacy) code base into more bite-sized
bitbake recipes to speed up build by taking advantage of 6-core
(12-thread) dell laptop ... end result is that i get so much
parallelism
refactoring existing (legacy) code base into more bite-sized
bitbake recipes to speed up build by taking advantage of 6-core
(12-thread) dell laptop ... end result is that i get so much
parallelism
|
By
Robert P. J. Day
·
#53919
·
|
|
Re: Appending an existing machine .conf file
Hi Frédéric,
Thanks for your suggestion,
I suppose this would be a bit less maintainable, as it's effectively
duplicating the entry in the base config... but I think it will work
for me for now.
Hi Frédéric,
Thanks for your suggestion,
I suppose this would be a bit less maintainable, as it's effectively
duplicating the entry in the base config... but I think it will work
for me for now.
|
By
Mike Frampton
·
#53918
·
|
|
Re: Appending an existing machine .conf file
Hello,
you can customize QB_OPT_APPEND by removing options you don't want, e.g.
QB_OPT_APPEND_remove = "-device usb-tablet"
and add your own after.
But maybe a lazy operator in the original conf
Hello,
you can customize QB_OPT_APPEND by removing options you don't want, e.g.
QB_OPT_APPEND_remove = "-device usb-tablet"
and add your own after.
But maybe a lazy operator in the original conf
|
By
Frederic Martinsons <frederic.martinsons@...>
·
#53917
·
|
|
Appending an existing machine .conf file
Greetings Yocto,
I'm interested in assigning custom config settings for machine type qemuarm.
I tried a method suggested in this thread
https://lists.yoctoproject.org/g/yocto/message/38359 by Ayoub
Greetings Yocto,
I'm interested in assigning custom config settings for machine type qemuarm.
I tried a method suggested in this thread
https://lists.yoctoproject.org/g/yocto/message/38359 by Ayoub
|
By
Mike Frampton
·
#53916
·
|
|
[PATCH][meta-rockchip] rock-pi-e: use common rk3328.inc
Now that there is a second rk3328-based MACHINE (rock64) switch rock-pi-e to
use the common rk3328 include.
Signed-off-by: Trevor Woerner <twoerner@...>
---
conf/machine/rock-pi-e.conf | 21
Now that there is a second rk3328-based MACHINE (rock64) switch rock-pi-e to
use the common rk3328 include.
Signed-off-by: Trevor Woerner <twoerner@...>
---
conf/machine/rock-pi-e.conf | 21
|
By
Trevor Woerner
·
#53915
·
|
|
Re: [meta-rockchip][PATCH v3] Rock64: add machine
Applied to meta-rockchip master. Thanks! :-)
Applied to meta-rockchip master. Thanks! :-)
|
By
Trevor Woerner
·
#53914
·
|
|
Re: [PATCH] smack: add 3 cves to allowlist
Thanks. So this is for meta-security layer based on version.
- armin
Thanks. So this is for meta-security layer based on version.
- armin
|
By
Armin Kuster
·
#53913
·
|