|
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
·
#55709
·
|
|
Re: libquadmath
I made some progress...
It turns out that libquadmath is failing to build.
When I goto the
I made some progress...
It turns out that libquadmath is failing to build.
When I goto the
|
By
staticd
·
#55708
·
|
|
Re: libquadmath
So, I built the latest poky and created the example recipe with the `DEPENDS` from my recipe and indeed, I see `libquadmath.so` in `sysroots-components/`.
I am really scratching my head now. I must
So, I built the latest poky and created the example recipe with the `DEPENDS` from my recipe and indeed, I see `libquadmath.so` in `sysroots-components/`.
I am really scratching my head now. I must
|
By
staticd
·
#55707
·
|
|
Re: libquadmath
Thank you, Konrad.
I have tried both of the approaches (local.conf and gcc-runtime_%.bbappend/gcc_%.bbappend), still `libquadmath.so` is not being built.
I will keep fiddling but I think we are onto
Thank you, Konrad.
I have tried both of the approaches (local.conf and gcc-runtime_%.bbappend/gcc_%.bbappend), still `libquadmath.so` is not being built.
I will keep fiddling but I think we are onto
|
By
staticd
·
#55706
·
|
|
Re: libquadmath
The following I just found in local.conf.sample.extended
# Enabling FORTRAN
# Note this is not officially supported and is just illustrated here to
# show an example of how it can be done
# You'll
The following I just found in local.conf.sample.extended
# Enabling FORTRAN
# Note this is not officially supported and is just illustrated here to
# show an example of how it can be done
# You'll
|
By
Konrad Weihmann <kweihmann@...>
·
#55705
·
|
|
Re: libquadmath
I think the reason of that is that fortran support isn't enabled in default gcc-runtime recipe.
from gcc-runtime.inc:
RUNTIMETARGET = "${RUNTIMELIBSSP} libstdc++-v3 libgomp libatomic
I think the reason of that is that fortran support isn't enabled in default gcc-runtime recipe.
from gcc-runtime.inc:
RUNTIMETARGET = "${RUNTIMELIBSSP} libstdc++-v3 libgomp libatomic
|
By
Konrad Weihmann <kweihmann@...>
·
#55704
·
|
|
Re: libquadmath
I think to clarify...what I need are these files:
--- snipped from gcc-runtime.inc ---
```
FILES_libquadmath = "${libdir}/libquadmath*.so.*"
SUMMARY_libquadmath = "GNU quad-precision math
I think to clarify...what I need are these files:
--- snipped from gcc-runtime.inc ---
```
FILES_libquadmath = "${libdir}/libquadmath*.so.*"
SUMMARY_libquadmath = "GNU quad-precision math
|
By
staticd
·
#55703
·
|
|
Re: libquadmath
Thank you, Michael.
I have `DEPENDS = "virtual/arm-oe-linux-gnueabi-compilerlibs"`
and `do_compile[depends] += "virtual/arm-oe-linux-gnueabi-compilerlibs:do_check"`
However, libquadmath.so is still
Thank you, Michael.
I have `DEPENDS = "virtual/arm-oe-linux-gnueabi-compilerlibs"`
and `do_compile[depends] += "virtual/arm-oe-linux-gnueabi-compilerlibs:do_check"`
However, libquadmath.so is still
|
By
staticd
·
#55702
·
|
|
Re: libquadmath
Not familiar with Fortran but maybe it helps to know that this is normally handled with the DEPENDS mechanism. When you add other recipes as dependencies to your recipe, the task
Not familiar with Fortran but maybe it helps to know that this is normally handled with the DEPENDS mechanism. When you add other recipes as dependencies to your recipe, the task
|
By
Michael Ho
·
#55701
·
|
|
libquadmath
okay...I think I have a more interesting question now...
In the package I am building I have some Fortran code that requires `libquadmath`
I see that `gcc-runtime` provides the library but I need the
okay...I think I have a more interesting question now...
In the package I am building I have some Fortran code that requires `libquadmath`
I see that `gcc-runtime` provides the library but I need the
|
By
staticd
·
#55700
·
|
|
[auto-upgrade-helper][PATCH] devtool: return both stdout and stderr
At some point devtool started printing to stderr, which means
patch rebase issues weren't anymore correctly caught, and bogus
updates were being sent out.
Signed-off-by: Alexander Kanavin
At some point devtool started printing to stderr, which means
patch rebase issues weren't anymore correctly caught, and bogus
updates were being sent out.
Signed-off-by: Alexander Kanavin
|
By
Alexander Kanavin
·
#55699
·
|
|
How to add WIFI debug tool to custom image
#raspberrypi
#ubuntu
#yocto
#devtool
#distro
Hello,
How can I add any generic WiFi debug tool to Yocto imgae?
Thanks
Mihir
Hello,
How can I add any generic WiFi debug tool to Yocto imgae?
Thanks
Mihir
|
By
mihirdave36@...
·
#55698
·
|
|
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
·
|