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:
@ -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
|
||||
|
1
recipes-diya/diya-overlay/files/cmd.recovery
Normal file
1
recipes-diya/diya-overlay/files/cmd.recovery
Normal file
@ -0,0 +1 @@
|
||||
dwc_otg.lpm_enable=0 root=/dev/ram0 console=tty0,115200 bootparam_init_fatal_sh=1 rootwait logo.nologo
|
1
recipes-diya/diya-overlay/files/extraconfig.txt
Normal file
1
recipes-diya/diya-overlay/files/extraconfig.txt
Normal file
@ -0,0 +1 @@
|
||||
# initramfs recovery.cpio.gz followkernel
|
Reference in New Issue
Block a user