summaryrefslogtreecommitdiffstats
path: root/recipes-misc/payload/beaglebone-getting-started.bb
blob: b135176910bf35c2d0638d125bc8e4a082fe4dc6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
DESCRIPTION = "BeagleBone Getting Started Guide"

PR = "r17"

inherit allarch

LICENSE = "GPLv2+ & MIT & PD & others"
LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=603591dea023c3c75b48e07cb47ce639"

SRCREV = "5b93037d0504ab194709cf8b6dc3890fefe19fd9"
SRC_URI = "git://github.com/jadonk/beaglebone-getting-started.git"

S = "${WORKDIR}/git"

do_install() {
	install -d ${D}${datadir}/${PN}
	cp -a ${S}/* ${D}${datadir}/${PN}
}

FILES_${PN} += "${datadir}/${PN}"