aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-ti/beagleboard/beaglebone-getting-started.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-ti/beagleboard/beaglebone-getting-started.bb')
-rw-r--r--recipes-ti/beagleboard/beaglebone-getting-started.bb21
1 files changed, 0 insertions, 21 deletions
diff --git a/recipes-ti/beagleboard/beaglebone-getting-started.bb b/recipes-ti/beagleboard/beaglebone-getting-started.bb
deleted file mode 100644
index adde30b4..00000000
--- a/recipes-ti/beagleboard/beaglebone-getting-started.bb
+++ /dev/null
@@ -1,21 +0,0 @@
-SUMMARY = "BeagleBone Getting Started Guide"
-
-PR = "r22"
-
-inherit allarch
-
-LICENSE = "CC-BY-SA-3.0 & GPLv3+ & MIT & PD"
-LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=f6f02761e31334c48f7021fb94c89aaa"
-
-SRCREV = "05bedba192646152b7bc80b0accaea75aef864e5"
-SRC_URI = "git://github.com/jadonk/beaglebone-getting-started.git"
-
-S = "${WORKDIR}/git"
-
-do_install() {
- install -d ${D}${datadir}/${PN}
- cp -R --no-dereference --preserve=mode,links ${S}/* ${D}${datadir}/${PN}
-}
-
-FILES_${PN} += "${datadir}/${PN}"
-INSANE_SKIP_${PN} = "file-rdeps"