14 lines
393 B
BlitzBasic
14 lines
393 B
BlitzBasic
DESCRIPTION = "Allow loading of devicetree overlays via configfs"
|
|
HOMEPAGE = "http://www.netmodule.com/"
|
|
LICENSE = "GPLv2"
|
|
LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/GPL-2.0;md5=801f80980d171dd6425610833a22dbe6"
|
|
|
|
inherit module
|
|
|
|
PV = "1.0.0"
|
|
SRCREV ?= "4dacce9e92942f85bf3671c8ec7b5cf717ab9c05"
|
|
|
|
SRC_URI = "git://github.com/netmodule/dt-overlay.git;protocol=https"
|
|
|
|
S = "${WORKDIR}/git"
|