- Apr 19, 2023
-
-
Martyn Welch authored
Signed-off-by:
Martyn Welch <martyn.welch@collabora.com>
-
Martyn Welch authored
Add a few patches to improve support for the MAX96714F deserializer. This should be whats required to enable the test patterns to be captured. Signed-off-by:
Martyn Welch <martyn.welch@collabora.com>
-
Martyn Welch authored
We had previously integrated the v6 submission of CSI support of CSI support for the am625 upstream by TI. A much improved v7 series has been submitted, switch out the v6 series for this newer submission. Signed-off-by:
Martyn Welch <martyn.welch@collabora.com>
-
- Apr 17, 2023
-
-
Martyn Welch authored
Signed-off-by:
Martyn Welch <martyn.welch@collabora.com>
- Apr 05, 2023
-
-
Martyn Welch authored
Merge remote-tracking branch 'origin/apertis/v2024dev1' into proposed-updates/debian/bookworm/137bb6f7
-
- Mar 31, 2023
-
- Mar 21, 2023
-
-
Walter Lozano authored
Signed-off-by:
Walter Lozano <walter.lozano@collabora.com>
-
Apertis CI authored
Signed-off-by:
Ritesh Raj Sarraf <ritesh.sarraf@collabora.com>
-
Apertis CI authored
Signed-off-by:
Ritesh Raj Sarraf <ritesh.sarraf@collabora.com>
-
Because this file is generated during build. And as such, it shouldn't be revision controlled. Signed-off-by:
Ritesh Raj Sarraf <ritesh.sarraf@collabora.com>
- Mar 03, 2023
-
-
Signed-off-by:
Walter Lozano <walter.lozano@collabora.com>
-
In order to test newer version before they land in the main branches enable running tests on MR. Signed-off-by:
Walter Lozano <walter.lozano@collabora.com>
-
- Mar 01, 2023
-
- Feb 28, 2023
-
-
Martyn Welch authored
Signed-off-by:
Martyn Welch <martyn.welch@collabora.com>
-
Martyn Welch authored
Signed-off-by:
Martyn Welch <martyn.welch@collabora.com>
-
Martyn Welch authored
The example M4F firmware includes an IPC echo server. Add the ID used by this functionality to rpmsg_char to get everything setup automatically. Signed-off-by:
Martyn Welch <martyn.welch@collabora.com>
-
Martyn Welch authored
Signed-off-by:
Martyn Welch <martyn.welch@collabora.com>
-
Martyn Welch authored
Signed-off-by:
Martyn Welch <martyn.welch@collabora.com>
- Feb 24, 2023
-
- Feb 16, 2023
-
-
Martyn Welch authored
Signed-off-by:
Martyn Welch <martyn.welch@collabora.com>
-
Martyn Welch authored
Signed-off-by:
Martyn Welch <martyn.welch@collabora.com>
-
Martyn Welch authored
Signed-off-by:
Martyn Welch <martyn.welch@collabora.com>
-
- Feb 15, 2023
-
-
Martyn Welch authored
Signed-off-by:
Martyn Welch <martyn.welch@collabora.com>
-
Martyn Welch authored
Signed-off-by:
Martyn Welch <martyn.welch@collabora.com>
-
Martyn Welch authored
The xz compression is currently being configured to use a number of worker threads equal to the processors on the system being used. This is generally OK, however in some instances we compile packages on large machines, with as many as 160 CPU cores. This results in memory allocation issues: [ 1137s] find 'linux-source-6.1' \ [ 1137s] -name '*.pyc' -prune -o \ [ 1137s] -print0 | \ [ 1137s] sort -z | \ [ 1137s] tar --owner=root --group=root --numeric-owner \ [ 1137s] --no-recursion --null -T - -c | xz -T0 > 'linux-source-6.1.tar.xz' [ 1137s] xz: (stdin): Cannot allocate memory [ 1137s] make[2]: *** [debian/rules.real:84:debian/build/linux-source-6.1.tar.xz] Error 1 When we are setting the "parallel" setting in "DEB_BUILD_OPTIONS", use this to set the number of threads used for compression. Signed-off-by:
Martyn Welch <martyn.welch@collabora.com>
-
Martyn Welch authored
Signed-off-by:
Martyn Welch <martyn.welch@collabora.com>
- Feb 13, 2023
-
-
Martyn Welch authored
Signed-off-by:
Martyn Welch <martyn.welch@collabora.com>
-
Martyn Welch authored
-
- Feb 10, 2023
-
-
Martyn Welch authored
Apertis is currently still using gcc-10. A few references to gcc-12 were missed in the last merge, resulting in packages with "gcc-12" in their names being generated and the following error when attempting to install `linux-headers-6.1.0-0.deb11.2-amd64`: 2023/02/10 03:20:52 apt | The following packages have unmet dependencies: 2023/02/10 03:20:52 apt | linux-headers-6.1.0-0.deb11.2-amd64 : Depends: linux-compiler-gcc-10-x86 but it is not installable 2023/02/10 03:20:52 apt | E: Unable to correct problems, you have held broken packages. Fix the references so that packages with the correct "gcc-10" naming are generated, resolving the installation issue. Signed-off-by:
Martyn Welch <martyn.welch@collabora.com>