Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 39556a9

Browse files
committedMar 13, 2024
Review of dtbocfg module: remove sources, new version available
1 parent 9931561 commit 39556a9

File tree

4 files changed

+6
-780
lines changed

4 files changed

+6
-780
lines changed
 
+6-7
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,15 @@
1-
SUMMARY = "DTB Overlay configfs driver"
2-
LICENSE = "GPLv2"
3-
LIC_FILES_CHKSUM = "file://COPYING;md5=12f884d2ae1ff87c09e5b7ccc2c4ca7e"
1+
SUMMARY = "Device Tree Blob Overlay Configuration File System"
2+
LICENSE = "BSD-2-Clause"
3+
LIC_FILES_CHKSUM = "file://${COREBASE}/meta/files/common-licenses/BSD-2-Clause;md5=cb641bc04cda31daea161b1bc15da69f"
44

55
inherit module
66

77
PR = "r1"
88
PV = "0.1"
99

10+
SRC_SHA = "d3cea0fea5a59e2b0805f3d17cf33e83dac2c00f"
1011
SRC_URI = " \
11-
file://Makefile \
12-
file://dtbocfg.c \
13-
file://COPYING \
12+
git://github.com/ikwzm/dtbocfg.git;rev=${SRC_SHA};branch=master;protocol=https \
1413
"
1514

16-
S = "${WORKDIR}"
15+
S = "${WORKDIR}/git"

‎recipes-kernel/kernel-modules/dtbocfg/COPYING

-340
This file was deleted.

‎recipes-kernel/kernel-modules/dtbocfg/Makefile

-14
This file was deleted.

‎recipes-kernel/kernel-modules/dtbocfg/dtbocfg.c

-419
This file was deleted.

0 commit comments

Comments
 (0)
Please sign in to comment.