summaryrefslogtreecommitdiffstats
path: root/recipes-ti/beagleboard/bonescript
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/bonescript
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/bonescript')
-rw-r--r--recipes-ti/beagleboard/bonescript/bone101.service11
-rw-r--r--recipes-ti/beagleboard/bonescript/bonescript-git11
2 files changed, 22 insertions, 0 deletions
diff --git a/recipes-ti/beagleboard/bonescript/bone101.service b/recipes-ti/beagleboard/bonescript/bone101.service
new file mode 100644
index 00000000..49562ba4
--- /dev/null
+++ b/recipes-ti/beagleboard/bonescript/bone101.service
@@ -0,0 +1,11 @@
1[Unit]
2Description=Beaglebone 101 presentation
3ConditionPathExists=|/var/lib/cloud9
4
5[Service]
6WorkingDirectory=/var/lib/cloud9
7ExecStart=/usr/bin/node bone101.js
8
9[Install]
10WantedBy=multi-user.target
11
diff --git a/recipes-ti/beagleboard/bonescript/bonescript-git b/recipes-ti/beagleboard/bonescript/bonescript-git
new file mode 100644
index 00000000..d9e66cfb
--- /dev/null
+++ b/recipes-ti/beagleboard/bonescript/bonescript-git
@@ -0,0 +1,11 @@
1[core]
2 repositoryformatversion = 0
3 filemode = true
4 bare = false
5 logallrefupdates = true
6[remote "origin"]
7 fetch = +refs/heads/*:refs/remotes/origin/*
8 url = git://github.com/jadonk/bonescript.git
9[branch "master"]
10 remote = origin
11 merge = refs/heads/master