On 2017-09-07 11:06, [ext] Andreas J. Reichel wrote: > From: Andreas Reichel <[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]> > > Andreas Reichel (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 +++++ > classes/efibootguard.bbclass | 86 ++++++ > conf/layer.conf | 18 ++ > recipes-bsp/efibootguard/efibootguard.bb | 63 ++++ > recipes-core/busybox/busybox_%.bbappend | 22 ++ > recipes-core/busybox/files/watchdog.cfg | 1 + > recipes-core/busybox/files/watchdog.sh | 17 ++ > .../lib/wic/plugins/source/efibootguard-boot.py | 140 +++++++++ > scripts/lib/wic/plugins/source/efibootguard-efi.py | 107 +++++++ > 10 files changed, 871 insertions(+) > create mode 100644 COPYING.GPLv2 > create mode 100644 README.md > create mode 100644 classes/efibootguard.bbclass > create mode 100644 conf/layer.conf > create mode 100644 recipes-bsp/efibootguard/efibootguard.bb > create mode 100644 recipes-core/busybox/busybox_%.bbappend > create mode 100644 recipes-core/busybox/files/watchdog.cfg > create mode 100644 recipes-core/busybox/files/watchdog.sh > create mode 100644 scripts/lib/wic/plugins/source/efibootguard-boot.py > create mode 100644 scripts/lib/wic/plugins/source/efibootguard-efi.py >
Thanks, pushed as master to https://github.com/siemens/meta-efibootguard. We should probably like to this from efibootguard as well. Jan -- Siemens AG, Corporate Technology, CT RDA ITP SES-DE Corporate Competence Center Embedded Linux -- 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/7266cedd-72db-29d5-187a-4ada37f20bdc%40siemens.com. For more options, visit https://groups.google.com/d/optout.
