On 29.03.2018 04:24, Andre McCurdy wrote:
On Tue, Mar 27, 2018 at 4:44 AM, Ryan Meulenkamp
wrote:
Hi y'all,
I have some questions about CPU load and performance, but first some
background information.
We have small embedded system running an openembedded classic (Angström)
distro. Now to get
Updates audio support to work with modern audio hardware while dropping
some legacy parts.
Signed-off-by: Jussi Laako
---
cfg/sound.cfg | 145 +-
1 file changed, 134 insertions(+), 11 deletions(-)
diff --git a/cfg/sound.cfg b/cfg
This patch update adds small tweak by setting the sound support as module and
adds high
resolution timer support.
--
___
yocto mailing list
yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/yocto
On 05.01.2017 05:24, Bruce Ashfield wrote:
On 2017-01-04 10:19 AM, Jussi Laako wrote:
Here are two patches for yocto-kernel-cache:
What are the target branches for this ?
At the moment I'm targeting master, but maybe this could be material
also for 4.9 branch. I'm going to look
Adds support for IEEE-1394 aka Firewire bus and some commonly used
devices.
Signed-off-by: Jussi Laako
---
features/firewire/firewire.cfg | 15 +++
features/firewire/firewire.scc | 4
2 files changed, 19 insertions(+)
create mode 100644 features/firewire/firewire.cfg
create
Updates audio support to work with modern audio hardware while dropping
some legacy parts.
Signed-off-by: Jussi Laako
---
cfg/sound.cfg | 142 +-
1 file changed, 131 insertions(+), 11 deletions(-)
diff --git a/cfg/sound.cfg b/cfg
Here are two patches for yocto-kernel-cache:
1) Updates audio support configuration and removes some legacy stuff
2) Adds kernel feature for Firewire support
--
___
yocto mailing list
yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/yocto
as before and if the
lookup fails (no microSD inserted) it next looks up for the rootfs UUID
on the second mmc device which is the on-board eMMC. I placed the
bbappend and patch on meta-yocto-bsp layer because the BeagleBone
support in general is located there.
Best regards,
- J