Integrate meta-seco-bsp/davc/menuconfig
Commit: clea-os/layers/seco/meta-seco-bsp@aeb5a2c5
[YCONFIG] Add entry to enable SysData at GRUB level
Add the variable GRUB_ADDONS following the approach used for U-boot.
The variable UBOOT_ADDONS or GRUB_ADDONS is used depending on the
architecture selected.
Signed-off-by: Nicola Sparnacci nicola.sparnacci@seco.com
--
Commit: clea-os/layers/seco/meta-seco-bsp@32b99f59
[YCONFIG] Add entry to enable SysData at U-Boot level
The new entry, if enabled, adds to the local.conf the following configuration:
UBOOT_ADDONS:append = " sysdata"
Signed-off-by: Davide Cardillo davide.cardillo@seco.com