blob: d02fa92670fa97942161911892fb72e9c28d3fd1 [file] [log] [blame]
Brad Bishop316dfdd2018-06-25 12:45:53 -04001DESCRIPTION = "This project enables PWM on the GPIO pins you request of a Raspberry Pi."
2HOMEPAGE = "https://github.com/sarfata/pi-blaster/"
3SECTION = "devel/libs"
4LICENSE = "MIT"
Patrick Williams03907ee2022-05-01 06:28:52 -05005LIC_FILES_CHKSUM = "file://README.md;beginline=295;endline=319;md5=86d10e4bcf4b4014d306dde7c1d2a80d"
Brad Bishop316dfdd2018-06-25 12:45:53 -04006
Andrew Geissler595f6302022-01-24 19:11:47 +00007SRC_URI = "git://github.com/sarfata/pi-blaster;branch=master;protocol=https \
Brad Bishop316dfdd2018-06-25 12:45:53 -04008 file://remove-initscript-lsb-dependency.patch \
Brad Bishop1a4b7ee2018-12-16 17:11:34 -08009 "
Brad Bishop316dfdd2018-06-25 12:45:53 -040010
11S = "${WORKDIR}/git"
Patrick Williams8b8bc412016-08-17 15:02:23 -050012
Patrick Williams03907ee2022-05-01 06:28:52 -050013SRCREV = "fbba9a7dcef0f352a11f8a2a5f6cbc15b62c0829"
Brad Bishop316dfdd2018-06-25 12:45:53 -040014
15inherit update-rc.d autotools
16
17INITSCRIPT_PACKAGES = "${PN}"
Patrick Williams213cb262021-08-07 19:21:33 -050018INITSCRIPT_NAME:${PN} = "${PN}.boot.sh"
19INITSCRIPT_PARAMS:${PN} = "defaults 15 85"
Brad Bishop316dfdd2018-06-25 12:45:53 -040020
21COMPATIBLE_MACHINE = "^rpi$"
22
23PACKAGE_ARCH = "${MACHINE_ARCH}"