aboutsummaryrefslogtreecommitdiffstats
path: root/meta-intel-edison-distro/recipes-devtools/e2fsprogs/e2fsprogs_%.bbappend
blob: 87872d09ee51c1d1ac2c672701f1a2c892c5d753 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
FILESEXTRAPATHS_prepend := "${THISDIR}/files:"
SRC_URI += "file://e2fsck.conf"
PR = "r1"

do_install_append() {
	install -m 0644 ${WORKDIR}/e2fsck.conf ${D}${sysconfdir}/e2fsck.conf
}

# Add resize2fs tool

EXTRA_OECONF += "\
  --enable-resizer \
"

PACKAGES =+ "e2fsprogs-resize2fs"

FILES_e2fsprogs-e2fsck += "${sysconfdir}/e2fsck.conf"
FILES_e2fsprogs-resize2fs = "${base_sbindir}/resize2fs"