Hi,

offline this questions came up. It might be useful to discuss it here further:

Should 'meta-efibootguard' provide a integration so that it can be tested with qemu_x86 in a core-image-minimal? Maybe also a slightly bigger example image with a small script that overwrites/updates the other partition?

If yes, then then it the 'kas.yml' might still be useful. Maybe rename it to 'kas-example.yml' or similar.

This does not need to be part of this patch set.

Cheers,
Claudius

On 08/30/2017 01:29 PM, [ext] Reichel Andreas wrote:
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                                          |  46 +++
  classes/efibootguard.bbclass                       |  78 +++++
  conf/layer.conf                                    |  11 +
  kas.yml                                            |   6 +
  recipes-bsp/efibootguard/efibootguard.bb           |  52 ++++
  recipes-core/busybox/busybox_%.bbappend            |  11 +
  recipes-core/busybox/files/watchdog.cfg            |   1 +
  recipes-core/busybox/files/watchdog.sh             |  17 ++
  .../lib/wic/plugins/source/efibootguard-boot.py    | 139 +++++++++
  scripts/lib/wic/plugins/source/efibootguard-efi.py | 106 +++++++
  11 files changed, 806 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 kas.yml
  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


--
DENX Software Engineering GmbH,      Managing Director: Wolfgang Denk
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-54 Fax: (+49)-8142-66989-80 Email: [email protected]

--
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/7eda3e83-5e30-2cc1-35cb-e4d8beaf9ffc%40siemens.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to