-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update balena-yocto-scripts digest to 0cb57ae
Update balena-yocto-scripts Changelog-entry: Update balena-yocto-scripts to 0cb57aede8dea798c14ddfc6546525b920504970
- Loading branch information
1 parent
4a3a301
commit ff58a62
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule balena-yocto-scripts
updated
21 files
+4 −0 | .github/workflows/flowzone.yml | |
+151 −0 | .versionbot/CHANGELOG.yml | |
+39 −0 | CHANGELOG.md | |
+0 −1 | README.md | |
+1 −1 | VERSION | |
+0 −9 | automation/Dockerfile_balena-generate-ami-env | |
+1 −1 | automation/Dockerfile_balena-push-env | |
+0 −20 | automation/Dockerfile_yocto-block-build-env | |
+12 −2 | automation/Dockerfile_yocto-build-env | |
+0 −103 | automation/entry_scripts/balena-build-block.sh | |
+14 −0 | automation/entry_scripts/balena-deploy-block.sh | |
+1 −1 | automation/entry_scripts/balena-generate-ami.sh | |
+229 −1 | automation/include/balena-api.inc | |
+26 −56 | automation/include/balena-deploy.inc | |
+23 −28 | automation/include/balena-lib.inc | |
+0 −144 | automation/jenkins_build-blocks.sh | |
+0 −27 | automation/jenkins_build-containers.sh | |
+1 −1 | automation/jenkins_build.sh | |
+3 −3 | automation/jenkins_generate_ami.sh | |
+5 −5 | build/balena-build.sh | |
+28 −0 | docker-bake.hcl |