summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-bsp/flashrom/flashrom_1.4.0.bb
diff options
context:
space:
mode:
authorPatrick Rudolph <patrick.rudolph@9elements.com>2025-03-12 21:55:05 +0530
committerKhem Raj <raj.khem@gmail.com>2025-03-13 22:09:17 -0700
commit8cc6bfdb38d99da748324ac8bbd32575cb0ea0fc (patch)
tree79c8fa7bf497e69558b29f3c687355817951fcba /meta-oe/recipes-bsp/flashrom/flashrom_1.4.0.bb
parent4fdf3b2891983e1d09e4f64625b8b1cfc09e9760 (diff)
downloadmeta-openembedded-8cc6bfdb38d99da748324ac8bbd32575cb0ea0fc.tar.gz
flashrom: Update to v1.4.0
Flashrom Release note: https://www.flashrom.org/release_notes/v_1_4.html Signed-off-by: Patrick Rudolph <patrick.rudolph@9elements.com> Tested-by: Naresh Solanki <naresh.solanki@9elements.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-bsp/flashrom/flashrom_1.4.0.bb')
-rw-r--r--meta-oe/recipes-bsp/flashrom/flashrom_1.4.0.bb22
1 files changed, 22 insertions, 0 deletions
diff --git a/meta-oe/recipes-bsp/flashrom/flashrom_1.4.0.bb b/meta-oe/recipes-bsp/flashrom/flashrom_1.4.0.bb
new file mode 100644
index 0000000000..98447809cf
--- /dev/null
+++ b/meta-oe/recipes-bsp/flashrom/flashrom_1.4.0.bb
@@ -0,0 +1,22 @@
1DESCRIPTION = "flashrom is a utility for identifying, reading, writing, verifying and erasing flash chips"
2LICENSE = "GPL-2.0-or-later"
3HOMEPAGE = "http://flashrom.org"
4
5LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe"
6SRC_URI = "https://download.flashrom.org/releases/flashrom-v${PV}.tar.xz \
7 file://0001-flashrom-Mark-RISCV-as-non-memory-mapped-I-O-archite.patch \
8 file://0002-meson-Add-options-pciutils-ftdi-usb.patch \
9 "
10
11SRC_URI[sha256sum] = "eb0eb3e61a57fd1926c66f08664cf04a96f92cee23b600cf563087c2178d70d8"
12
13S = "${WORKDIR}/flashrom-v${PV}"
14
15inherit meson pkgconfig
16
17PACKAGECONFIG ??= "pci usb ftdi"
18PACKAGECONFIG[pci] = "-Dpciutils=true,-Dpciutils=false,pciutils"
19PACKAGECONFIG[usb] = "-Dusb=true,-Dusb=false,libusb"
20PACKAGECONFIG[ftdi] = "-Dftdi=true,-Dftdi=false,libftdi"
21
22EXTRA_OEMESON = "-Dbash_completion=disabled -Dtests=disabled"