diff options
-rw-r--r-- | meta-efi-secure-boot/recipes-bsp/seloader/seloader_git.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-efi-secure-boot/recipes-bsp/seloader/seloader_git.bb b/meta-efi-secure-boot/recipes-bsp/seloader/seloader_git.bb index c559f92..0ea45a0 100644 --- a/meta-efi-secure-boot/recipes-bsp/seloader/seloader_git.bb +++ b/meta-efi-secure-boot/recipes-bsp/seloader/seloader_git.bb | |||
@@ -45,6 +45,8 @@ EXTRA_OEMAKE = "\ | |||
45 | LIB_GCC="`${CC} -print-libgcc-file-name`" \ | 45 | LIB_GCC="`${CC} -print-libgcc-file-name`" \ |
46 | " | 46 | " |
47 | 47 | ||
48 | EXTRA_OEMAKE += "${@bb.utils.contains('LAYERSERIES_CORENAMES', 'rocko', 'GNU_EFI_VERSION=306', '', d)}" | ||
49 | |||
48 | EFI_ARCH_x86 = "ia32" | 50 | EFI_ARCH_x86 = "ia32" |
49 | EFI_ARCH_x86-64 = "x64" | 51 | EFI_ARCH_x86-64 = "x64" |
50 | 52 | ||