From 700db3cc722d671e8672ad4f623181db4629b918 Mon Sep 17 00:00:00 2001 From: Patrick Venture Date: Mon, 15 Jul 2019 09:39:43 -0700 Subject: meta-phosphor: ipmi-flash: add config hardware options Add PACKAGECONFIG options for the various hardware options supported. Although a configuration will require setting specific configuration flags, the use of PACKAGECONFIGs reduces the amount of specific configuration options manually set. By reducing the number of manually set options, the overall configuration can be simpler. (From meta-phosphor rev: 7f113ef43c87d151d758f0f1056f2a8931e0cd85) Signed-off-by: Patrick Venture Change-Id: Idd59a068bb669825c97688600331a129ca5055a8 Signed-off-by: Brad Bishop --- meta-phosphor/recipes-phosphor/ipmi/phosphor-ipmi-flash_git.bb | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'meta-phosphor') diff --git a/meta-phosphor/recipes-phosphor/ipmi/phosphor-ipmi-flash_git.bb b/meta-phosphor/recipes-phosphor/ipmi/phosphor-ipmi-flash_git.bb index 145026490..92ed33746 100644 --- a/meta-phosphor/recipes-phosphor/ipmi/phosphor-ipmi-flash_git.bb +++ b/meta-phosphor/recipes-phosphor/ipmi/phosphor-ipmi-flash_git.bb @@ -24,6 +24,11 @@ PACKAGECONFIG[cleanup-delete] = "--enable-cleanup-delete, --disable-cleanup-dele PACKAGECONFIG[reboot-update] = "--enable-reboot-update, --disable-reboot-update" PACKAGECONFIG[host-bios] = "--enable-host-bios, --disable-host-bios" +# Hardware options to enable transmitting the data from the host. +PACKAGECONFIG[aspeed-p2a] = "--enable-aspeed-p2a, --disable-aspeed-p2a" +PACKAGECONFIG[aspeed-lpc] = "--enable-aspeed-lpc, --disable-aspeed-lpc" +PACKAGECONFIG[nuvoton-lpc] = "--enable-nuvoton-lpc, --disable-nuvoton-lpc" + EXTRA_OECONF = "--disable-tests --disable-build-host-tool" S = "${WORKDIR}/git" -- cgit v1.2.3