guowenxue
2024-09-26 339eff90ac6e178432f0fa203d259fcf27886fa9
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"