diff options
| author | Patrick Rudolph <patrick.rudolph@9elements.com> | 2025-03-12 21:55:05 +0530 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2025-03-13 22:09:17 -0700 |
| commit | 8cc6bfdb38d99da748324ac8bbd32575cb0ea0fc (patch) | |
| tree | 79c8fa7bf497e69558b29f3c687355817951fcba /meta-oe/recipes-bsp/flashrom/flashrom_1.4.0.bb | |
| parent | 4fdf3b2891983e1d09e4f64625b8b1cfc09e9760 (diff) | |
| download | meta-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.bb | 22 |
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 @@ | |||
| 1 | DESCRIPTION = "flashrom is a utility for identifying, reading, writing, verifying and erasing flash chips" | ||
| 2 | LICENSE = "GPL-2.0-or-later" | ||
| 3 | HOMEPAGE = "http://flashrom.org" | ||
| 4 | |||
| 5 | LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe" | ||
| 6 | SRC_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 | |||
| 11 | SRC_URI[sha256sum] = "eb0eb3e61a57fd1926c66f08664cf04a96f92cee23b600cf563087c2178d70d8" | ||
| 12 | |||
| 13 | S = "${WORKDIR}/flashrom-v${PV}" | ||
| 14 | |||
| 15 | inherit meson pkgconfig | ||
| 16 | |||
| 17 | PACKAGECONFIG ??= "pci usb ftdi" | ||
| 18 | PACKAGECONFIG[pci] = "-Dpciutils=true,-Dpciutils=false,pciutils" | ||
| 19 | PACKAGECONFIG[usb] = "-Dusb=true,-Dusb=false,libusb" | ||
| 20 | PACKAGECONFIG[ftdi] = "-Dftdi=true,-Dftdi=false,libftdi" | ||
| 21 | |||
| 22 | EXTRA_OEMESON = "-Dbash_completion=disabled -Dtests=disabled" | ||
