mirror of
https://git.yoctoproject.org/meta-ti
synced 2026-07-16 14:27:48 +00:00
d486c82e49
* Eliminate need for BBMASK - remove images requiring systemd/angstrom dependency * Move ti-test packagegroup to proper location and update from latest Arago * Move BoneScript and Bone GSG recipes to recipes-ti/beagleboard * README in recipes-ti warns about unsupported nature of those packages Signed-off-by: Denys Dmytriyenko <denys@ti.com>
21 lines
458 B
BlitzBasic
21 lines
458 B
BlitzBasic
DESCRIPTION = "BeagleBone Getting Started Guide"
|
|
|
|
PR = "r21"
|
|
|
|
inherit allarch
|
|
|
|
LICENSE = "GPLv2+ & MIT & PD & others"
|
|
LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=603591dea023c3c75b48e07cb47ce639"
|
|
|
|
SRCREV = "6c548a307c948b28a99d48fd17d9790b56182196"
|
|
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}"
|