summaryrefslogtreecommitdiffstats
path: root/recipes-ti/beagleboard/beaglebone-getting-started.bb
diff options
context:
space:
mode:
authorDenys Dmytriyenko <denys@ti.com>2013-10-13 18:25:19 -0400
committerDenys Dmytriyenko <denys@ti.com>2013-10-14 12:32:52 -0400
commitb3df09902da0d2469a02e9975d404e26c4c5ec0e (patch)
tree48364a64fc8a5804659a373c378a7624cc086cd3 /recipes-ti/beagleboard/beaglebone-getting-started.bb
parent466575a7e7312b57c4b43241d16894dea8692049 (diff)
downloadmeta-ti-b3df09902da0d2469a02e9975d404e26c4c5ec0e.tar.gz
recipes: cruft removal and seasonal cleanup
* 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>
Diffstat (limited to 'recipes-ti/beagleboard/beaglebone-getting-started.bb')
-rw-r--r--recipes-ti/beagleboard/beaglebone-getting-started.bb20
1 files changed, 20 insertions, 0 deletions
diff --git a/recipes-ti/beagleboard/beaglebone-getting-started.bb b/recipes-ti/beagleboard/beaglebone-getting-started.bb
new file mode 100644
index 00000000..603a01a7
--- /dev/null
+++ b/recipes-ti/beagleboard/beaglebone-getting-started.bb
@@ -0,0 +1,20 @@
1DESCRIPTION = "BeagleBone Getting Started Guide"
2
3PR = "r21"
4
5inherit allarch
6
7LICENSE = "GPLv2+ & MIT & PD & others"
8LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=603591dea023c3c75b48e07cb47ce639"
9
10SRCREV = "6c548a307c948b28a99d48fd17d9790b56182196"
11SRC_URI = "git://github.com/jadonk/beaglebone-getting-started.git"
12
13S = "${WORKDIR}/git"
14
15do_install() {
16 install -d ${D}${datadir}/${PN}
17 cp -a ${S}/* ${D}${datadir}/${PN}
18}
19
20FILES_${PN} += "${datadir}/${PN}"