diff options
| author | Denys Dmytriyenko <denys@ti.com> | 2013-10-13 18:25:19 -0400 |
|---|---|---|
| committer | Denys Dmytriyenko <denys@ti.com> | 2013-10-14 12:32:52 -0400 |
| commit | b3df09902da0d2469a02e9975d404e26c4c5ec0e (patch) | |
| tree | 48364a64fc8a5804659a373c378a7624cc086cd3 /recipes-ti/beagleboard/beaglebone-getting-started.bb | |
| parent | 466575a7e7312b57c4b43241d16894dea8692049 (diff) | |
| download | meta-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.bb | 20 |
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 @@ | |||
| 1 | DESCRIPTION = "BeagleBone Getting Started Guide" | ||
| 2 | |||
| 3 | PR = "r21" | ||
| 4 | |||
| 5 | inherit allarch | ||
| 6 | |||
| 7 | LICENSE = "GPLv2+ & MIT & PD & others" | ||
| 8 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=603591dea023c3c75b48e07cb47ce639" | ||
| 9 | |||
| 10 | SRCREV = "6c548a307c948b28a99d48fd17d9790b56182196" | ||
| 11 | SRC_URI = "git://github.com/jadonk/beaglebone-getting-started.git" | ||
| 12 | |||
| 13 | S = "${WORKDIR}/git" | ||
| 14 | |||
| 15 | do_install() { | ||
| 16 | install -d ${D}${datadir}/${PN} | ||
| 17 | cp -a ${S}/* ${D}${datadir}/${PN} | ||
| 18 | } | ||
| 19 | |||
| 20 | FILES_${PN} += "${datadir}/${PN}" | ||
