Skip to content

Commit 08dc0b0

Browse files
committed
Moving all x8h7 driver source code into external repo
1 parent fcd902b commit 08dc0b0

20 files changed

+4
-4735
lines changed

recipes-kernel/kernel-modules/x8h7.bb

+4-18
Original file line numberDiff line numberDiff line change
@@ -7,31 +7,17 @@ inherit module
77
PR = "r1"
88
PV = "0.1"
99

10+
SRC_SHA = "6192b26b6177d6239a20556f222f2fb047dbcb78"
1011
SRC_URI = " \
11-
file://Makefile \
12-
file://x8h7_drv.c \
13-
file://x8h7_ioctl.h \
14-
file://x8h7.h \
15-
file://x8h7_adc.c \
16-
file://x8h7_gpio.c \
17-
file://x8h7_pwm.c \
18-
file://x8h7_rtc.c \
19-
file://x8h7_can.h \
20-
file://x8h7_can.c \
21-
file://x8h7_uart.c \
22-
file://x8h7_ui.c \
23-
file://x8h7_h7.c \
24-
file://debug.h \
25-
file://COPYING \
26-
file://blacklist.conf \
12+
git://github.com/arduino/portentax8-x8h7.git;rev=${SRC_SHA};branch=main;protocol=https \
2713
"
2814

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

3117
do_install:append() {
3218
bbwarn "Blacklisting x8h7 modules"
3319
install -d ${D}/${sysconfdir}/modprobe.d
34-
install -m 644 ${WORKDIR}/blacklist.conf ${D}/${sysconfdir}/modprobe.d/blacklist.conf
20+
install -m 644 ${S}/blacklist.conf ${D}/${sysconfdir}/modprobe.d/blacklist.conf
3521
}
3622

3723
FILES:${PN}:append = " ${sysconfdir}"

recipes-kernel/kernel-modules/x8h7/COPYING

-340
This file was deleted.

recipes-kernel/kernel-modules/x8h7/Makefile

-22
This file was deleted.

recipes-kernel/kernel-modules/x8h7/README.md

-29
This file was deleted.

recipes-kernel/kernel-modules/x8h7/blacklist.conf

-12
This file was deleted.

recipes-kernel/kernel-modules/x8h7/debug.h

-36
This file was deleted.

recipes-kernel/kernel-modules/x8h7/example.dts

-22
This file was deleted.

recipes-kernel/kernel-modules/x8h7/x8h7-priv.h

-22
This file was deleted.

recipes-kernel/kernel-modules/x8h7/x8h7.h

-25
This file was deleted.

0 commit comments

Comments
 (0)