|
How to add Alsa loopback / Alsa lib support to custom image
#linux
#raspberrypi
#ubuntu
#yocto
#devtool
Hello,
Happy New Year
I am trying to learn Yocto, & implement it on NXP & RPI 4 dev boards.
so, could you please guide me how can i add,
1- Alsa loopback or Alsa library.
to my custom Yocto
Hello,
Happy New Year
I am trying to learn Yocto, & implement it on NXP & RPI 4 dev boards.
so, could you please guide me how can i add,
1- Alsa loopback or Alsa library.
to my custom Yocto
|
By
mihirdave36@...
·
#55697
·
|
|
[meta-security][PATCH] google-authenticator-libpam: update to 1.09
Signed-off-by: Armin Kuster <akuster808@...>
---
...cator-libpam_1.08.bb => google-authenticator-libpam_1.09.bb} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
rename
Signed-off-by: Armin Kuster <akuster808@...>
---
...cator-libpam_1.08.bb => google-authenticator-libpam_1.09.bb} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
rename
|
By
Armin Kuster
·
#55696
·
|
|
[meta-cgl][PATCH 3/3] cluster-glue: add UPSTREAM_CHECK_GITTAGREGEX
Add UPSTREAM_CHECK_GITTAGREGEX to check the correct latest version.
Before the patch:
$ devtool latest-version cluster-glue
INFO: Current version: 1.0.12
INFO: Latest version: 10
INFO: Latest
Add UPSTREAM_CHECK_GITTAGREGEX to check the correct latest version.
Before the patch:
$ devtool latest-version cluster-glue
INFO: Current version: 1.0.12
INFO: Latest version: 10
INFO: Latest
|
By
Yi Zhao
·
#55695
·
|
|
[meta-cgl][PATCH 2/3] ocfs2-tools: add UPSTREAM_CHECK_GITTAGREGEX
Add UPSTREAM_CHECK_GITTAGREGEX to check the correct latest version.
Before the patch:
$ devtool latest-version ocfs2-tools
INFO: Current version: 1.8.6
INFO: Latest version: 2
INFO: Latest version's
Add UPSTREAM_CHECK_GITTAGREGEX to check the correct latest version.
Before the patch:
$ devtool latest-version ocfs2-tools
INFO: Current version: 1.8.6
INFO: Latest version: 2
INFO: Latest version's
|
By
Yi Zhao
·
#55694
·
|
|
[meta-cgl][PATCH 1/3] resource-agents: add UPSTREAM_CHECK_GITTAGREGEX
Add UPSTREAM_CHECK_GITTAGREGEX to check the correct latest version.
Before the patch:
$ devtool latest-version resource-agents
INFO: Current version: 4.5.0
INFO: Latest version: 10
INFO: Latest
Add UPSTREAM_CHECK_GITTAGREGEX to check the correct latest version.
Before the patch:
$ devtool latest-version resource-agents
INFO: Current version: 4.5.0
INFO: Latest version: 10
INFO: Latest
|
By
Yi Zhao
·
#55693
·
|
|
Re: building image for Realtek RTS3916N mips SoC using vendor provided prebuilt external uClibc toolchain
Nevermind, I scraped the last patch, recreated my BUILD_DIR, set
MACHINE = "qemumips" and added DEFAULTTUNE = "mips" in my local.conf.
Now the build configuration correct https://pastebin.com/pkkRVL58
Nevermind, I scraped the last patch, recreated my BUILD_DIR, set
MACHINE = "qemumips" and added DEFAULTTUNE = "mips" in my local.conf.
Now the build configuration correct https://pastebin.com/pkkRVL58
|
By
davis roman <davis.roman84@...>
·
#55692
·
|
|
Re: building image for Realtek RTS3916N mips SoC using vendor provided prebuilt external uClibc toolchain
Sorry Khem, I'm not quite following you. I tried the following patch
(https://pastebin.com/rkmQ3t6P) thinking perhaps this is what you
meant however my build configuration still shows the tune set
Sorry Khem, I'm not quite following you. I tried the following patch
(https://pastebin.com/rkmQ3t6P) thinking perhaps this is what you
meant however my build configuration still shows the tune set
|
By
davis roman <davis.roman84@...>
·
#55691
·
|
|
Re: building image for Realtek RTS3916N mips SoC using vendor provided prebuilt external uClibc toolchain
Yes it’s supported although it’s not default for qemumips so the simple trick you can do is change the DEFAULTTUNE setting in the qemumips.conf away from mips32r2
Yes it’s supported although it’s not default for qemumips so the simple trick you can do is change the DEFAULTTUNE setting in the qemumips.conf away from mips32r2
|
By
Khem Raj
·
#55690
·
|
|
Re: building image for Realtek RTS3916N mips SoC using vendor provided prebuilt external uClibc toolchain
You're right. I didn't realize the RX5281 core on the RTS3916N only
supports mips1 or mips16 (https://pasteboard.co/IpsqN6GkBYAs.png).
I happened to have a mips sourcery toolchain installed on my
You're right. I didn't realize the RX5281 core on the RTS3916N only
supports mips1 or mips16 (https://pasteboard.co/IpsqN6GkBYAs.png).
I happened to have a mips sourcery toolchain installed on my
|
By
davis roman <davis.roman84@...>
·
#55689
·
|
|
Re: building image for Realtek RTS3916N mips SoC using vendor provided prebuilt external uClibc toolchain
Hi,
I’m guessing that your U-Boot config doesn’t set the correct MIPS architecture revision. The compiler error shows that you’re trying to assemble a MIPS32r1 instruction, but the compiler is
Hi,
I’m guessing that your U-Boot config doesn’t set the correct MIPS architecture revision. The compiler error shows that you’re trying to assemble a MIPS32r1 instruction, but the compiler is
|
By
Anders Montonen
·
#55688
·
|
|
Re: [meta-raspberrypi][PATCH] xserver-xorg: remove xshmfence configure option
Looked into xserver's meson.build: As soon as dri3 is added - which
we do - libxshmfence turns into a mandatory dependency. So this patch
is correct.
Somehow libxshmfence is added to sysroot - maybe
Looked into xserver's meson.build: As soon as dri3 is added - which
we do - libxshmfence turns into a mandatory dependency. So this patch
is correct.
Somehow libxshmfence is added to sysroot - maybe
|
By
Andreas Müller
·
#55687
·
|
|
Re: building image for Realtek RTS3916N mips SoC using vendor provided prebuilt external uClibc toolchain
Thanks Khem for confirming my suspicions.
I generated an internal mips toolchain built against musl and I tried
to compile u-boot but unfortunately, I'm getting "opcode not
supported" error messages.
Thanks Khem for confirming my suspicions.
I generated an internal mips toolchain built against musl and I tried
to compile u-boot but unfortunately, I'm getting "opcode not
supported" error messages.
|
By
davis roman <davis.roman84@...>
·
#55686
·
|
|
Re: unparsed line
#yocto
It looks like you have a dunfell yocto setup which doesn't support that new recipe syntax. Maybe you need to check out the dunfell branch of those meta layers to get them to be compatible.
Michael
It looks like you have a dunfell yocto setup which doesn't support that new recipe syntax. Maybe you need to check out the dunfell branch of those meta layers to get them to be compatible.
Michael
|
By
Michael Ho
·
#55685
·
|
|
Re: /bin/sh: 1: bison: not found while compiling own kernel module with poky-dunfell
#bitbake
hello,
try to add 'bison-native' to DEPENDS.
Am 29.12.21 um 07:16 schrieb prashantsingh@...:
hello,
try to add 'bison-native' to DEPENDS.
Am 29.12.21 um 07:16 schrieb prashantsingh@...:
|
By
Markus Volk
·
#55684
·
|
|
/bin/sh: 1: bison: not found while compiling own kernel module with poky-dunfell
#bitbake
hello team,
I'm trying to build my own kernel module with yocto for raspberry-pi kernel, but it's giving me error that "bison not found", as-
DEBUG: Executing shell function do_compile
NOTE: make -j
hello team,
I'm trying to build my own kernel module with yocto for raspberry-pi kernel, but it's giving me error that "bison not found", as-
DEBUG: Executing shell function do_compile
NOTE: make -j
|
By
@prashant2314
·
#55683
·
|
|
[meta-cgl-common][PATCH] pacemaker: use main branch
From: Mingli Yu <mingli.yu@...>
Use the main branch to fix do_fetch error.
Signed-off-by: Mingli Yu <mingli.yu@...>
---
meta-cgl-common/recipes-cgl/pacemaker/pacemaker_2.0.5.bb
From: Mingli Yu <mingli.yu@...>
Use the main branch to fix do_fetch error.
Signed-off-by: Mingli Yu <mingli.yu@...>
---
meta-cgl-common/recipes-cgl/pacemaker/pacemaker_2.0.5.bb
|
By
Yu, Mingli
·
#55682
·
|
|
Re: building image for Realtek RTS3916N mips SoC using vendor provided prebuilt external uClibc toolchain
We have dropped uclibc support long time ago so any effort to support uClibc based system will be a bit of work and we have also dropped stale patches from metadata so even if you are able to get
We have dropped uclibc support long time ago so any effort to support uClibc based system will be a bit of work and we have also dropped stale patches from metadata so even if you are able to get
|
By
Khem Raj
·
#55681
·
|
|
building image for Realtek RTS3916N mips SoC using vendor provided prebuilt external uClibc toolchain
Hi all,
I'm working on a project utilizing a Realtek RTS3916N mips SoC and as
part of Realtek's bsp offering, they provide their own fork of
buildroot packaged with their prebuilt binary toolchain.
I
Hi all,
I'm working on a project utilizing a Realtek RTS3916N mips SoC and as
part of Realtek's bsp offering, they provide their own fork of
buildroot packaged with their prebuilt binary toolchain.
I
|
By
davis roman <davis.roman84@...>
·
#55680
·
|
|
[meta-security][PATCH 2/2] meta-tpm: drop strongswan bbappends
Signed-off-by: Armin Kuster <akuster808@...>
---
...rmi-Only-build-if-libcharon-is-built.patch | 38 -------------------
.../strongswan/strongswan-tpm.inc | 12 ------
Signed-off-by: Armin Kuster <akuster808@...>
---
...rmi-Only-build-if-libcharon-is-built.patch | 38 -------------------
.../strongswan/strongswan-tpm.inc | 12 ------
|
By
Armin Kuster
·
#55679
·
|
|
[meta-security][PATCH 1/2] meta-integrity: drop strongswan bbappends
Signed-off-by: Armin Kuster <akuster808@...>
---
.../strongswan/strongswan-ima.inc | 61 -------------------
.../strongswan/strongswan_5.%.bbappend | 1 -
2 files changed,
Signed-off-by: Armin Kuster <akuster808@...>
---
.../strongswan/strongswan-ima.inc | 61 -------------------
.../strongswan/strongswan_5.%.bbappend | 1 -
2 files changed,
|
By
Armin Kuster
·
#55678
·
|