1
0
mirror of https://github.com/lxsang/meta-rpi-diya.git synced 2025-07-31 05:00:42 +02:00

add missing packages

This commit is contained in:
DanyLE
2023-08-01 14:46:39 +02:00
parent f014e70c30
commit 19d0f0e84c
5 changed files with 9 additions and 3 deletions

View File

@ -6,7 +6,9 @@ LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/MIT;md5=0835ade698e0bcf8506ecda
SRC_URI += "file://confd \
file://expandfs.sh \
file://80_diya \
file://fs_resize"
file://fs_resize \
file://cmd.recovery \
file://extraconfig.txt"
inherit update-rc.d useradd
@ -28,6 +30,8 @@ do_install() {
# install -m 0644 ${WORKDIR}/80_diya ${D}${sysconfdir}/default/volatiles
install -m 0755 ${WORKDIR}/expandfs.sh ${D}/usr/bin/expandfs.sh
install -m 0755 ${WORKDIR}/fs_resize ${DEPLOY_DIR_IMAGE}/
install -m 0755 ${WORKDIR}/cmd.recovery ${DEPLOY_DIR_IMAGE}/
install -m 0755 ${WORKDIR}/extraconfig.txt ${DEPLOY_DIR_IMAGE}/
install -d ${D}/var/etc
install -d ${D}/var/etc/upper

View File

@ -0,0 +1 @@
dwc_otg.lpm_enable=0 root=/dev/ram0 console=tty0,115200 bootparam_init_fatal_sh=1 rootwait logo.nologo

View File

@ -0,0 +1 @@
# initramfs recovery.cpio.gz followkernel