guowenxue
2024-07-26 9cf87703eb60e121b47e6d577ea2bc6b63bd4ac4
commit | author | age
849fbd 1 DESCRIPTION = "Expand rootfs space on MMC"
G 2 LICENSE = "GPL-2.0-only"
3 LIC_FILES_CHKSUM = "file://${COREBASE}/meta/files/common-licenses/GPL-2.0-only;md5=801f80980d171dd6425610833a22dbe6"
4
5 FILESEXTRAPATHS:prepend := "${THISDIR}/files:"
6
7 SRC_URI += " file://expand_rootfs "
8 FILES:${PN} += "${sbindir}/expand_rootfs"
9
10 do_install() { 
11     install -d ${D}/${sbindir}/
12     install -m 0755 ${WORKDIR}/expand_rootfs ${D}/${sbindir}/
13 }
14
15 RDEPENDS:expand-rootfs = "bash"