Skip to content

Commit

Permalink
Update layers/meta-balena digest to 4c37653
Browse files Browse the repository at this point in the history
Update layers/meta-balena
Changelog-entry: Update layers/meta-balena to 4c376535a83f0b22b9757d835c4a7029cd758a77
  • Loading branch information
balena-renovate[bot] committed Jul 10, 2024
1 parent a91146a commit 5c0875b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion layers/meta-balena
Submodule meta-balena updated 72 files
+54 −0 .github/workflows/generic-amd64.yml
+54 −0 .github/workflows/genericx86-64.yml
+54 −0 .github/workflows/intel-nuc.yml
+11 −10 .github/workflows/meta-balena-esr.yml
+54 −0 .github/workflows/raspberrypi4-64.yml
+1 −1 .github/workflows/update-backports.yml
+3,256 −0 .versionbot/CHANGELOG.yml
+852 −0 CHANGELOG.md
+2 −1 README.md
+24 −12 contributing-device-support.md
+102 −0 docs/secure-boot-abstractions.md
+22 −8 docs/uefi-secure-boot.md
+29 −0 meta-balena-common/classes/balena-bootloader.bbclass
+2 −1 meta-balena-common/classes/image-balena.bbclass
+11 −2 meta-balena-common/classes/kernel-balena.bbclass
+15 −1 meta-balena-common/classes/sign-efi.bbclass
+40 −0 meta-balena-common/classes/sign-rsa.bbclass
+1 −1 meta-balena-common/conf/distro/include/balena-os.inc
+21 −0 meta-balena-common/conf/image-uefi.conf
+44 −0 meta-balena-common/recipes-bsp/grub/files/0001-Disable-mfpmath-sse-as-well-when-SSE-is-disabled.patch
+37 −0 meta-balena-common/recipes-bsp/grub/files/0001-RISC-V-Restore-the-typcast-to-long.patch
+54 −0 meta-balena-common/recipes-bsp/grub/files/0001-grub.d-10_linux.in-add-oe-s-kernel-name.patch
+34 −0 meta-balena-common/recipes-bsp/grub/files/autogen.sh-exclude-pc.patch
+2 −0 meta-balena-common/recipes-bsp/grub/files/cfg
+60 −0 meta-balena-common/recipes-bsp/grub/files/grub-module-explicitly-keeps-symbole-.module_license.patch
+32 −0 meta-balena-common/recipes-bsp/grub/grub-bootconf_1.00.bb
+6 −5 meta-balena-common/recipes-bsp/grub/grub-efi/0001-Add-dummyterm-module.patch
+105 −0 meta-balena-common/recipes-bsp/grub/grub-efi_2.12.bb
+86 −0 meta-balena-common/recipes-bsp/grub/grub2.inc
+41 −0 meta-balena-common/recipes-bsp/grub/grub_2.12.bb
+34 −13 meta-balena-common/recipes-connectivity/networkmanager/balena-files/90shared
+1 −1 meta-balena-common/recipes-containers/balena-supervisor/balena-supervisor.inc
+30 −8 meta-balena-common/recipes-containers/balena/balena/balena-healthcheck
+1 −1 meta-balena-common/recipes-containers/hostapp-update/files/hostapp-update
+7 −66 meta-balena-common/recipes-core/balena-rollback/files/rollback-health
+7 −1 meta-balena-common/recipes-core/images/balena-image-bootloader-initramfs.bb
+1 −1 meta-balena-common/recipes-core/images/balena-image.bb
+18 −22 meta-balena-common/recipes-core/initrdscripts/files/cryptsetup-efi-tpm
+5 −1 meta-balena-common/recipes-core/initrdscripts/files/fsuuidsinit
+22 −13 meta-balena-common/recipes-core/initrdscripts/files/kexec
+1 −1 meta-balena-common/recipes-core/initrdscripts/files/migrate
+1 −0 meta-balena-common/recipes-core/initrdscripts/initramfs-module-abroot_1.0.bb
+1 −0 meta-balena-common/recipes-core/packagegroups/packagegroup-resin.inc
+2 −0 meta-balena-common/recipes-core/systemd/systemd/resin_update_state_probe
+1 −1 meta-balena-common/recipes-kernel/peak/peak_8.17.0.bb
+0 −14 meta-balena-common/recipes-kernel/rtl8192cu/rtl8192cu_4.0.2_9000.bb
+11 −1 meta-balena-common/recipes-support/balena-keys/balena-db-hashes.bb
+171 −1 meta-balena-common/recipes-support/hostapp-update-hooks/files/0-signed-update
+11 −8 meta-balena-common/recipes-support/hostapp-update-hooks/files/1-bootfiles
+86 −0 meta-balena-common/recipes-support/hostapp-update-hooks/files/95-secureboot/1-fwd_commit_apply-dbx
+129 −0 meta-balena-common/recipes-support/hostapp-update-hooks/files/95-secureboot/2-fwd_commit_update-policy
+1 −1 meta-balena-common/recipes-support/hostapp-update-hooks/files/99-balena-bootloader
+27 −2 meta-balena-common/recipes-support/hostapp-update-hooks/files/hostapp-update-hooks
+14 −3 meta-balena-common/recipes-support/hostapp-update-hooks/hostapp-update-hooks.bb
+2 −1 meta-balena-common/recipes-support/os-helpers/os-helpers.bb
+42 −12 meta-balena-common/recipes-support/os-helpers/os-helpers/os-helpers-fs
+3 −1 meta-balena-common/recipes-support/os-helpers/os-helpers/os-helpers-sb
+153 −10 meta-balena-common/recipes-support/os-helpers/os-helpers/os-helpers-tpm2
+16 −9 meta-balena-common/recipes-support/resin-init/resin-init-flasher/balena-init-flasher-efi
+69 −4 meta-balena-common/recipes-support/resin-init/resin-init-flasher/balena-init-flasher-tpm
+4 −4 meta-balena-common/recipes-support/resin-init/resin-init-flasher/resin-init-flasher
+20 −0 meta-balena-common/recipes-support/tcgtool/tcgtool_git.bb
+1 −1 tests/leviathan
+32 −0 tests/suites/cloud/config.js
+33 −0 tests/suites/hup/config.js
+32 −0 tests/suites/os/config.js
+3 −3 tests/suites/os/tests/connectivity/index.js
+10 −5 tests/suites/os/tests/internet-sharing/index.js
+8 −7 tests/suites/os/tests/modem/index.js
+1 −1 tests/suites/os/tests/modem/modems.json
+10 −16 tests/suites/os/tests/safe-reboot/index.js
+205 −128 tests/suites/os/tests/secureboot/index.js

0 comments on commit 5c0875b

Please sign in to comment.