From aa2d3cd885fab7f8885afeba3ff6d35476484940 Mon Sep 17 00:00:00 2001 From: Trammell hudson Date: Tue, 18 Sep 2018 05:14:05 -0400 Subject: [PATCH] switch to gpg2 for qemu targets --- boards/qemu-coreboot/qemu-coreboot.config | 2 +- boards/qemu-linuxboot/qemu-linuxboot.config | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/boards/qemu-coreboot/qemu-coreboot.config b/boards/qemu-coreboot/qemu-coreboot.config index 9427a2ac..0f1a592a 100644 --- a/boards/qemu-coreboot/qemu-coreboot.config +++ b/boards/qemu-coreboot/qemu-coreboot.config @@ -17,7 +17,7 @@ CONFIG_FLASHROM=y CONFIG_PCIUTILS=y CONFIG_UTIL_LINUX=y CONFIG_CRYPTSETUP=y -CONFIG_GPG=y +CONFIG_GPG2=y CONFIG_LVM2=y CONFIG_MBEDTLS=y CONFIG_DROPBEAR=y diff --git a/boards/qemu-linuxboot/qemu-linuxboot.config b/boards/qemu-linuxboot/qemu-linuxboot.config index 9b2d8644..730ce633 100644 --- a/boards/qemu-linuxboot/qemu-linuxboot.config +++ b/boards/qemu-linuxboot/qemu-linuxboot.config @@ -18,7 +18,7 @@ endif CONFIG_FLASHROM=y CONFIG_FLASHTOOLS=y -CONFIG_GPG=y +CONFIG_GPG2=y CONFIG_KEXEC=y CONFIG_UTIL_LINUX=y CONFIG_DROPBEAR=y