aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-devtools/cloud9
AgeCommit message (Collapse)Author
2017-04-05recipes: add removal date to PNBLACKLIST messagesMartin Jansa
* based on discussion in pndeprecated thread: https://patchwork.openembedded.org/patch/137573/ update the messages to warn possible users that the recipe will be removed before the end of the next development cycle (before Yocto 2.4 is released). * updated with: sed -i 's/^\(PNBLACKLIST.*".*\)"/\1 - the recipe will be removed on 2017-09-01 unless the issue is fixed"/g' `git grep PNBLACKLIST | sed 's/:.*//g' | sort -u | xargs` * then noticed couple recipes being blacklisted only based on DISTRO_FEATURES, so removed those: meta-networking/recipes-support/lksctp-tools/lksctp-tools_1.0.17.bb meta-oe/recipes-connectivity/bluez/bluez-hcidump_2.5.bb meta-oe/recipes-connectivity/bluez/bluez4_4.101.bb meta-oe/recipes-connectivity/bluez/gst-plugin-bluetooth_4.101.bb meta-oe/recipes-navigation/foxtrotgps/foxtrotgps_1.1.1.bb meta-oe/recipes-navigation/gypsy/gypsy.inc meta-oe/recipes-navigation/navit/navit.inc meta-oe/recipes-support/opensync/libsyncml_0.5.4.bb * if it isn't fixed by this date, it's fair game to be removed whenever someone gets around to i Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2016-08-22meta-oe: remove trailing spacesMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2015-03-10cloud9, nodejs4: blacklistMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2014-07-15meta-oe: fix no newline at end of fileRobert Yang
Add a '\n' to the last line of the file to fix: No newline at end of file Signed-off-by: Robert Yang <liezhi.yang@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2014-05-03cloud9: fix compilation error with o3 moduleMatthieu CRAPET
Take a more recent revision. See related issue: https://github.com/ajaxorg/o3/commit/0bfd58559fee135d96788ba35115d5de68703609 Signed-off-by: Matthieu Crapet <Matthieu.Crapet@ingenico.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2014-02-23recipes: convert remaining SUMMARY/DESCRIPTION cosmetic issuesMatthieu CRAPET
Changes: - rename SUMMARY with length > 80 to DESCRIPTION - rename DESCRIPTION with length < 80 to (non present tag) SUMMARY - drop final point character at the end of SUMMARY string - remove trailing whitespace of SUMMARY line Note: don't bump PR Signed-off-by: Matthieu Crapet <Matthieu.Crapet@ingenico.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2014-01-01cloud9: Fix branch paramMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-09-17cloud9: update repository for sass.jsJason Kridner
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-04-15recipes: Unify indentationMartin Jansa
* 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-15cloud9: move systemd support from meta-systemd back to meta-oeMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-04-15cloud9: use node4 to build o3-xml binaryKoen Kooi
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>
2012-07-16cloud9: move systemd support to meta-systemdAndreas Müller
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
2012-05-16cloud9: add patch to make it use nodejs 0.6.x for executing scriptsKoen Kooi
This matches the default nodejs version in OE Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2012-05-16cloud9: add patch to make it use nodejs 0.6.x for executing scriptsKoen Kooi
This matches the default nodejs version in OE Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2012-04-18cloud9: silence systemd bbclass WARNING, ${PN}-systemd is unwantedKoen Kooi
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2012-04-09cloud9: remove 0.5.1Koen Kooi
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2012-04-09cloud9: add 0.6Koen Kooi
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2012-04-08cloud9 0.5.1: use nodejs4 instead of nodejsKoen Kooi
This allows using nodejs 0.6.x for apps, but running cloud9 using node4 Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2012-03-11cloud9: remove unneded systemd codeAndreas Müller
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2012-02-23cloud9: use systemd_unitdir variableMartin Jansa
* 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-02cloud9: convert to systemd bbclassKoen Kooi
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-11-10cloud9: fixed loading of o3.nodeJason Kridner
Signed-off-by: Jason Kridner <jdk@ti.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-11-09cloud9: updated to latest versionJason Kridner
Signed-off-by: Jason Kridner <jdk@ti.com> Signed-off-by: Koen Kooi <k-kooi@ti.com>
2011-11-07cloud9: bump SRCREVsKoen Kooi
This makes the builtin console work a bit better Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-11-06cloud9: remove obsolete patchKoen Kooi
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-11-02cloud9: add avahi service fileKoen Kooi
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-10-24cloud9 0.5.1: fix up node-o3-xml library locationKoen Kooi
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-10-22cloud9: build node-03-xml manually, waf is just too broken for crosscompilationJason Kridner
Also adjust packaging Signed-off-by: Jason Kridner <jdk@ti.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-10-21Cloud9: incremental submodule and build fixesJason Kridner
Signed-off-by: Jason Kridner <jdk@ti.com>
2011-10-19cloud9 0.5.1: convert to fetch SRC_URIKoen Kooi
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-10-11cloud9 0.5.1: fix do_installKoen Kooi
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-10-10cloud9: add systemd unitKoen Kooi
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-10-09cloud9: add full gzip to RDEPENDS, stock busybox lacks the --best optionKoen Kooi
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-10-07cloud9: fix packagingKoen Kooi
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-10-07cloud9: createdJason Kridner
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>