-
Notifications
You must be signed in to change notification settings - Fork 5
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 7736d38
Update balena-yocto-scripts Changelog-entry: Update balena-yocto-scripts to 7736d3807540afb6646b435117bffa2377ac0156
- Loading branch information
1 parent
e62ffa5
commit 55d12e0
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule balena-yocto-scripts
updated
24 files
+36 −0 | .github/workflows/README.md | |
+4 −0 | .github/workflows/flowzone.yml | |
+61 −0 | .github/workflows/generic-amd64.yml | |
+1,180 −0 | .github/workflows/yocto-build-deploy.yml | |
+825 −43 | .versionbot/CHANGELOG.yml | |
+208 −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 | |
+13 −16 | automation/Dockerfile_yocto-build-env | |
+0 −103 | automation/entry_scripts/balena-build-block.sh | |
+1 −1 | automation/entry_scripts/balena-generate-ami.sh | |
+1 −1 | automation/include/balena-api.inc | |
+31 −56 | automation/include/balena-deploy.inc | |
+25 −30 | 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 | |
+6 −3 | automation/jenkins_generate_ami.sh | |
+5 −5 | build/balena-build.sh | |
+18 −0 | docker-bake.hcl | |
+1 −1 | renovate.json |