|
Enhancements/Bugs closed WW29!
All,
The below were the owners of enhancements or bugs closed during the last
All,
The below were the owners of enhancements or bugs closed during the last
|
By
Stephen Jolley
·
#54164
·
|
|
Current high bug count owners for Yocto Project 3.4
All,
Below is the list as of top 50 bug owners as of the end of WW29 of who have open medium or higher bugs and enhancements against YP 3.4. There are 72 possible work days left until the final
All,
Below is the list as of top 50 bug owners as of the end of WW29 of who have open medium or higher bugs and enhancements against YP 3.4. There are 72 possible work days left until the final
|
By
Stephen Jolley
·
#54163
·
|
|
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
·
#54162
·
|
|
[PATCH v2] Add a new variable:'BB_FETCH_ENV' to export Fetcher env
From 59ed46416217e0c0b44203bc58e472e4068dba83 Mon Sep 17 00:00:00 2001
From: Mingrui Ren <jiladahe1997@...>
Date: Mon, 19 Jul 2021 23:02:19 +0800
Subject: [PATCH v2] Add a new
From 59ed46416217e0c0b44203bc58e472e4068dba83 Mon Sep 17 00:00:00 2001
From: Mingrui Ren <jiladahe1997@...>
Date: Mon, 19 Jul 2021 23:02:19 +0800
Subject: [PATCH v2] Add a new
|
By
Mingrui Ren
·
#54161
·
|
|
#yocto
#yocto
What flag do I set in order to keep the source code for a recipe being built within the build tree after compilation ?
Thanks,
Steve
What flag do I set in order to keep the source code for a recipe being built within the build tree after compilation ?
Thanks,
Steve
|
By
Monsees, Steven C (US)
·
#54160
·
|
|
[meta-zephyr][PATCH] intel-x86-32.conf: drop machine configuration
Support for 'minnowboard' and 'up_squared_32' BOARDS have been
Support for 'minnowboard' and 'up_squared_32' BOARDS have been
|
By
Naveen Saini
·
#54159
·
|
|
[layerindex-web][PATCH 15/15] README.devel: update versions
This updated code-base should be compatible with
Django 3.1 and obviously 3.2 (but not 3.0 or earlier).
Django 3.2 requires Python 3.6+.
With the upgrade to Celery 5, it is safer to
This updated code-base should be compatible with
Django 3.1 and obviously 3.2 (but not 3.0 or earlier).
Django 3.2 requires Python 3.6+.
With the upgrade to Celery 5, it is safer to
|
By
Tim Orling
·
#54158
·
|
|
[layerindex-web][PATCH 14/15] docker-compose: fix celery
In celery 5, the --workdir argument must come
before the 'worker' subcommand.
Without this, celery cannot load the layerindex
module and this causes the celery container to
continually
In celery 5, the --workdir argument must come
before the 'worker' subcommand.
Without this, celery cannot load the layerindex
module and this causes the celery container to
continually
|
By
Tim Orling
·
#54157
·
|
|
[layerindex-web][PATCH 13/15] settings: set DEFAULT_AUTO_FIELD
New in Django 3.2
To quiet warnings, set DEFAULT_AUTO_FIELD to the
default value 'django.db.models.AutoField'
NOTE: The default value for newly created Django 3.2
projects is
New in Django 3.2
To quiet warnings, set DEFAULT_AUTO_FIELD to the
default value 'django.db.models.AutoField'
NOTE: The default value for newly created Django 3.2
projects is
|
By
Tim Orling
·
#54156
·
|
|
[layerindex-web][PATCH 12/15] 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 <timothy.t.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 <timothy.t.orling@...>
---
requirements.txt | 2 +-
1 file changed, 1 insertion(+), 1
|
By
Tim Orling
·
#54155
·
|
|
[layerindex-web][PATCH 11/15] about.html: update contributors
* Add
- Amber Elliot
- Tim Orling
Signed-off-by: Tim Orling <timothy.t.orling@...>
---
templates/layerindex/about.html | 2 ++
1 file changed, 2 insertions(+)
diff --git
* Add
- Amber Elliot
- Tim Orling
Signed-off-by: Tim Orling <timothy.t.orling@...>
---
templates/layerindex/about.html | 2 ++
1 file changed, 2 insertions(+)
diff --git
|
By
Tim Orling
·
#54154
·
|
|
[layerindex-web][PATCH 10/15] 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
·
#54153
·
|
|
[layerindex-web][PATCH 09/15] 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 <timothy.t.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 <timothy.t.orling@...>
---
docker-compose.yml | 2 +-
1 file
|
By
Tim Orling
·
#54152
·
|
|
[layerindex-web][PATCH 08/15] requirements.txt: bump to Django 3.1
Another incremental upgrade towards 3.2 LTS
Signed-off-by: Tim Orling <timothy.t.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 <timothy.t.orling@...>
---
requirements.txt | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
|
By
Tim Orling
·
#54151
·
|
|
[layerindex-web][PATCH 07/15] 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
·
#54150
·
|
|
[layerindex-web][PATCH 06/15] requirements.txt: bump to Django 3.0
Incremental upgrade towards 3.2 LTS version.
Signed-off-by: Tim Orling <timothy.t.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 <timothy.t.orling@...>
---
requirements.txt | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
|
By
Tim Orling
·
#54149
·
|
|
[layerindex-web][PATCH 05/15] layerindex/*: make all shebangs python3
Several scripts still had /usr/bin/env python
Signed-off-by: Tim Orling <timothy.t.orling@...>
---
layerindex/bulkchange.py | 2 +-
layerindex/recipedesc.py |
Several scripts still had /usr/bin/env python
Signed-off-by: Tim Orling <timothy.t.orling@...>
---
layerindex/bulkchange.py | 2 +-
layerindex/recipedesc.py |
|
By
Tim Orling
·
#54148
·
|
|
[layerindex-web][PATCH 04/15] dockersetup.py: letsencrypt 2048 bit rsa
The minimum length for an RSA pem is 2048 for the dummy cert.
Signed-off-by: Tim Orling <timothy.t.orling@...>
---
dockersetup.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff
The minimum length for an RSA pem is 2048 for the dummy cert.
Signed-off-by: Tim Orling <timothy.t.orling@...>
---
dockersetup.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff
|
By
Tim Orling
·
#54147
·
|
|
[layerindex-web][PATCH 03/15] Dockerfile: cleanup, install python3-wheel
Remove duplicate python3-pip, etc. lines
Need python3-wheel for bdist_wheel command
Signed-off-by: Tim Orling <timothy.t.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 <timothy.t.orling@...>
---
Dockerfile | 4 +---
1 file changed, 1 insertion(+), 3
|
By
Tim Orling
·
#54146
·
|
|
[layerindex-web][PATCH 02/15] requirements.txt: fix range check
The range check needs a comma between >=2.2 and <2.3,
otherwise we end up with Django 3.2.5 installed and
we are not ready for that yet.
Signed-off-by: Tim Orling <timothy.t.orling@...>
---
The range check needs a comma between >=2.2 and <2.3,
otherwise we end up with Django 3.2.5 installed and
we are not ready for that yet.
Signed-off-by: Tim Orling <timothy.t.orling@...>
---
|
By
Tim Orling
·
#54145
·
|