Commit Graph

24 Commits

Author SHA1 Message Date
Andreas Müller
23d5e85065 cloud9: move systemd support to meta-systemd
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
2012-07-16 09:39:07 +02:00
Koen Kooi
690a67b2d7 cloud9: add patch to make it use nodejs 0.6.x for executing scripts
This matches the default nodejs version in OE

Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2012-05-16 08:11:17 +02:00
Koen Kooi
343487cdb5 cloud9: add patch to make it use nodejs 0.6.x for executing scripts
This matches the default nodejs version in OE

Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2012-05-16 07:27:45 +02:00
Koen Kooi
9535dceed5 cloud9: silence systemd bbclass WARNING, ${PN}-systemd is unwanted
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2012-04-18 10:49:50 +02:00
Koen Kooi
15cc3fb0ce cloud9: remove 0.5.1
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2012-04-09 13:46:21 +02:00
Koen Kooi
c2dee44573 cloud9: add 0.6
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2012-04-09 12:15:51 +02:00
Koen Kooi
da0fb166a4 cloud9 0.5.1: use nodejs4 instead of nodejs
This allows using nodejs 0.6.x for apps, but running cloud9 using node4

Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2012-04-08 21:49:05 +02:00
Andreas Müller
5b45051bca cloud9: remove unneded systemd code
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2012-03-11 10:10:38 -07:00
Martin Jansa
aa26673c83 cloud9: use systemd_unitdir variable
* 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>
2012-02-23 16:46:32 +01:00
Koen Kooi
5e073def1a cloud9: convert to systemd bbclass
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2012-02-02 19:21:28 +01:00
Jason Kridner
5dc56d6dfe cloud9: fixed loading of o3.node
Signed-off-by: Jason Kridner <jdk@ti.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-11-10 08:53:57 +01:00
Jason Kridner
ae79e07160 cloud9: updated to latest version
Signed-off-by: Jason Kridner <jdk@ti.com>
Signed-off-by: Koen Kooi <k-kooi@ti.com>
2011-11-09 20:27:08 +01:00
Koen Kooi
37b7c23afc cloud9: bump SRCREVs
This makes the builtin console work a bit better

Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-11-07 15:42:23 +01:00
Koen Kooi
25bac0e4f4 cloud9: remove obsolete patch
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-11-06 07:22:00 +01:00
Koen Kooi
b3d7efbc9a cloud9: add avahi service file
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-11-02 19:10:55 +01:00
Koen Kooi
a8068cb238 cloud9 0.5.1: fix up node-o3-xml library location
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-10-24 11:36:55 +02:00
Jason Kridner
081dc53fb6 cloud9: build node-03-xml manually, waf is just too broken for crosscompilation
Also adjust packaging

Signed-off-by: Jason Kridner <jdk@ti.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-10-22 09:15:12 +02:00
Jason Kridner
36423031ae Cloud9: incremental submodule and build fixes
Signed-off-by: Jason Kridner <jdk@ti.com>
2011-10-21 14:57:30 +02:00
Koen Kooi
59f9d80e83 cloud9 0.5.1: convert to fetch SRC_URI
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-10-19 14:48:02 +02:00
Koen Kooi
d7f068e524 cloud9 0.5.1: fix do_install
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-10-11 21:30:33 +02:00
Koen Kooi
7ab4010c82 cloud9: add systemd unit
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-10-10 20:11:53 +02:00
Koen Kooi
bfe74ae397 cloud9: add full gzip to RDEPENDS, stock busybox lacks the --best option
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-10-09 19:34:05 +02:00
Koen Kooi
c961f62180 cloud9: fix packaging
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-10-07 23:13:18 +02:00
Jason Kridner
e57ec76108 cloud9: created
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>
2011-10-07 20:24:22 +02:00