Skip to content
Snippets Groups Projects
Commit a583db85 authored by Wren Turkal's avatar Wren Turkal
Browse files

Add recipe for the pci.ids db.


This database contains a very comprehensive list of PCI
devices and IDs to make more sense of them. The `lspci`
tool in Linux uses this as it's source of data as well.

Signed-off-by: default avatarWren Turkal <wt@penguintechs.org>
parent 9a60468f
No related branches found
No related tags found
No related merge requests found
GIT=https://github.com/pciutils/pciids.git
function recipe_build {
skip=1
}
function recipe_stage {
dest="$(realpath $1)"
install -d "${dest}/share/misc/"
install pci.ids "${dest}/share/misc/"
skip=1
}
[source]
git = "https://github.com/pciutils/pciids.git"
[build]
template = "custom"
script = """
install -d "${COOKBOOK_STAGE}/share/misc/"
install "${COOKBOOK_BUILD}"/pci.ids "${COOKBOOK_STAGE}/share/misc/"
"""
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment