Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release v2.6 #250

Merged
merged 306 commits into from
Aug 30, 2024
Merged

Release v2.6 #250

merged 306 commits into from
Aug 30, 2024

Conversation

microhobby
Copy link
Collaborator

No description provided.

These does not make sense to be in the repository

Signed-off-by: Matheus Castello <[email protected]>
Now we have commands to list and apply Device Tree Overlays

Signed-off-by: Matheus Castello <[email protected]>
Now it will be called torizon-dev, this is a breaking change, but it
was never released, so it is safe to do it now.

Signed-off-by: Matheus Castello <[email protected]>
Let's accept the overlays as a parameter instead of using Read-Host

Signed-off-by: Matheus Castello <[email protected]>
…ease

This change makes the framebuffer backend the default for the release
builds. This is because the DRM backend is not working properly on
Avalonia for all the hardware, and the framebuffer backend is more
stable and works on all the hardware.

Signed-off-by: Matheus Castello <[email protected]>
The command to clear the framebuffer always will return an error,
so we need to add ; true to the end of the command to avoid
the task to fail.

Signed-off-by: Matheus Castello <[email protected]>
This task will open the project specific documentation in a new tab
without the need to open the project documentation file first.

Signed-off-by: Matheus Castello <[email protected]>
The Avalonia VS Code extension needs this to correctly show the preview

Signed-off-by: Matheus Castello <[email protected]>
The pre-cleanup task was changed to clean the service of the application
on the target (default device) and does not down the dependencies.

Signed-off-by: Matheus Castello <[email protected]>
The docker copy has two steps, compress and decompress, and it is
slow. This commit tries to use rsync to copy the files to the
Torizon device. The rsync command is added to the deploy-torizon-arm,
deploy-torizon-arm64, and deploy-torizon-amd64 tasks in the
dotnetAvalonia project.

Signed-off-by: Matheus Castello <[email protected]>
They continue to add configuration to use the dev kit instead of the
C# extension, but the C# extension is the recommended one for this one
at least. So, let's update it once more.

Signed-off-by: Matheus Castello <[email protected]>
This fixes the framebuffer rendering on Linux.

Signed-off-by: Matheus Castello <[email protected]>
microhobby and others added 26 commits August 29, 2024 17:12
Signed-off-by: Matheus Castello <[email protected]>
…arch

This is not needed in the case of the createDockerComposeProduction
because there is cases where the right values will be set.

Signed-off-by: Matheus Castello <[email protected]>
When running the tcb in a docker-in-docker environment, the workdir
mount point is not found, because the github actions runner sandbox
the runner by re-writing the absolute path to a different location.
So, first we need to get the absolute path of the workspace and then
store it in a file called abs-path, so we can use get the path from
the file and use it as the workdir mount point.

Reported-by: @dk-coligo
Related-to: #202
Signed-off-by: Matheus Castello <[email protected]>
If the template had no README.md file in the .doc folder before
the projectUpdater script would fail to copy the README.md file
to the project folder. This commit changes the script to copy
the entire .doc folder instead of just the README.md file.

Signed-off-by: Matheus Castello <[email protected]>
Signed-off-by: Andre Riesco <[email protected]>
As tcb-unpack is on the dependsOn of tcb-platform-push-ostree, removing
it from the Github Actions pipeline to avoid running it duplicated.

Signed-off-by: Andre Riesco <[email protected]>
projectUpdater: Better fix .doc copy and tcb template minor fixes
@microhobby microhobby added this to the v2.6.0 milestone Aug 30, 2024
@microhobby microhobby requested a review from andreriesco August 30, 2024 20:49
@microhobby microhobby self-assigned this Aug 30, 2024
@andreriesco andreriesco merged commit 4d76678 into bookworm Aug 30, 2024
10 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants