1
0
mirror of https://git.yoctoproject.org/meta-ti synced 2026-07-17 06:48:07 +00:00

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>
This commit is contained in:
Denys Dmytriyenko
2013-10-13 18:25:19 -04:00
parent 466575a7e7
commit b3df09902d
14 changed files with 6 additions and 183 deletions
@@ -0,0 +1,11 @@
[Unit]
Description=Beaglebone 101 presentation
ConditionPathExists=|/var/lib/cloud9
[Service]
WorkingDirectory=/var/lib/cloud9
ExecStart=/usr/bin/node bone101.js
[Install]
WantedBy=multi-user.target
@@ -0,0 +1,11 @@
[core]
repositoryformatversion = 0
filemode = true
bare = false
logallrefupdates = true
[remote "origin"]
fetch = +refs/heads/*:refs/remotes/origin/*
url = git://github.com/jadonk/bonescript.git
[branch "master"]
remote = origin
merge = refs/heads/master