mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2025-12-16 15:25:53 +01:00
flashrom: Add flashrom recipe
Add flashrom recipe for managing recovery from bad UEFI updates. Signed-off-by: Matt Ranostay <mranostay@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
parent
af7ffe8bcd
commit
1571aedb37
15
meta-oe/recipes-extended/flashrom/flashrom_0.9.6.1.bb
Normal file
15
meta-oe/recipes-extended/flashrom/flashrom_0.9.6.1.bb
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
DESCRIPTION = "flashrom is a utility for identifying, reading, writing, verifying and erasing flash chips"
|
||||
LICENSE = "GPLv2"
|
||||
HOMEPAGE = "http://flashrom.org"
|
||||
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe"
|
||||
DEPENDS = "pciutils"
|
||||
|
||||
SRC_URI = "http://download.flashrom.org/releases/flashrom-${PV}.tar.bz2"
|
||||
|
||||
SRC_URI[md5sum] = "407e836c0a2b17ec76583cb6809f65e5"
|
||||
SRC_URI[sha256sum] = "6f7b588cce74c90b4fe9c9c794de105de76e0323442fb5770b1aeab81e9d560a"
|
||||
|
||||
do_install() {
|
||||
oe_runmake PREFIX=${prefix} DESTDIR=${D} install
|
||||
}
|
||||
Loading…
Reference in New Issue
Block a user