All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-oe][PATCH v2] collectd: make pinba support a selectable feature
@ 2014-08-18  7:05 Maciej Borzecki
  2014-08-18  9:16 ` Martin Jansa
  0 siblings, 1 reply; 3+ messages in thread
From: Maciej Borzecki @ 2014-08-18  7:05 UTC (permalink / raw)
  To: openembedded-devel, Martin Jansa; +Cc: Paul Eggleton, Maciek Borzecki

Pinba support requires protobuf-c that is currently only available in
meta-virtualization layer. Make this a selectable feature.

Signed-off-by: Maciej Borzecki <maciej.borzecki@open-rnd.pl>
Signed-off-by: Maciek Borzecki <maciek.borzecki@gmail.com>
---

Notes:
    Updated pinba plugin dependency to protobuf-c.

 meta-oe/recipes-extended/collectd/collectd_5.2.2.bb | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meta-oe/recipes-extended/collectd/collectd_5.2.2.bb b/meta-oe/recipes-extended/collectd/collectd_5.2.2.bb
index 30279c2..443f85d 100644
--- a/meta-oe/recipes-extended/collectd/collectd_5.2.2.bb
+++ b/meta-oe/recipes-extended/collectd/collectd_5.2.2.bb
@@ -32,6 +32,7 @@ PACKAGECONFIG[sensors] = "--enable-sensors --with-libsensors=yes, \
         --disable-sensors --with-libsensors=no,lmsensors"
 PACKAGECONFIG[amqp] = "--enable-amqp --with-librabbitmq=yes, \
         --disable-amqp --with-librabbitmq=no,rabbitmq-c"
+PACKAGECONFIG[pinba] = "--enable-pinba,--disable-pinba,protobuf-c-native protobuf-c"
 
 EXTRA_OECONF = " \
                 ${FPLAYOUT} \
-- 
1.9.0



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

* Re: [meta-oe][PATCH v2] collectd: make pinba support a selectable feature
  2014-08-18  7:05 [meta-oe][PATCH v2] collectd: make pinba support a selectable feature Maciej Borzecki
@ 2014-08-18  9:16 ` Martin Jansa
  2014-08-18  9:43   ` Maciej Borzecki
  0 siblings, 1 reply; 3+ messages in thread
From: Martin Jansa @ 2014-08-18  9:16 UTC (permalink / raw)
  To: Maciej Borzecki; +Cc: Paul Eggleton, Maciek Borzecki, openembedded-devel

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

On Mon, Aug 18, 2014 at 09:05:22AM +0200, Maciej Borzecki wrote:
> Pinba support requires protobuf-c that is currently only available in
> meta-virtualization layer. Make this a selectable feature.

I'll add this as comment above PACKAGECONFIG as requested.

> Signed-off-by: Maciej Borzecki <maciej.borzecki@open-rnd.pl>
> Signed-off-by: Maciek Borzecki <maciek.borzecki@gmail.com>
> ---
> 
> Notes:
>     Updated pinba plugin dependency to protobuf-c.
> 
>  meta-oe/recipes-extended/collectd/collectd_5.2.2.bb | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/meta-oe/recipes-extended/collectd/collectd_5.2.2.bb b/meta-oe/recipes-extended/collectd/collectd_5.2.2.bb
> index 30279c2..443f85d 100644
> --- a/meta-oe/recipes-extended/collectd/collectd_5.2.2.bb
> +++ b/meta-oe/recipes-extended/collectd/collectd_5.2.2.bb
> @@ -32,6 +32,7 @@ PACKAGECONFIG[sensors] = "--enable-sensors --with-libsensors=yes, \
>          --disable-sensors --with-libsensors=no,lmsensors"
>  PACKAGECONFIG[amqp] = "--enable-amqp --with-librabbitmq=yes, \
>          --disable-amqp --with-librabbitmq=no,rabbitmq-c"
> +PACKAGECONFIG[pinba] = "--enable-pinba,--disable-pinba,protobuf-c-native protobuf-c"
>  
>  EXTRA_OECONF = " \
>                  ${FPLAYOUT} \
> -- 
> 1.9.0
> 

-- 
Martin 'JaMa' Jansa     jabber: Martin.Jansa@gmail.com

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 188 bytes --]

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

* Re: [meta-oe][PATCH v2] collectd: make pinba support a selectable feature
  2014-08-18  9:16 ` Martin Jansa
