All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-virtualization][m-c-s][PATCH 1/8] Uprev'd yajl-ruby to 1.4.0
@ 2020-02-20 19:57 Nathan Hartman
  2020-02-20 19:58 ` [meta-virtualization][m-c-s][PATCH 2/8] Initial concurrent-ruby, tzinfo and tzinfo-data ruby recipes Nathan Hartman
                   ` (7 more replies)
  0 siblings, 8 replies; 10+ messages in thread
From: Nathan Hartman @ 2020-02-20 19:57 UTC (permalink / raw)
  To: meta-virtualization; +Cc: Nathan Hartman

Signed-off-by: Nathan Hartman <hnathan918@gmail.com>
---
 .../recipes-devtools/ruby/yajl-ruby_1.4.0.bb  | 11 ++++++++
 .../recipes-devtools/ruby/yajl-ruby_git.bb    | 26 -------------------
 2 files changed, 11 insertions(+), 26 deletions(-)
 create mode 100644 meta-openstack/recipes-devtools/ruby/yajl-ruby_1.4.0.bb
 delete mode 100644 meta-openstack/recipes-devtools/ruby/yajl-ruby_git.bb

diff --git a/meta-openstack/recipes-devtools/ruby/yajl-ruby_1.4.0.bb b/meta-openstack/recipes-devtools/ruby/yajl-ruby_1.4.0.bb
new file mode 100644
index 0000000..4393476
--- /dev/null
+++ b/meta-openstack/recipes-devtools/ruby/yajl-ruby_1.4.0.bb
@@ -0,0 +1,11 @@
+SUMMARY = "A streaming JSON parsing and encoding library for Ruby (C bindings to yajl)"
+HOMEPAGE = "http://rdoc.info/projects/brianmario/yajl-ruby"
+
+LICENSE = "MIT"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=7dbd3a9f471247a243db5b62fe091587"
+
+SRC_URI = "git://github.com/brianmario/yajl-ruby.git;protocol=https;tag=1.4.0"
+
+S = "${WORKDIR}/git"
+
+inherit ruby
diff --git a/meta-openstack/recipes-devtools/ruby/yajl-ruby_git.bb b/meta-openstack/recipes-devtools/ruby/yajl-ruby_git.bb
deleted file mode 100644
index 9d8ba54..0000000
--- a/meta-openstack/recipes-devtools/ruby/yajl-ruby_git.bb
+++ /dev/null
@@ -1,26 +0,0 @@
-#
-# Copyright (C) 2014 Wind River Systems, Inc.
-#
-SUMMARY = "C binding to the excellent YAJL JSON parsing and generation library."
-DESCRIPTION = "This gem is a C binding to the excellent YAJL JSON \
-parsing and generation library."
-
-LICENSE = "MIT"
-LIC_FILES_CHKSUM = "file://MIT-LICENSE;md5=7edc7ac9885163399dacc69a54b1dc3a"
-
-PR = "r0"
-
-BPV = "1.2.1"
-PV = "${BPV}"
-SRCREV = "d8a0b8d5c879b0810b43eaab241fb87b68c93453"
-
-S = "${WORKDIR}/git"
-
-SRC_URI = " \
-    git://github.com/brianmario/yajl-ruby.git \
-    file://0001-Don-t-compile-extensions.patch \
-    "
-
-inherit ruby
-
-BBCLASSEXTEND = "native"
-- 
2.17.1


^ permalink raw reply related	[flat|nested] 10+ messages in thread

* [meta-virtualization][m-c-s][PATCH 2/8] Initial concurrent-ruby, tzinfo and tzinfo-data ruby recipes
  2020-02-20 19:57 [meta-virtualization][m-c-s][PATCH 1/8] Uprev'd yajl-ruby to 1.4.0 Nathan Hartman
