|
[layerindex][PATCH v2 10/18] requirements.txt: bump to Django 3.2 LTS
Upgrade to the latest Django 3.2.x LTS for
extended support up until April 2024.
Signed-off-by: Tim Orling <tim.orling@...>
---
requirements.txt | 2 +-
1 file changed, 1 insertion(+), 1
Upgrade to the latest Django 3.2.x LTS for
extended support up until April 2024.
Signed-off-by: Tim Orling <tim.orling@...>
---
requirements.txt | 2 +-
1 file changed, 1 insertion(+), 1
|
By
Tim Orling
·
#55861
·
|
|
[layerindex][PATCH v2 09/18] requirements.txt: update all to latest
Since we are on a "modern" version of Python in
Debian buster container (3.7) and a modern version
of Django (3.1.x) we should be able to run with
the latest of all dependencies.
Signed-off-by: Tim
Since we are on a "modern" version of Python in
Debian buster container (3.7) and a modern version
of Django (3.1.x) we should be able to run with
the latest of all dependencies.
Signed-off-by: Tim
|
By
Tim Orling
·
#55860
·
|
|
[layerindex][PATCH v2 08/18] docker-compose: bump mariadb to 10.3
10.2 was based on Ubuntu bionic 18.04,
bumping to 10.3 as it is the first release
on Ubuntu focal 20.04
Signed-off-by: Tim Orling <tim.orling@...>
---
docker-compose.yml | 2 +-
1 file
10.2 was based on Ubuntu bionic 18.04,
bumping to 10.3 as it is the first release
on Ubuntu focal 20.04
Signed-off-by: Tim Orling <tim.orling@...>
---
docker-compose.yml | 2 +-
1 file
|
By
Tim Orling
·
#55859
·
|
|
[layerindex][PATCH v2 07/18] requirements.txt: bump to Django 3.1
Another incremental upgrade towards 3.2 LTS
Signed-off-by: Tim Orling <tim.orling@...>
---
requirements.txt | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
Another incremental upgrade towards 3.2 LTS
Signed-off-by: Tim Orling <tim.orling@...>
---
requirements.txt | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
|
By
Tim Orling
·
#55858
·
|
|
[layerindex][PATCH v2 06/18] Updates for Django 3.0
* Update requirements.txt versions
- Mostly update to latest pre-Django 3.1 versions
* Fix deprecated axes.backends.AxesModelBackend
- settings.py
- docker/settings.py
* Fix template syntax
* Update requirements.txt versions
- Mostly update to latest pre-Django 3.1 versions
* Fix deprecated axes.backends.AxesModelBackend
- settings.py
- docker/settings.py
* Fix template syntax
|
By
Tim Orling
·
#55857
·
|
|
[layerindex][PATCH v2 05/18] requirements.txt: bump to Django 3.0
Incremental upgrade towards 3.2 LTS version.
Signed-off-by: Tim Orling <tim.orling@...>
---
requirements.txt | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
Incremental upgrade towards 3.2 LTS version.
Signed-off-by: Tim Orling <tim.orling@...>
---
requirements.txt | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
|
By
Tim Orling
·
#55856
·
|
|
[layerindex][PATCH v2 04/18] layerindex/*: make all shebangs python3
Several scripts still had /usr/bin/env python
Signed-off-by: Tim Orling <tim.orling@...>
---
layerindex/bulkchange.py | 2 +-
layerindex/recipedesc.py | 2
Several scripts still had /usr/bin/env python
Signed-off-by: Tim Orling <tim.orling@...>
---
layerindex/bulkchange.py | 2 +-
layerindex/recipedesc.py | 2
|
By
Tim Orling
·
#55855
·
|
|
[layerindex][PATCH v2 03/18] dockersetup.py: letsencrypt 2048 bit rsa
The minimum length for an RSA pem is 2048 for the dummy cert.
Signed-off-by: Tim Orling <tim.orling@...>
---
dockersetup.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
The minimum length for an RSA pem is 2048 for the dummy cert.
Signed-off-by: Tim Orling <tim.orling@...>
---
dockersetup.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
|
By
Tim Orling
·
#55854
·
|
|
[layerindex][PATCH v2 02/18] Dockerfile: cleanup, install python3-wheel
Remove duplicate python3-pip, etc. lines
Need python3-wheel for bdist_wheel command
Signed-off-by: Tim Orling <tim.orling@...>
---
Dockerfile | 4 +---
1 file changed, 1 insertion(+), 3
Remove duplicate python3-pip, etc. lines
Need python3-wheel for bdist_wheel command
Signed-off-by: Tim Orling <tim.orling@...>
---
Dockerfile | 4 +---
1 file changed, 1 insertion(+), 3
|
By
Tim Orling
·
#55853
·
|
|
[layerindex][PATCH v2 01/18] dockersetup.py: fix EMAIL_USE_SSL/TLS
From: Tim Orling <timothy.t.orling@...>
Need to concatenate str(boolean), not bool
Signed-off-by: Tim Orling <timothy.t.orling@...>
---
dockersetup.py | 4 ++--
1 file changed, 2
From: Tim Orling <timothy.t.orling@...>
Need to concatenate str(boolean), not bool
Signed-off-by: Tim Orling <timothy.t.orling@...>
---
dockersetup.py | 4 ++--
1 file changed, 2
|
By
Tim Orling
·
#55852
·
|
|
[layerindex][PATCH v2 00/18] Upgrade to Django 3.2 LTS and Celery 5
The current code base uses Django 2.2.x which will go out of extended
support in April 2022, but also holds us back from updating a number of
dependencies and is currently failing to update
The current code base uses Django 2.2.x which will go out of extended
support in April 2022, but also holds us back from updating a number of
dependencies and is currently failing to update
|
By
Tim Orling
·
#55851
·
|
|
Installing specific systemd service file according to selected distro
Hello,
I have a recipe that contains two service files( A and B) and I build
for two distros where each include the foo recipe.
When I build for distro A, I need to use foo's service file A but
Hello,
I have a recipe that contains two service files( A and B) and I build
for two distros where each include the foo recipe.
When I build for distro A, I need to use foo's service file A but
|
By
davis roman <davis.roman84@...>
·
#55850
·
|
|
Re: [OE-core] Question of Yocto dunfell LTS period
I believe this would also help if the website (releases page) and/or
official documentation carried such information.
Thanks for raising this concern!
Cheers
Michael.
--
Michael Opdenacker,
I believe this would also help if the website (releases page) and/or
official documentation carried such information.
Thanks for raising this concern!
Cheers
Michael.
--
Michael Opdenacker,
|
By
Michael Opdenacker
·
#55849
·
|
|
Re: [OE-core] Question of Yocto dunfell LTS period
I received the answer to this question in IRC on 10/29/2021.
16:06 <jatedev> I saw a wiki edit that said dunfell's LTS period is now through April 2024, but I've seen no announcements. Any truth to
I received the answer to this question in IRC on 10/29/2021.
16:06 <jatedev> I saw a wiki edit that said dunfell's LTS period is now through April 2024, but I've seen no announcements. Any truth to
|
By
Jate Sujjavanich
·
#55848
·
|
|
Question of Yocto dunfell LTS period
Dear folks,
I found the lts period of Yocto dunfell has been extended from 2022.04 to
2024.04[1].
AFAIK, a Yocto LTS version has 2 years period. I tried to find any notice
regarding this but I just
Dear folks,
I found the lts period of Yocto dunfell has been extended from 2022.04 to
2024.04[1].
AFAIK, a Yocto LTS version has 2 years period. I tried to find any notice
regarding this but I just
|
By
Chanho Park
·
#55847
·
|
|
Re: Red alert but apparently harmless setscene errors
Richard Purdie <richard.purdie@...> escreveu no dia quinta, 13/01/2022 à(s) 21:53:
During the last yocto project summit 2021.11 I have submitted a patch
to reduce the time needed for handling the
Richard Purdie <richard.purdie@...> escreveu no dia quinta, 13/01/2022 à(s) 21:53:
During the last yocto project summit 2021.11 I have submitted a patch
to reduce the time needed for handling the
|
By
Jose Quaresma
·
#55846
·
|
|
Re: [meta-zephyr][PATCH v3] meta-zephyr-bsp: Add autogenerated machines.
I'm still seeing errors:
TUNE_ARCH is unset. Please ensure your MACHINE configuration includes
a valid tune configuration file which will set this correctly.
Error, the PACKAGE_ARCHS variable (all any
I'm still seeing errors:
TUNE_ARCH is unset. Please ensure your MACHINE configuration includes
a valid tune configuration file which will set this correctly.
Error, the PACKAGE_ARCHS variable (all any
|
By
Jon Mason
·
#55845
·
|
|
Re: Red alert but apparently harmless setscene errors
That is useful to debug it but suggests there is an issue with concurrent
connections to the YP server.
I think we should have an open bug and get Michael Halstead's input on this.
Cheers,
Richard
That is useful to debug it but suggests there is an issue with concurrent
connections to the YP server.
I think we should have an open bug and get Michael Halstead's input on this.
Cheers,
Richard
|
By
Richard Purdie
·
#55844
·
|
|
wic create mkhybridiso core-image-minimal failure (honister)
I'm new to Yocto so this may be simple operator input.
I built a qemux86-64 image with core-image-minimal using the honister branch of a day or so ago. The build finishes fine, however trying to
I'm new to Yocto so this may be simple operator input.
I built a qemux86-64 image with core-image-minimal using the honister branch of a day or so ago. The build finishes fine, however trying to
|
By
bgctkd@...
·
#55843
·
|
|
Re: problem with interpreter
Thanks man, I appreciate it. After reading your response, I understood the issue and was able to create a bunch of patches to mak it work.
Thanks man, I appreciate it. After reading your response, I understood the issue and was able to create a bunch of patches to mak it work.
|
By
swhite <r.spencer.white@...>
·
#55842
·
|