|
Re: updating system with local time
Just use something like NTP to sync the local time. There's a number
of recipes that can do this, such as systemd/ntp/ntpdate.
Ross
Just use something like NTP to sync the local time. There's a number
of recipes that can do this, such as systemd/ntp/ntpdate.
Ross
|
By
Ross Burton <ross@...>
·
#55715
·
|
|
updating system with local time
Hi,
Is there any way to update my Read Only system (which connected to the world via cellular) with local time?
Im able to get the local time zone from ip lookup ... but can't use it to update the
Hi,
Is there any way to update my Read Only system (which connected to the world via cellular) with local time?
Im able to get the local time zone from ip lookup ... but can't use it to update the
|
By
Arik Kleiman
·
#55714
·
|
|
[yocto-autobuilder2][PATCH] config.py: enable fedora34 for hardknott
Signed-off-by: Anuj Mittal <anuj.mittal@...>
---
config.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/config.py b/config.py
index 5b21095..ea042c6 100644
---
Signed-off-by: Anuj Mittal <anuj.mittal@...>
---
config.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/config.py b/config.py
index 5b21095..ea042c6 100644
---
|
By
Anuj Mittal
·
#55713
·
|
|
M+ & H bugs with Milestone Movements WW01
All,
YP M+ or high bugs which moved to a new milestone in WW01 are listed below:
Priority
Bug ID
Short Description
Changer
Owner
Was
Became
Medium+
5322
Global DNS fallback mechanism not
All,
YP M+ or high bugs which moved to a new milestone in WW01 are listed below:
Priority
Bug ID
Short Description
Changer
Owner
Was
Became
Medium+
5322
Global DNS fallback mechanism not
|
By
Stephen Jolley
·
#55712
·
|
|
Current high bug count owners for Yocto Project 3.5
All,
Below is the list as of top 44 bug owners as of the end of WW01 of who have open medium or higher bugs and enhancements against YP 3.5. There are 81 possible work days left until the final
All,
Below is the list as of top 44 bug owners as of the end of WW01 of who have open medium or higher bugs and enhancements against YP 3.5. There are 81 possible work days left until the final
|
By
Stephen Jolley
·
#55711
·
|
|
Reminder: Yocto Project Technical Team Meeting @ Monthly from 8am on the first Tuesday (PDT)
All,
Just a reminder we will hold the monthly Yocto Project Technical Meeting at 8am PST tomorrow. (1/4)
Yocto Project Technical Team Meeting: We encourage people attending the meeting to
All,
Just a reminder we will hold the monthly Yocto Project Technical Meeting at 8am PST tomorrow. (1/4)
Yocto Project Technical Team Meeting: We encourage people attending the meeting to
|
By
Stephen Jolley
·
#55710
·
|
|
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
·
|