summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-oe/recipes-bsp/fwupd/fwupd_1.8.4.bb (renamed from meta-oe/recipes-bsp/fwupd/fwupd_1.8.1.bb)6
1 files changed, 2 insertions, 4 deletions
diff --git a/meta-oe/recipes-bsp/fwupd/fwupd_1.8.1.bb b/meta-oe/recipes-bsp/fwupd/fwupd_1.8.4.bb
index 7576b846fb..4258652744 100644
--- a/meta-oe/recipes-bsp/fwupd/fwupd_1.8.1.bb
+++ b/meta-oe/recipes-bsp/fwupd/fwupd_1.8.4.bb
@@ -6,7 +6,7 @@ DEPENDS = "glib-2.0 libxmlb json-glib sqlite3 libjcat gcab vala-native"
6 6
7SRC_URI = "https://github.com/${BPN}/${BPN}/releases/download/${PV}/${BP}.tar.xz \ 7SRC_URI = "https://github.com/${BPN}/${BPN}/releases/download/${PV}/${BP}.tar.xz \
8 file://run-ptest" 8 file://run-ptest"
9SRC_URI[sha256sum] = "5756466442eb9134fb40cdc8a46f9e01003247c8eac82fa5d8b16f6420375b79" 9SRC_URI[sha256sum] = "adfa07434cdc29ec41c40fef460e8d970963fe0c7e849dec7f3932adb161f886"
10 10
11UPSTREAM_CHECK_URI = "https://github.com/${BPN}/${BPN}/releases" 11UPSTREAM_CHECK_URI = "https://github.com/${BPN}/${BPN}/releases"
12 12
@@ -47,7 +47,6 @@ PACKAGECONFIG ??= "curl gnutls gudev gusb \
47 plugin_synaptics_mst \ 47 plugin_synaptics_mst \
48 plugin_synaptics_rmi \ 48 plugin_synaptics_rmi \
49 plugin_scsi \ 49 plugin_scsi \
50 plugin_thunderbolt \
51 plugin_uf2 \ 50 plugin_uf2 \
52 plugin_upower \ 51 plugin_upower \
53 sqlite" 52 sqlite"
@@ -99,7 +98,6 @@ PACKAGECONFIG[plugin_redfish] = "-Dplugin_redfish=true,-Dplugin_redfish=false"
99PACKAGECONFIG[plugin_scsi] = "-Dplugin_scsi=true,-Dplugin_scsi=false" 98PACKAGECONFIG[plugin_scsi] = "-Dplugin_scsi=true,-Dplugin_scsi=false"
100PACKAGECONFIG[plugin_synaptics_mst] = "-Dplugin_synaptics_mst=true,-Dplugin_synaptics_mst=false" 99PACKAGECONFIG[plugin_synaptics_mst] = "-Dplugin_synaptics_mst=true,-Dplugin_synaptics_mst=false"
101PACKAGECONFIG[plugin_synaptics_rmi] = "-Dplugin_synaptics_rmi=true,-Dplugin_synaptics_rmi=false" 100PACKAGECONFIG[plugin_synaptics_rmi] = "-Dplugin_synaptics_rmi=true,-Dplugin_synaptics_rmi=false"
102PACKAGECONFIG[plugin_thunderbolt] = "-Dplugin_thunderbolt=true,-Dplugin_thunderbolt=false"
103PACKAGECONFIG[plugin_tpm] = "-Dplugin_tpm=true,-Dplugin_tpm=false,tpm2-tss" 101PACKAGECONFIG[plugin_tpm] = "-Dplugin_tpm=true,-Dplugin_tpm=false,tpm2-tss"
104# Turn off the capsule splash as it needs G-I at buildtime, which isn't currently supported 102# Turn off the capsule splash as it needs G-I at buildtime, which isn't currently supported
105PACKAGECONFIG[plugin_uefi_capsule] = "-Dplugin_uefi_capsule=true -Dplugin_uefi_capsule_splash=false,-Dplugin_uefi_capsule=false,efivar fwupd-efi" 103PACKAGECONFIG[plugin_uefi_capsule] = "-Dplugin_uefi_capsule=true -Dplugin_uefi_capsule_splash=false,-Dplugin_uefi_capsule=false,efivar fwupd-efi"
@@ -108,7 +106,7 @@ PACKAGECONFIG[plugin_uf2] = "-Dplugin_uf2=true,-Dplugin_uf2=false"
108PACKAGECONFIG[plugin_upower] = "-Dplugin_upower=true,-Dplugin_upower=false" 106PACKAGECONFIG[plugin_upower] = "-Dplugin_upower=true,-Dplugin_upower=false"
109 107
110# Always disable these plugins on non-x86 platforms as they don't compile or are useless 108# Always disable these plugins on non-x86 platforms as they don't compile or are useless
111DISABLE_NON_X86 = "plugin_amt plugin_intel_spi plugin_msr plugin_thunderbolt" 109DISABLE_NON_X86 = "plugin_amt plugin_intel_spi plugin_msr"
112DISABLE_NON_X86:x86 = "" 110DISABLE_NON_X86:x86 = ""
113DISABLE_NON_X86:x86-64 = "" 111DISABLE_NON_X86:x86-64 = ""
114PACKAGECONFIG:remove = "${DISABLE_NON_X86}" 112PACKAGECONFIG:remove = "${DISABLE_NON_X86}"