mirror of
https://git.yoctoproject.org/meta-ti
synced 2026-05-07 11:59:49 +00:00
beaglebone-getting-started: initial add
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
DESCRIPTION = "BeagleBone Getting Started Guide"
|
||||
|
||||
inherit allarch
|
||||
|
||||
# Ask Jason
|
||||
LICENSE = "MIT"
|
||||
LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3b58"
|
||||
|
||||
SRCREV = "d775cc0e517b2df667da04fba081a995c7a4947d"
|
||||
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}"
|
||||
Reference in New Issue
Block a user