Commit Graph

29 Commits

Author SHA1 Message Date
Martin Jansa ee17367838 cloud9: Fix branch param
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2014-04-20 15:41:44 +02:00
Jason Kridner 5baa832786 cloud9: update repository for sass.js
Updated repository location due to old repository being removed.

http://www.mail-archive.com/openembedded-devel@lists.openembedded.org/msg32587.html

Signed-off-by: Jason Kridner <jdk@ti.com>
Cc: Dale Schaafsma <dales773@hotmail.com>
Acked-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-09-17 19:06:28 +02:00
Martin Jansa a45830a39b recipes: Unify indentation
* This change is only aesthetic (unlike indentation in Python
  tasks).
* Some recipes were using tabs.
* Some were using 8 spaces.
* Some were using mix or different number of spaces.
* Make them consistently use 4 spaces everywhere.
* Yocto styleguide advises to use tabs (but the only reason to keep
  tabs is the need to update a lot of recipes). Lately this advice
  was also merged into the styleguide on the OE wiki.
* Using 4 spaces in both types of tasks is better because it's less
  error prone when someone is not sure if e.g.
  do_generate_toolchain_file() is Python or shell task and also allows
  to highlight every tab used in .bb, .inc, .bbappend, .bbclass as
  potentially bad (shouldn't be used for indenting of multiline
  variable assignments and cannot be used for Python tasks).
* Don't indent closing quote on multiline variables
  we're quite inconsistent wheater it's first character on line
  under opening quote or under first non-whitespace character in
  previous line.

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Acked-by: Koen Kooi <koen@dominion.thruhere.net>
2013-04-15 16:23:17 +02:00
Martin Jansa eb0e685982 cloud9: move systemd support from meta-systemd back to meta-oe
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-04-15 16:22:03 +02:00
Koen Kooi 5ce31df17f cloud9: use node4 to build o3-xml binary
Using node 0.8.x will make it crash at runtime

Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-04-15 16:16:52 +02:00
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