|
[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
·
|
|
[layerindex-web][PATCH 01/15] dockersetup.py: fix EMAIL_USE_SSL/TLS
Need to concatenate str(boolean), not bool
Signed-off-by: Tim Orling <timothy.t.orling@...>
---
dockersetup.py | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git
Need to concatenate str(boolean), not bool
Signed-off-by: Tim Orling <timothy.t.orling@...>
---
dockersetup.py | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git
|
By
Tim Orling
·
#54144
·
|
|
[layerindex-web][PATCH 00/15] Upgrade to Django 3.2.5 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.
Update to the current Django 3.2.5 LTS and
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.
Update to the current Django 3.2.5 LTS and
|
By
Tim Orling
·
#54143
·
|
|
Re: Exception: NotADirectoryError building Hardknott
How is your container filesystem setup/configured? It looks like the filesystem
isn't liking the build trying to create hardlinked files. It is odd it would
get as far as gmp-native before having
How is your container filesystem setup/configured? It looks like the filesystem
isn't liking the build trying to create hardlinked files. It is odd it would
get as far as gmp-native before having
|
By
Richard Purdie
·
#54142
·
|
|
Exception: NotADirectoryError building Hardknott
I can't seem to find any information about this error, but I keep getting variations of this when building hardknott:
Exception: NotADirectoryError: [Errno 20] Not a directory:
I can't seem to find any information about this error, but I keep getting variations of this when building hardknott:
Exception: NotADirectoryError: [Errno 20] Not a directory:
|
By
Simon Haines <simon.haines@...>
·
#54141
·
|
|
Re: [meta-security][PATCH] Do not use clang toolchain in Parsec recipes
Merged.
thanks
Armin
By
Armin Kuster
·
#54140
·
|
|
[meta-security][PATCH 2/2] suricata: Drop 4.1.x its EOL
Signed-off-by: Armin Kuster <akuster808@...>
---
...et-fix-build-on-recent-Linux-kernels.patch | 26 -
.../suricata/files/no_libhtp_build.patch | 38 -
Signed-off-by: Armin Kuster <akuster808@...>
---
...et-fix-build-on-recent-Linux-kernels.patch | 26 -
.../suricata/files/no_libhtp_build.patch | 38 -
|
By
Armin Kuster
·
#54139
·
|
|
[meta-security][PATCH 1/2] suricata.inc: exclude ppc in rust version
Signed-off-by: Armin Kuster <akuster808@...>
---
dynamic-layers/meta-rust/recipes-ids/suricata/suricata.inc | 2 ++
1 file changed, 2 insertions(+)
diff --git
Signed-off-by: Armin Kuster <akuster808@...>
---
dynamic-layers/meta-rust/recipes-ids/suricata/suricata.inc | 2 ++
1 file changed, 2 insertions(+)
diff --git
|
By
Armin Kuster
·
#54138
·
|
|
Re: valgrind failed do_compile during bitbake
It looks like you are just missing a soft-float library but I don't know
off-hand where that is.
We have a recent
It looks like you are just missing a soft-float library but I don't know
off-hand where that is.
We have a recent
|
By
Randy MacLeod
·
#54137
·
|
|
Re: Trying to get Kivy running on imx8 platform
#yocto
#linux
#imx8
Hi William,
For anyone else wondering what kivy is:
Kivy - Open source Python library for rapid development of applications
that make use of innovative user interfaces, such as multi-touch
Hi William,
For anyone else wondering what kivy is:
Kivy - Open source Python library for rapid development of applications
that make use of innovative user interfaces, such as multi-touch
|
By
Randy MacLeod
·
#54136
·
|
|
Building PostgreSQL extensions
Hi All,
We are currently trying to create a recipe for TimescaleDB and are
running into issues with the cmake build system that relies on
`pg_config` for configuration. We managed to get `pg_config`
Hi All,
We are currently trying to create a recipe for TimescaleDB and are
running into issues with the cmake build system that relies on
`pg_config` for configuration. We managed to get `pg_config`
|
By
Morgan Hill
·
#54135
·
|
|
#dahdi #asterisk #thud
#dahdi
#asterisk
#thud
Dear Team
I'm using poky-thud with meta-raspberrypi and meta-telephony, here I've installed dahdi-linux, dahdi-tools and asterisk 13.13.1, here in yocto image for raspberry pi kernel is 4.14.112
Dear Team
I'm using poky-thud with meta-raspberrypi and meta-telephony, here I've installed dahdi-linux, dahdi-tools and asterisk 13.13.1, here in yocto image for raspberry pi kernel is 4.14.112
|
By
@prashant2314
·
#54134
·
|
|
Re: [meta-zephyr][PATCH v4 1/2] zephyr-kernel-src.inc: Add backport patch for storage partition
Merged after minor changes.
Merged after minor changes.
|
By
Naveen Saini
·
#54133
·
|