@ 2020-02-20 19:58 ` Nathan Hartman
  2020-02-20 19:58 ` [meta-virtualization][m-c-s][PATCH 3/8] Initial cool.io ruby recipe Nathan Hartman
                   ` (6 subsequent siblings)
  7 siblings, 0 replies; 10+ messages in thread
From: Nathan Hartman @ 2020-02-20 19:58 UTC (permalink / raw)
  To: meta-virtualization; +Cc: Nathan Hartman

Signed-off-by: Nathan Hartman <hnathan918@gmail.com>
---
 ...emoved-check-for-concurrent_ruby.jar.patch | 26 +++++++++++++++++++
 .../ruby/concurrent-ruby_1.1.6.bb             | 12 +++++++++
 .../ruby/tzinfo-data_1.2019.3.bb              | 11 ++++++++
 .../recipes-devtools/ruby/tzinfo_2.0.1.bb     | 13 ++++++++++
 4 files changed, 62 insertions(+)
 create mode 100644 meta-openstack/recipes-devtools/ruby/concurrent-ruby/0001-Removed-check-for-concurrent_ruby.jar.patch
 create mode 100644 meta-openstack/recipes-devtools/ruby/concurrent-ruby_1.1.6.bb
 create mode 100644 meta-openstack/recipes-devtools/ruby/tzinfo-data_1.2019.3.bb
 create mode 100644 meta-openstack/recipes-devtools/ruby/tzinfo_2.0.1.bb

diff --git a/meta-openstack/recipes-devtools/ruby/concurrent-ruby/0001-Removed-check-for-concurrent_ruby.jar.patch b/meta-openstack/recipes-devtools/ruby/concurrent-ruby/0001-Removed-check-for-concurrent_ruby.jar.patch
new file mode 100644
index 0000000..777dc31
--- /dev/null
+++ b/meta-openstack/recipes-devtools/ruby/concurrent-ruby/0001-Removed-check-for-concurrent_ruby.jar.patch
@@ -0,0 +1,26 @@
+From becf55b5d1ffe7a2856e0c4b240d08a90b2ed573 Mon Sep 17 00:00:00 2001
+From: Nathan Hartman <nathan.hartman@windriver.com>
+Date: Thu, 20 Feb 2020 13:10:02 -0500
+Subject: [PATCH] Removed jar file check
+
+---
+ concurrent-ruby.gemspec | 3 +--
+ 1 file changed, 1 insertion(+), 2 deletions(-)
+
+diff --git a/concurrent-ruby.gemspec b/concurrent-ruby.gemspec
+index ad5d0489..1b2aa04e 100644
+--- a/concurrent-ruby.gemspec
++++ b/concurrent-ruby.gemspec
+@@ -16,8 +16,7 @@ Gem::Specification.new do |s|
+   s.files            = [*Dir['lib/concurrent-ruby/**/*.rb'] & git_files,
+                         *Dir['ext/concurrent-ruby/**/*'] & git_files,
+                         'Rakefile',
+-                        'Gemfile',
+-                        'lib/concurrent-ruby/concurrent/concurrent_ruby.jar'
++                        'Gemfile'
+   ]
+   s.extra_rdoc_files = Dir['README*', 'LICENSE*', 'CHANGELOG*']
+   s.require_paths    = ['lib/concurrent-ruby']
+-- 
+2.20.1
+
diff --git a/meta-openstack/recipes-devtools/ruby/concurrent-ruby_1.1.6.bb b/meta-openstack/recipes-devtools/ruby/concurrent-ruby_1.1.6.bb
new file mode 100644
index 0000000..a328203
--- /dev/null
+++ b/meta-openstack/recipes-devtools/ruby/concurrent-ruby_1.1.6.bb
@@ -0,0 +1,12 @@
+SUMMARY = "Modern concurrency tools including agents, futures, promises, thread pools, supervisors, and more. Inspired by Erlang, Clojure, Scala, Go, Java, JavaScript, and classic concurrency patterns."
+HOMEPAGE = "http://www.concurrent-ruby.com"
+
+LICENSE = "MIT"
+LIC_FILES_CHKSUM = "file://LICENSE.md;md5=fde65ae93d18826f70c6fe125aa04297"
+
+SRC_URI = "git://github.com/ruby-concurrency/concurrent-ruby.git;protocol=https;tag=v1.1.6\
+	   file://0001-Removed-check-for-concurrent_ruby.jar.patch"
+
+S = "${WORKDIR}/git"
+
+inherit ruby
diff --git a/meta-openstack/recipes-devtools/ruby/tzinfo-data_1.2019.3.bb b/meta-openstack/recipes-devtools/ruby/tzinfo-data_1.2019.3.bb
new file mode 100644
index 0000000..5fb6005
--- /dev/null
+++ b/meta-openstack/recipes-devtools/ruby/tzinfo-data_1.2019.3.bb
@@ -0,0 +1,11 @@
+SUMMARY = "TZInfo::Data - Timezone Data for TZInfo"
+HOMEPAGE = "https://tzinfo.github.io/"
+
+LICENSE = "MIT"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=c326926e773a4e99e89820f5d8a0966f"
+
+SRC_URI = "git://github.com/tzinfo/tzinfo-data.git;protocol=https;tag=v1.2019.3"
+
+S = "${WORKDIR}/git"
+
+inherit ruby
diff --git a/meta-openstack/recipes-devtools/ruby/tzinfo_2.0.1.bb b/meta-openstack/recipes-devtools/ruby/tzinfo_2.0.1.bb
new file mode 100644
index 0000000..2ea1f2d
--- /dev/null
+++ b/meta-openstack/recipes-devtools/ruby/tzinfo_2.0.1.bb
@@ -0,0 +1,13 @@
+SUMMARY = "TZInfo - Ruby Timezone Library"
+HOMEPAGE = "https://tzinfo.github.io/"
+
+LICENSE = "MIT"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=c326926e773a4e99e89820f5d8a0966f"
+
+SRC_URI = "git://github.com/tzinfo/tzinfo.git;protocol=https;tag=v2.0.1"
+
+S = "${WORKDIR}/git"
+
+RDEPENDS_${PN} = "concurrent-ruby"
+
+inherit ruby
-- 
2.17.1


^ permalink raw reply related	[flat|nested] 10+ messages in thread

* [meta-virtualization][m-c-s][PATCH 3/8] Initial cool.io ruby recipe
  2020-02-20 19:57 [meta-virtualization][m-c-s][PATCH 1/8] Uprev'd yajl-ruby to 1.4.0 Nathan Hartman
  2020-02-20 19:58 ` [meta-virtualization][m-c-s][PATCH 2/8] Initial concurrent-ruby, tzinfo and tzinfo-data ruby recipes Nathan Hartman
