Skip to content

Commit

Permalink
Update layers/meta-balena digest to 25e216d
Browse files Browse the repository at this point in the history
Update layers/meta-balena
Changelog-entry: Update layers/meta-balena to 25e216d91a0fcb47eca6bd79acf4f47ef4f627ae
  • Loading branch information
balena-renovate[bot] authored Jan 16, 2025
1 parent 7c3f232 commit 1cbe25b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion layers/meta-balena
Submodule meta-balena updated 28 files
+1 −1 .github/workflows/generic-aarch64.yml
+1 −1 .github/workflows/generic-amd64.yml
+1 −1 .github/workflows/genericx86-64-ext.yml
+1 −0 .github/workflows/iot-gate-imx8.yml
+2 −2 .github/workflows/meta-balena-esr.yml
+944 −0 .versionbot/CHANGELOG.yml
+292 −0 CHANGELOG.md
+35 −0 README.md
+14 −2 meta-balena-common/classes/kernel-balena.bbclass
+40 −0 meta-balena-common/classes/sign-digest.bbclass
+1 −1 meta-balena-common/conf/distro/include/balena-os.inc
+1 −1 meta-balena-common/recipes-containers/balena-supervisor/balena-supervisor.inc
+4 −1 meta-balena-common/recipes-core/images/balena-image-flasher.bb
+1 −0 meta-balena-common/recipes-core/images/balena-image-initramfs.bb
+20 −2 meta-balena-common/recipes-core/images/balena-image.bb
+58 −0 meta-balena-common/recipes-core/initrdscripts/files/zram
+7 −0 meta-balena-common/recipes-core/initrdscripts/initramfs-framework_%.bbappend
+1 −1 meta-balena-common/recipes-kernel/peak/peak_8.19.0.bb
+3 −1 meta-balena-common/recipes-support/hostapp-update-hooks/hostapp-update-hooks.bb
+19 −0 meta-balena-common/recipes-support/os-helpers/os-helpers/os-helpers-fs
+75 −2 meta-balena-common/recipes-support/resin-init/resin-init-flasher/resin-init-flasher
+37 −0 meta-balena-common/recipes-support/usb-modeswitch/files/use_local_libjim_static_library.patch
+9 −0 meta-balena-common/recipes-support/usb-modeswitch/usb-modeswitch_%.bbappend
+3 −4 meta-balena-common/recipes-support/usb-modeswitch/usb-modeswitch_2.6.1.bb
+1 −1 tests/leviathan
+20 −8 tests/suites/hup/tests/rollbacks.js
+163 −41 tests/suites/os/tests/secureboot/index.js
+1 −1 tests/suites/os/tests/secureboot/kernel-module-build

0 comments on commit 1cbe25b

Please sign in to comment.