1
0
mirror of https://git.yoctoproject.org/meta-ti synced 2026-07-27 22:37:56 +00:00
Files
meta-ti/recipes-misc/payload/beaglebone-getting-started.bb
T
2011-11-12 09:12:15 +01:00

20 lines
459 B
BlitzBasic

DESCRIPTION = "BeagleBone Getting Started Guide"
PR = "r6"
inherit allarch
LICENSE = "GPLv2+ && MIT && PD && others"
LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=603591dea023c3c75b48e07cb47ce639"
SRCREV = "cd615e7c31171bfb8c71f5d19ed34d8912b932b8"
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}"