-
Notifications
You must be signed in to change notification settings - Fork 25
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
Release v2.6 #250
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
These does not make sense to be in the repository Signed-off-by: Matheus Castello <[email protected]>
Signed-off-by: Matheus Castello <[email protected]>
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]>
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]>
Signed-off-by: Matheus Castello <[email protected]>
Signed-off-by: Matheus Castello <[email protected]>
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]>
Signed-off-by: Matheus Castello <[email protected]>
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]>
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]>
Signed-off-by: Matheus Castello <[email protected]>
Signed-off-by: Matheus Castello <[email protected]>
Signed-off-by: Matheus Castello <[email protected]>
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]>
Signed-off-by: Matheus Castello <[email protected]>
Signed-off-by: Matheus Castello <[email protected]>
This fixes the framebuffer rendering on Linux. Signed-off-by: Matheus Castello <[email protected]>
Signed-off-by: Matheus Castello <[email protected]>
Signed-off-by: Matheus Castello <[email protected]>
Signed-off-by: Matheus Castello <[email protected]>
Signed-off-by: Matheus Castello <[email protected]>
Signed-off-by: Matheus Castello <[email protected]>
Signed-off-by: Matheus Castello <[email protected]>
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]>
Signed-off-by: Andre Riesco <[email protected]>
Signed-off-by: Andre Riesco <[email protected]>
Signed-off-by: Andre Riesco <[email protected]>
Signed-off-by: Andre Riesco <[email protected]>
Signed-off-by: Andre Riesco <[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]>
projectUpdater: Fix .doc copy
Signed-off-by: Andre Riesco <[email protected]>
Signed-off-by: Andre Riesco <[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]>
Signed-off-by: Andre Riesco <[email protected]>
projectUpdater: Better fix .doc copy and tcb template minor fixes
Next to Dev
Signed-off-by: Matheus Castello <[email protected]>
Signed-off-by: Matheus Castello <[email protected]>
Signed-off-by: Matheus Castello <[email protected]>
Signed-off-by: Matheus Castello <[email protected]>
Signed-off-by: Matheus Castello <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.