@ 2020-02-20 19:58 ` Nathan Hartman
  2020-02-20 19:58 ` [meta-virtualization][m-c-s][PATCH 4/8] Initial http_parser.rb " Nathan Hartman
                   ` (5 subsequent siblings)
  7 siblings, 0 replies; 10+ messages in thread
From: Nathan Hartman @ 2020-02-20 19:58 UTC (permalink / raw)
  To: meta-virtualization; +Cc: Nathan Hartman

Signed-off-by: Nathan Hartman <hnathan918@gmail.com>
---
 .../recipes-devtools/ruby/cool.io_1.6.0.bb           | 12 ++++++++++++
 1 file changed, 12 insertions(+)
 create mode 100644 meta-openstack/recipes-devtools/ruby/cool.io_1.6.0.bb

diff --git a/meta-openstack/recipes-devtools/ruby/cool.io_1.6.0.bb b/meta-openstack/recipes-devtools/ruby/cool.io_1.6.0.bb
new file mode 100644
index 0000000..baa6340
--- /dev/null
+++ b/meta-openstack/recipes-devtools/ruby/cool.io_1.6.0.bb
@@ -0,0 +1,12 @@
+SUMMARY = 'Simple evented I/O for Ruby (but please check out Celluloid::IO instead)'
+HOMEPAGE = 'http://coolio.github.com'
+
+LICENSE = 'MIT'
+LIC_FILES_CHKSUM = 'file://LICENSE;md5=a5e7701a63eb0a961f98cd10475129b9'
+
+SRC_URI = 'git://github.com/tarcieri/cool.io.git;protocol=https;tag=v1.6.0'
+
+S = '${WORKDIR}/git'
+
+inherit ruby
+
-- 
2.17.1


^ permalink raw reply related	[flat|nested] 10+ messages in thread

* [meta-virtualization][m-c-s][PATCH 4/8] Initial http_parser.rb ruby recipe
  2020-02-20 19:57 [meta-virtualization][m-c-s][PATCH 1/8] Uprev'd yajl-ruby to 1.4.0 Nathan Hartman
  2020-02-20 19:58 ` [meta-virtualization][m-c-s][PATCH 2/8] Initial concurrent-ruby, tzinfo and tzinfo-data ruby recipes Nathan Hartman
  2020-02-20 19:58 ` [meta-virtualization][m-c-s][PATCH 3/8] Initial cool.io ruby recipe Nathan Hartman
@ 2020-02-20 19:58 ` Nathan Hartman
  2020-02-20 19:58 ` [meta-virtualization][m-c-s][PATCH 5/8] Initial msgpack " Nathan Hartman
                   ` (4 subsequent siblings)
  7 siblings, 0 replies; 10+ messages in thread
From: Nathan Hartman @ 2020-02-20 19:58 UTC (permalink / raw)
  To: meta-virtualization; +Cc: Nathan Hartman

Signed-off-by: Nathan Hartman <hnathan918@gmail.com>
---
 .../ruby/http-parser.rb_0.6.0.bb              | 22 +++++++++++++++++++
 1 file changed, 22 insertions(+)
 create mode 100644 meta-openstack/recipes-devtools/ruby/http-parser.rb_0.6.0.bb

diff --git a/meta-openstack/recipes-devtools/ruby/http-parser.rb_0.6.0.bb b/meta-openstack/recipes-devtools/ruby/http-parser.rb_0.6.0.bb
new file mode 100644
index 0000000..db52ebd
--- /dev/null
+++ b/meta-openstack/recipes-devtools/ruby/http-parser.rb_0.6.0.bb
@@ -0,0 +1,22 @@
+SUMMARY = "simple callback-based HTTP request/response parser"
+HOMEPAGE = "https://rubygems.org/gems/http_parser.rb"
+
+LICENSE = "MIT"
+LIC_FILES_CHKSUM = "file://LICENSE-MIT;md5=157efc3766c6d07d3d857ebbab43351a"
+
+SRC_URI = "git://github.com/tmm1/http_parser.rb.git;protocol=https;tag=v0.6.0"
+
+S = "${WORKDIR}/git"
+
+# Bitbake doesn't allow the underscore in file name, hence the dash
+SRCNAME = "http_parser.rb"
+
+DEPENDS = "git"
+
+inherit ruby
+
+# Download the submodules
+do_configure_prepend() {
+	cd ${WORKDIR}/git
+	git submodule update --init --recursive
+}
-- 
2.17.1


