aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/angstrom/omap3-mkcard.bb
blob: c7a1a3e04b0c7d912e21d52cfcf5ac7496fea4a3 (plain)
1
2
3
4
5
6
7
8
9
10
11
DESCRIPTION="Format a card for omap3 booting"
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"