dt-overlay: add kernel module for devicetree overlay
This commit is contained in:
parent
34171276a8
commit
211b21f657
|
|
@ -0,0 +1,13 @@
|
|||
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 ?= "5be9722efdf7d5066dc51a1df12a7ec0ca8f4a42"
|
||||
|
||||
SRC_URI = "git://github.com/netmodule/dt-overlay.git;protocol=https"
|
||||
|
||||
S = "${WORKDIR}/git"
|
||||
Loading…
Reference in New Issue