From: Reichel Andreas <[email protected]> This series creates a new meta-efibootguard layer that provides integration of efibootguard into existing yocto projects.
Signed-off-by: Andreas Reichel <[email protected]> Reichel Andreas (6): meta-efibootguard: Create basic recipe structure bbclass: Add efibootguard.bbclass wic: Add wic plugins for efibootguard efibootguard: Add bitbake recipe busybox: Add configure snippet for watchdog README.md: Add instructions COPYING.GPLv2 | 339 +++++++++++++++++++++ README.md | 78 +++++ meta-efibootguard/classes/efibootguard.bbclass | 88 ++++++ meta-efibootguard/conf/layer.conf | 18 ++ .../recipes-bsp/efibootguard/efibootguard.bb | 62 ++++ .../recipes-core/busybox/busybox_%.bbappend | 21 ++ .../recipes-core/busybox/files/watchdog.cfg | 1 + .../recipes-core/busybox/files/watchdog.sh | 17 ++ .../lib/wic/plugins/source/efibootguard-boot.py | 139 +++++++++ .../lib/wic/plugins/source/efibootguard-efi.py | 106 +++++++ 10 files changed, 869 insertions(+) create mode 100644 COPYING.GPLv2 create mode 100644 README.md create mode 100644 meta-efibootguard/classes/efibootguard.bbclass create mode 100644 meta-efibootguard/conf/layer.conf create mode 100644 meta-efibootguard/recipes-bsp/efibootguard/efibootguard.bb create mode 100644 meta-efibootguard/recipes-core/busybox/busybox_%.bbappend create mode 100644 meta-efibootguard/recipes-core/busybox/files/watchdog.cfg create mode 100644 meta-efibootguard/recipes-core/busybox/files/watchdog.sh create mode 100644 meta-efibootguard/scripts/lib/wic/plugins/source/efibootguard-boot.py create mode 100644 meta-efibootguard/scripts/lib/wic/plugins/source/efibootguard-efi.py -- 2.14.1 -- You received this message because you are subscribed to the Google Groups "EFI Boot Guard" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/efibootguard-dev/20170905123727.24381-1-andreas.reichel.ext%40siemens.com. For more options, visit https://groups.google.com/d/optout.
