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/bonescript | |
| 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/bonescript')
| -rw-r--r-- | recipes-ti/beagleboard/bonescript/bone101.service | 11 | ||||
| -rw-r--r-- | recipes-ti/beagleboard/bonescript/bonescript-git | 11 |
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] | ||
| 2 | Description=Beaglebone 101 presentation | ||
| 3 | ConditionPathExists=|/var/lib/cloud9 | ||
| 4 | |||
| 5 | [Service] | ||
| 6 | WorkingDirectory=/var/lib/cloud9 | ||
| 7 | ExecStart=/usr/bin/node bone101.js | ||
| 8 | |||
| 9 | [Install] | ||
| 10 | WantedBy=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 | ||