^ permalink raw reply related	[flat|nested] 10+ messages in thread

* [meta-virtualization][m-c-s][PATCH 5/8] Initial msgpack ruby recipe
  2020-02-20 19:57 [meta-virtualization][m-c-s][PATCH 1/8] Uprev'd yajl-ruby to 1.4.0 Nathan Hartman
                   ` (2 preceding siblings ...)
  2020-02-20 19:58 ` [meta-virtualization][m-c-s][PATCH 4/8] Initial http_parser.rb " Nathan Hartman
@ 2020-02-20 19:58 ` Nathan Hartman
  2020-02-20 19:58 ` [meta-virtualization][m-c-s][PATCH 6/8] Initial sigdump and serverengine ruby recipes Nathan Hartman
                   ` (3 subsequent siblings)
  7 siblings, 0 replies; 10+ messages in thread
From: Nathan Hartman @ 2020-02-20 19:58 UTC (permalink / raw)
  To: meta-virtualization; +Cc: Nathan Hartman

Signed-off-by: Nathan Hartman <hnathan918@gmail.com>
---
 .../recipes-devtools/ruby/msgpack_1.3.3.bb           | 12 ++++++++++++
 1 file changed, 12 insertions(+)
 create mode 100644 meta-openstack/recipes-devtools/ruby/msgpack_1.3.3.bb

diff --git a/meta-openstack/recipes-devtools/ruby/msgpack_1.3.3.bb b/meta-openstack/recipes-devtools/ruby/msgpack_1.3.3.bb
new file mode 100644
index 0000000..063a852
--- /dev/null
+++ b/meta-openstack/recipes-devtools/ruby/msgpack_1.3.3.bb
@@ -0,0 +1,12 @@
+SUMMARY = "MessagePack implementation for Ruby"
+HOMEPAGE = "http://msgpack.org/"
+
+LICENSE = "Apache-2.0"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=2ee41112a44fe7014dce33e26468ba93"
+
+SRC_URI = "git://github.com/msgpack/msgpack-ruby.git;protocol=https;tag=v${PV}"
+
+S = "${WORKDIR}/git"
+
+inherit ruby
+
-- 
2.17.1


^ permalink raw reply related	[flat|nested] 10+ messages in thread

* [meta-virtualization][m-c-s][PATCH 6/8] Initial sigdump and serverengine ruby recipes
  2020-02-20 19:57 [meta-virtualization][m-c-s][PATCH 1/8] Uprev'd yajl-ruby to 1.4.0 Nathan Hartman
                   ` (3 preceding siblings ...)
  2020-02-20 19:58 ` [meta-virtualization][m-c-s][PATCH 5/8] Initial msgpack " Nathan Hartman
@ 2020-02-20 19:58 ` Nathan Hartman
  2020-02-20 19:58 ` [meta-virtualization][m-c-s][PATCH 7/8] Initial strptime ruby recipe Nathan Hartman
                   ` (2 subsequent siblings)
  7 siblings, 0 replies; 10+ messages in thread
From: Nathan Hartman @ 2020-02-20 19:58 UTC (permalink / raw)
  To: meta-virtualization; +Cc: Nathan Hartman

Signed-off-by: Nathan Hartman <hnathan918@gmail.com>
---
 .../recipes-devtools/ruby/serverengine_2.2.1.bb     | 13 +++++++++++++
 .../recipes-devtools/ruby/sigdump_0.2.4.bb          | 11 +++++++++++
 2 files changed, 24 insertions(+)
 create mode 100644 meta-openstack/recipes-devtools/ruby/serverengine_2.2.1.bb
 create mode 100644 meta-openstack/recipes-devtools/ruby/sigdump_0.2.4.bb

diff --git a/meta-openstack/recipes-devtools/ruby/serverengine_2.2.1.bb b/meta-openstack/recipes-devtools/ruby/serverengine_2.2.1.bb
new file mode 100644
index 0000000..1ed8f9e
--- /dev/null
+++ b/meta-openstack/recipes-devtools/ruby/serverengine_2.2.1.bb
@@ -0,0 +1,13 @@
+SUMMARY = 'A framework to implement robust multiprocess servers like Unicorn'
+HOMEPAGE = 'https://rubygems.org/gems/serverengine'
+
+LICENSE = 'Apache-2.0'
+LIC_FILES_CHKSUM = 'file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57'
+
+SRC_URI = 'git://github.com/treasure-data/serverengine.git;protocol=https;tag=v2.2.1'
+
+S = '${WORKDIR}/git'
+
+RDEPENDS_${PN} = "sigdump"
+
+inherit ruby
diff --git a/meta-openstack/recipes-devtools/ruby/sigdump_0.2.4.bb b/meta-openstack/recipes-devtools/ruby/sigdump_0.2.4.bb
new file mode 100644
index 0000000..fbf651e
--- /dev/null
+++ b/meta-openstack/recipes-devtools/ruby/sigdump_0.2.4.bb
@@ -0,0 +1,11 @@
+SUMMARY = "Use signal to show stacktrace of a Ruby process without restarting it"
+HOMEPAGE = "https://github.com/frsyuki/sigdump"
+
+LICENSE = "MIT"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=07d6218b18fb6826f04fd32b4918f085"
+
+SRC_URI = "git://github.com/frsyuki/sigdump.git;protocol=https;tag=v0.2.4"
+
+S = "${WORKDIR}/git"
+
+inherit ruby
-- 
2.17.1