@ 2014-08-18  9:43   ` Maciej Borzecki
  0 siblings, 0 replies; 3+ messages in thread
From: Maciej Borzecki @ 2014-08-18  9:43 UTC (permalink / raw)
  To: Martin Jansa; +Cc: Paul Eggleton, openembedded-devel

On Monday 18 of August 2014 11:16:58 Martin Jansa wrote:
> On Mon, Aug 18, 2014 at 09:05:22AM +0200, Maciej Borzecki wrote:
> > Pinba support requires protobuf-c that is currently only available in
> > meta-virtualization layer. Make this a selectable feature.
> 
> I'll add this as comment above PACKAGECONFIG as requested.

Great. Thanks.

> 
> > Signed-off-by: Maciej Borzecki <maciej.borzecki@open-rnd.pl>
> > Signed-off-by: Maciek Borzecki <maciek.borzecki@gmail.com>
> > ---
> > 
> > Notes:
> >     Updated pinba plugin dependency to protobuf-c.
> >  
> >  meta-oe/recipes-extended/collectd/collectd_5.2.2.bb | 1 +
> >  1 file changed, 1 insertion(+)
> > 
> > diff --git a/meta-oe/recipes-extended/collectd/collectd_5.2.2.bb
> > b/meta-oe/recipes-extended/collectd/collectd_5.2.2.bb index
> > 30279c2..443f85d 100644
> > --- a/meta-oe/recipes-extended/collectd/collectd_5.2.2.bb
> > +++ b/meta-oe/recipes-extended/collectd/collectd_5.2.2.bb
> > @@ -32,6 +32,7 @@ PACKAGECONFIG[sensors] = "--enable-sensors
> > --with-libsensors=yes, \> 
> >          --disable-sensors --with-libsensors=no,lmsensors"
> >  
> >  PACKAGECONFIG[amqp] = "--enable-amqp --with-librabbitmq=yes, \
> >  
> >          --disable-amqp --with-librabbitmq=no,rabbitmq-c"
> > 
> > +PACKAGECONFIG[pinba] = "--enable-pinba,--disable-pinba,protobuf-c-native
> > protobuf-c"> 
> >  EXTRA_OECONF = " \
> >  
> >                  ${FPLAYOUT} \

-- 

Maciej Borzęcki 
Senior Software Engineer Open-RnD Sp. z o.o. 
www.open-rnd.pl, Facebook, Twitter 
mobile: +48 telefon, fax: +48 42 657 9079 

Niniejsza wiadomość wraz z załącznikami może zawierać chronione prawem lub 
poufne informacje i została wysłana wyłącznie do wiadomości i użytku osób, do 
których została zaadresowana. Jeśli wiadomość została otrzymana przypadkowo 
zabrania się jej kopiowania lub rozsyłania do osób trzecich. W takim przypadku 
uprasza się o natychmiastowe zniszczenie wiadomości oraz poinformowanie 
nadawcy o zaistniałej sytuacji za pomocą wiadomości zwrotnej. Dziękujemy. 

This message, including any attachments hereto, may contain privileged or 
confidential information and is sent solely for the attention and use of the 
intended addressee(s). If you are not an intended addressee, you may neither 
use this message nor copy or deliver it to anyone. In such case, you should 
immediately destroy this message and kindly notify the sender by reply email. 
Thank you.


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

end of thread, other threads:[~2014-08-18  9:43 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-08-18  7:05 [meta-oe][PATCH v2] collectd: make pinba support a selectable feature Maciej Borzecki
2014-08-18  9:16 ` Martin Jansa
2014-08-18  9:43   ` Maciej Borzecki

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.