aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/angstrom/omap3-mkcard.bb
blob: 3a6c59c0b1f44f933d3474c05c8f3e178217b3b0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
DESCRIPTION="Format a card for omap3 booting"
LICENSE = "GPLv2"
SRC_URI = "file://omap3-mkcard.sh"

do_install() {
	install -d ${D}${bindir}/
	install -m 755 ${WORKDIR}/omap3-mkcard.sh ${D}${bindir}/
}

PACKAGE_ARCH_${PN} = "all"
RDEPENDS_${PN} = "bc dosfstools e2fsprogs-mke2fs util-linux-ng util-linux-ng-sfdisk"