^ permalink raw reply related	[flat|nested] 10+ messages in thread

* [meta-virtualization][m-c-s][PATCH 7/8] Initial strptime ruby recipe
  2020-02-20 19:57 [meta-virtualization][m-c-s][PATCH 1/8] Uprev'd yajl-ruby to 1.4.0 Nathan Hartman
                   ` (4 preceding siblings ...)
  2020-02-20 19:58 ` [meta-virtualization][m-c-s][PATCH 6/8] Initial sigdump and serverengine ruby recipes Nathan Hartman
@ 2020-02-20 19:58 ` Nathan Hartman
  2020-02-20 19:58 ` [meta-virtualization][m-c-s][PATCH 8/8] Initial fluentd recipe Nathan Hartman
  2020-02-20 21:25 ` [meta-virtualization][m-c-s][PATCH 0/8] Added Fluentd and dependencies Nathan Hartman
  7 siblings, 0 replies; 10+ messages in thread
From: Nathan Hartman @ 2020-02-20 19:58 UTC (permalink / raw)
  To: meta-virtualization; +Cc: Nathan Hartman

Signed-off-by: Nathan Hartman <hnathan918@gmail.com>
---
 .../recipes-devtools/ruby/strptime_0.2.3.bb         | 13 +++++++++++++
 1 file changed, 13 insertions(+)
 create mode 100644 meta-openstack/recipes-devtools/ruby/strptime_0.2.3.bb

diff --git a/meta-openstack/recipes-devtools/ruby/strptime_0.2.3.bb b/meta-openstack/recipes-devtools/ruby/strptime_0.2.3.bb
new file mode 100644
index 0000000..20a1f5b
--- /dev/null
+++ b/meta-openstack/recipes-devtools/ruby/strptime_0.2.3.bb
@@ -0,0 +1,13 @@
+SUMMARY = "a fast strpitme engine"
+HOMEPAGE = "https://github.com/nurse/strptime"
+
+LICENSE = "BSD-2-Clause"
+LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=f19575067ffc5f1ddc02c74eeef9904f"
+
+SRC_URI = "git://github.com/nurse/strptime.git;protocol=https;tag=v0.2.3"
+
+S = "${WORKDIR}/git"
+
+RDEPENDS_${PN} = "bash"
+
+inherit ruby
-- 
2.17.1


^ permalink raw reply related	[flat|nested] 10+ messages in thread

* [meta-virtualization][m-c-s][PATCH 8/8] Initial fluentd recipe
  2020-02-20 19:57 [meta-virtualization][m-c-s][PATCH 1/8] Uprev'd yajl-ruby to 1.4.0 Nathan Hartman
                   ` (5 preceding siblings ...)
  2020-02-20 19:58 ` [meta-virtualization][m-c-s][PATCH 7/8] Initial strptime ruby recipe Nathan Hartman
@ 2020-02-20 19:58 ` Nathan Hartman
  2020-02-20 21:25 ` [meta-virtualization][m-c-s][PATCH 0/8] Added Fluentd and dependencies Nathan Hartman
  7 siblings, 0 replies; 10+ messages in thread
From: Nathan Hartman @ 2020-02-20 19:58 UTC (permalink / raw)
  To: meta-virtualization; +Cc: Nathan Hartman

Signed-off-by: Nathan Hartman <hnathan918@gmail.com>
---
 .../recipes-devtools/ruby/fluentd_1.9.2.bb    | 19 +++++++++++++++++++
 1 file changed, 19 insertions(+)
 create mode 100644 meta-openstack/recipes-devtools/ruby/fluentd_1.9.2.bb

diff --git a/meta-openstack/recipes-devtools/ruby/fluentd_1.9.2.bb b/meta-openstack/recipes-devtools/ruby/fluentd_1.9.2.bb
new file mode 100644
index 0000000..768bc21
--- /dev/null
+++ b/meta-openstack/recipes-devtools/ruby/fluentd_1.9.2.bb
@@ -0,0 +1,19 @@
+SUMMARY = "Fluentdu Open-Source Log Collector"
+HOMEPAGE = "https://www.fluentd.org/"
+LICENSE = "Apache-2.0"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=1ffc336af228834e68e0a4d38da165f7"
+
+SRC_URI = "git://github.com/fluent/fluentd.git;protocol=https;tag=v${PV}"
+
+S = "${WORKDIR}/git"
+
+RDEPENDS_${PN} = "cool.io http-parser.rb msgpack serverengine sigdump strptime tzinfo tzinfo-data yajl-ruby"
+
+inherit ruby
+
+do_install_append() {
+	install -d ${D}/etc/fluent/
+	install ${S}/fluent.conf ${D}/etc/fluent/fluent.conf
+}
+
+INSANE_SKIP_${PN} = "installed-vs-shipped"
-- 
2.17.1


^ permalink raw reply related	[flat|nested] 10+ messages in thread

* Re: [meta-virtualization][m-c-s][PATCH 0/8] Added Fluentd and dependencies
  2020-02-20 19:57 [meta-virtualization][m-c-s][PATCH 1/8] Uprev'd yajl-ruby to 1.4.0 Nathan Hartman
                   ` (6 preceding siblings ...)
  2020-02-20 19:58 ` [meta-virtualization][m-c-s][PATCH 8/8] Initial fluentd recipe Nathan Hartman
@ 2020-02-20 21:25 ` Nathan Hartman
  2020-02-27 22:17   ` Bruce Ashfield
  7 siblings, 1 reply; 10+ messages in thread
From: Nathan Hartman @ 2020-02-20 21:25 UTC (permalink / raw)
  To: meta-virtualization

[-- Attachment #1: Type: text/plain, Size: 3647 bytes --]

This series adds recipes for Fluentd and it's Ruby dependencies. Fluentd is
a data collector and log shipper employed by several cloud services. I'm
submitting the Ruby dependencies to m-c-s as the original meta-ruby layer
from meta-openembedded was removed.

Regards,
Nathan.


 meta-openstack/recipes-devtools/ruby/concurrent-ruby/0001-Removed-check-for-concurrent_ruby.jar.patch
| 26 ++++++++++++++++++++++++++
 meta-openstack/recipes-devtools/ruby/concurrent-ruby_1.1.6.bb
| 12 ++++++++++++
 meta-openstack/recipes-devtools/ruby/cool.io_1.6.0.bb
| 12 ++++++++++++
 meta-openstack/recipes-devtools/ruby/fluentd_1.9.2.bb
| 19 +++++++++++++++++++
 meta-openstack/recipes-devtools/ruby/http-parser.rb_0.6.0.bb
| 22 ++++++++++++++++++++++
 meta-openstack/recipes-devtools/ruby/msgpack_1.3.3.bb
| 12 ++++++++++++
 meta-openstack/recipes-devtools/ruby/serverengine_2.2.1.bb
| 13 +++++++++++++
 meta-openstack/recipes-devtools/ruby/sigdump_0.2.4.bb
| 11 +++++++++++
 meta-openstack/recipes-devtools/ruby/strptime_0.2.3.bb
| 13 +++++++++++++
 meta-openstack/recipes-devtools/ruby/tzinfo-data_1.2019.3.bb
| 11 +++++++++++
 meta-openstack/recipes-devtools/ruby/tzinfo_2.0.1.bb
| 13 +++++++++++++
 meta-openstack/recipes-devtools/ruby/yajl-ruby_1.4.0.bb
| 11 +++++++++++
 meta-openstack/recipes-devtools/ruby/yajl-ruby_git.bb
| 26 --------------------------
 13 files changed, 175 insertions(+), 26 deletions(-)



On Thu, 20 Feb 2020 at 14:58, Nathan Hartman <hnathan918@gmail.com> wrote:

> Signed-off-by: Nathan Hartman <hnathan918@gmail.com>
> ---
>  .../recipes-devtools/ruby/yajl-ruby_1.4.0.bb  | 11 ++++++++
>  .../recipes-devtools/ruby/yajl-ruby_git.bb    | 26 -------------------
>  2 files changed, 11 insertions(+), 26 deletions(-)
>  create mode 100644 meta-openstack/recipes-devtools/ruby/
> yajl-ruby_1.4.0.bb
>  delete mode 100644 meta-openstack/recipes-devtools/ruby/yajl-ruby_git.bb
>
> diff --git a/meta-openstack/recipes-devtools/ruby/yajl-ruby_1.4.0.bb
> b/meta-openstack/recipes-devtools/ruby/yajl-ruby_1.4.0.bb
> new file mode 100644
> index 0000000..4393476
> --- /dev/null
> +++ b/meta-openstack/recipes-devtools/ruby/yajl-ruby_1.4.0.bb
> @@ -0,0 +1,11 @@
> +SUMMARY = "A streaming JSON parsing and encoding library for Ruby (C
> bindings to yajl)"
> +HOMEPAGE = "http://rdoc.info/projects/brianmario/yajl-ruby"
> +
> +LICENSE = "MIT"
> +LIC_FILES_CHKSUM = "file://LICENSE;md5=7dbd3a9f471247a243db5b62fe091587"
> +
> +SRC_URI = "git://
> github.com/brianmario/yajl-ruby.git;protocol=https;tag=1.4.0"
> +
> +S = "${WORKDIR}/git"
> +
> +inherit ruby
> diff --git a/meta-openstack/recipes-devtools/ruby/yajl-ruby_git.bb
> b/meta-openstack/recipes-devtools/ruby/yajl-ruby_git.bb
> deleted file mode 100644
> index 9d8ba54..0000000
> --- a/meta-openstack/recipes-devtools/ruby/yajl-ruby_git.bb
> +++ /dev/null
> @@ -1,26 +0,0 @@
> -#
> -# Copyright (C) 2014 Wind River Systems, Inc.
> -#
> -SUMMARY = "C binding to the excellent YAJL JSON parsing and generation
> library."
> -DESCRIPTION = "This gem is a C binding to the excellent YAJL JSON \
> -parsing and generation library."
> -
> -LICENSE = "MIT"
> -LIC_FILES_CHKSUM =
> "file://MIT-LICENSE;md5=7edc7ac9885163399dacc69a54b1dc3a"
> -
> -PR = "r0"
> -
> -BPV = "1.2.1"
> -PV = "${BPV}"
> -SRCREV = "d8a0b8d5c879b0810b43eaab241fb87b68c93453"
> -
> -S = "${WORKDIR}/git"
> -
> -SRC_URI = " \
> -    git://github.com/brianmario/yajl-ruby.git \
> -    file://0001-Don-t-compile-extensions.patch \
> -    "
> -
> -inherit ruby
> -
> -BBCLASSEXTEND = "native"
> --
> 2.17.1
>
>

[-- Attachment #2: Type: text/html, Size: 7012 bytes --]

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: [meta-virtualization][m-c-s][PATCH 0/8] Added Fluentd and dependencies
  2020-02-20 21:25 ` [meta-virtualization][m-c-s][PATCH 0/8] Added Fluentd and dependencies Nathan Hartman
