1
0
mirror of https://github.com/lxsang/meta-rpi-diya.git synced 2026-04-09 11:32:31 +02:00

use sysvinit

This commit is contained in:
DanyLE
2023-08-01 19:10:13 +02:00
parent 5f6c03253f
commit 734bb8d960
4 changed files with 2 additions and 66 deletions

View File

@@ -11,9 +11,7 @@ PR = "r4"
inherit allarch
SRC_URI = "file://init \
file://exec \
file://udev \
file://e2fs \
file://debug \
"
@@ -25,15 +23,9 @@ do_install() {
# base
install -m 0755 ${WORKDIR}/init ${D}/init
# exec
install -m 0755 ${WORKDIR}/exec ${D}/init.d/89-exec
# udev
install -m 0755 ${WORKDIR}/udev ${D}/init.d/01-udev
# e2fs
# install -m 0755 ${WORKDIR}/e2fs ${D}/init.d/10-e2fs
# debug
install -m 0755 ${WORKDIR}/debug ${D}/init.d/00-debug