summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-devtools/cloud9
Commit message (Collapse)AuthorAgeFilesLines
* cloud9: move systemd support to meta-systemdAndreas Müller2012-07-162-17/+1
| | | | Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
* cloud9: add patch to make it use nodejs 0.6.x for executing scriptsKoen Kooi2012-05-161-1/+1
| | | | | | This matches the default nodejs version in OE Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* cloud9: add patch to make it use nodejs 0.6.x for executing scriptsKoen Kooi2012-05-162-1/+31
| | | | | | This matches the default nodejs version in OE Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* cloud9: silence systemd bbclass WARNING, ${PN}-systemd is unwantedKoen Kooi2012-04-181-0/+1
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* cloud9: remove 0.5.1Koen Kooi2012-04-091-114/+0
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* cloud9: add 0.6Koen Kooi2012-04-091-0/+110
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* cloud9 0.5.1: use nodejs4 instead of nodejsKoen Kooi2012-04-082-4/+4
| | | | | | This allows using nodejs 0.6.x for apps, but running cloud9 using node4 Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* cloud9: remove unneded systemd codeAndreas Müller2012-03-111-5/+1
| | | | | Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* cloud9: use systemd_unitdir variableMartin Jansa2012-02-231-4/+4
| | | | | | | * maybe we should move systemd_unitdir definition outside systemd.bbclass because it's used in few more recipes which doesn't inherit systemd Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* cloud9: convert to systemd bbclassKoen Kooi2012-02-021-10/+4
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* cloud9: fixed loading of o3.nodeJason Kridner2011-11-102-5/+9
| | | | | Signed-off-by: Jason Kridner <jdk@ti.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* cloud9: updated to latest versionJason Kridner2011-11-091-7/+7
| | | | | Signed-off-by: Jason Kridner <jdk@ti.com> Signed-off-by: Koen Kooi <k-kooi@ti.com>
* cloud9: bump SRCREVsKoen Kooi2011-11-071-5/+5
| | | | | | This makes the builtin console work a bit better Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* cloud9: remove obsolete patchKoen Kooi2011-11-062-27/+1
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* cloud9: add avahi service fileKoen Kooi2011-11-022-2/+16
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* cloud9 0.5.1: fix up node-o3-xml library locationKoen Kooi2011-10-241-6/+6
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* cloud9: build node-03-xml manually, waf is just too broken for crosscompilationJason Kridner2011-10-221-10/+19
| | | | | | | Also adjust packaging Signed-off-by: Jason Kridner <jdk@ti.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* Cloud9: incremental submodule and build fixesJason Kridner2011-10-212-35/+79
| | | | Signed-off-by: Jason Kridner <jdk@ti.com>
* cloud9 0.5.1: convert to fetch SRC_URIKoen Kooi2011-10-191-3/+28
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* cloud9 0.5.1: fix do_installKoen Kooi2011-10-111-1/+1
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* cloud9: add systemd unitKoen Kooi2011-10-102-2/+29
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* cloud9: add full gzip to RDEPENDS, stock busybox lacks the --best optionKoen Kooi2011-10-091-2/+2
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* cloud9: fix packagingKoen Kooi2011-10-071-2/+11
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* cloud9: createdJason Kridner2011-10-071-0/+39
Cloud9 is a web-browser based IDE running on node.js. This application should support multiple architectures as long as they have node.js and a build of node-o3-xml that is dropped into this system. Currently, that includes x86 32/64-bit and ARM armv7. Ideally, that library would be added separately as a system-dependent portion, because everything else should be ISA independent. [ small DEPENDS fixes added by koen ] Signed-off-by: Jason Kridner <jdk@ti.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>