@ 2020-02-27 22:17   ` Bruce Ashfield
  0 siblings, 0 replies; 10+ messages in thread
From: Bruce Ashfield @ 2020-02-27 22:17 UTC (permalink / raw)
  To: hnathan918; +Cc: meta-virtualization

In message: Re: [meta-virtualization][m-c-s][PATCH 0/8] Added Fluentd and dependencies
on 20/02/2020 Nathan Hartman via Lists.Yoctoproject.Org wrote:

> This series adds recipes for Fluentd and it's Ruby dependencies. Fluentd is a
> data collector and log shipper employed by several cloud services. I'm
> submitting the Ruby dependencies to m-c-s as the original meta-ruby layer from
> meta-openembedded was removed.

Thanks Nathan,

Some of the commits didn't have a proper subsystem in the shortlogs,
but I went ahead and merged things regardless.

Also, I'm not sure how these were sent, but they came through with
an Author that the yocto git server rejected. I amended them with
your name .. and was able to push them.

Cheers,

Bruce

> 
> Regards,
> Nathan.
> 
> 
>  meta-openstack/recipes-devtools/ruby/concurrent-ruby/
> 0001-Removed-check-for-concurrent_ruby.jar.patch | 26
> ++++++++++++++++++++++++++
>  meta-openstack/recipes-devtools/ruby/concurrent-ruby_1.1.6.bb
>                                          | 12 ++++++++++++
>  meta-openstack/recipes-devtools/ruby/cool.io_1.6.0.bb
>                                                  | 12 ++++++++++++
>  meta-openstack/recipes-devtools/ruby/fluentd_1.9.2.bb
>                                                  | 19 +++++++++++++++++++
>  meta-openstack/recipes-devtools/ruby/http-parser.rb_0.6.0.bb
>                                           | 22 ++++++++++++++++++++++
>  meta-openstack/recipes-devtools/ruby/msgpack_1.3.3.bb
>                                                  | 12 ++++++++++++
>  meta-openstack/recipes-devtools/ruby/serverengine_2.2.1.bb
>                                             | 13 +++++++++++++
>  meta-openstack/recipes-devtools/ruby/sigdump_0.2.4.bb
>                                                  | 11 +++++++++++
>  meta-openstack/recipes-devtools/ruby/strptime_0.2.3.bb
>                                                 | 13 +++++++++++++
>  meta-openstack/recipes-devtools/ruby/tzinfo-data_1.2019.3.bb
>                                           | 11 +++++++++++
>  meta-openstack/recipes-devtools/ruby/tzinfo_2.0.1.bb
>                                                   | 13 +++++++++++++
>  meta-openstack/recipes-devtools/ruby/yajl-ruby_1.4.0.bb
>                                                | 11 +++++++++++
>  meta-openstack/recipes-devtools/ruby/yajl-ruby_git.bb
>                                                  | 26
> --------------------------
>  13 files changed, 175 insertions(+), 26 deletions(-)
> 
> 
> 
> 
> On Thu, 20 Feb 2020 at 14:58, Nathan Hartman <hnathan918@gmail.com> wrote:
> 
>     Signed-off-by: Nathan Hartman <hnathan918@gmail.com>
>     ---
>      .../recipes-devtools/ruby/yajl-ruby_1.4.0.bb  | 11 ++++++++
>      .../recipes-devtools/ruby/yajl-ruby_git.bb    | 26 -------------------
>      2 files changed, 11 insertions(+), 26 deletions(-)
>      create mode 100644 meta-openstack/recipes-devtools/ruby/yajl-ruby_1.4.0.bb
>      delete mode 100644 meta-openstack/recipes-devtools/ruby/yajl-ruby_git.bb
> 
>     diff --git a/meta-openstack/recipes-devtools/ruby/yajl-ruby_1.4.0.bb b/
>     meta-openstack/recipes-devtools/ruby/yajl-ruby_1.4.0.bb
>     new file mode 100644
>     index 0000000..4393476
>     --- /dev/null
>     +++ b/meta-openstack/recipes-devtools/ruby/yajl-ruby_1.4.0.bb
>     @@ -0,0 +1,11 @@
>     +SUMMARY = "A streaming JSON parsing and encoding library for Ruby (C
>     bindings to yajl)"
>     +HOMEPAGE = "http://rdoc.info/projects/brianmario/yajl-ruby"
>     +
>     +LICENSE = "MIT"
>     +LIC_FILES_CHKSUM = "file://LICENSE;md5=7dbd3a9f471247a243db5b62fe091587"
>     +
>     +SRC_URI = "git://github.com/brianmario/yajl-ruby.git;protocol=https;tag=
>     1.4.0"
>     +
>     +S = "${WORKDIR}/git"
>     +
>     +inherit ruby
>     diff --git a/meta-openstack/recipes-devtools/ruby/yajl-ruby_git.bb b/
>     meta-openstack/recipes-devtools/ruby/yajl-ruby_git.bb
>     deleted file mode 100644
>     index 9d8ba54..0000000
>     --- a/meta-openstack/recipes-devtools/ruby/yajl-ruby_git.bb
>     +++ /dev/null
>     @@ -1,26 +0,0 @@
>     -#
>     -# Copyright (C) 2014 Wind River Systems, Inc.
>     -#
>     -SUMMARY = "C binding to the excellent YAJL JSON parsing and generation
>     library."
>     -DESCRIPTION = "This gem is a C binding to the excellent YAJL JSON \
>     -parsing and generation library."
>     -
>     -LICENSE = "MIT"
>     -LIC_FILES_CHKSUM = "file://MIT-LICENSE;md5=
>     7edc7ac9885163399dacc69a54b1dc3a"
>     -
>     -PR = "r0"
>     -
>     -BPV = "1.2.1"
>     -PV = "${BPV}"
>     -SRCREV = "d8a0b8d5c879b0810b43eaab241fb87b68c93453"
>     -
>     -S = "${WORKDIR}/git"
>     -
>     -SRC_URI = " \
>     -    git://github.com/brianmario/yajl-ruby.git \
>     -    file://0001-Don-t-compile-extensions.patch \
>     -    "
>     -
>     -inherit ruby
>     -
>     -BBCLASSEXTEND = "native"
>     --
>     2.17.1
> 
> 

> 


^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2020-02-27 22:17 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-02-20 19:57 [meta-virtualization][m-c-s][PATCH 1/8] Uprev'd yajl-ruby to 1.4.0 Nathan Hartman
2020-02-20 19:58 ` [meta-virtualization][m-c-s][PATCH 2/8] Initial concurrent-ruby, tzinfo and tzinfo-data ruby recipes Nathan Hartman
2020-02-20 19:58 ` [meta-virtualization][m-c-s][PATCH 3/8] Initial cool.io ruby recipe Nathan Hartman
2020-02-20 19:58 ` [meta-virtualization][m-c-s][PATCH 4/8] Initial http_parser.rb " Nathan Hartman
2020-02-20 19:58 ` [meta-virtualization][m-c-s][PATCH 5/8] Initial msgpack " Nathan Hartman
2020-02-20 19:58 ` [meta-virtualization][m-c-s][PATCH 6/8] Initial sigdump and serverengine ruby recipes Nathan Hartman
2020-02-20 19:58 ` [meta-virtualization][m-c-s][PATCH 7/8] Initial strptime ruby recipe Nathan Hartman
2020-02-20 19:58 ` [meta-virtualization][m-c-s][PATCH 8/8] Initial fluentd recipe Nathan Hartman
2020-02-20 21:25 ` [meta-virtualization][m-c-s][PATCH 0/8] Added Fluentd and dependencies Nathan Hartman
2020-02-27 22:17   ` Bruce Ashfield

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.