Openembedded Devel Discussions
 help / color / mirror / Atom feed
From: Martin Jansa <martin.jansa@gmail.com>
To: openembedded-devel@lists.openembedded.org
Subject: Re: [meta-oe][PATCH v2 0/9] add openlmi and it's depends
Date: Wed, 29 Jul 2015 16:56:18 +0200	[thread overview]
Message-ID: <20150729145618.GA12478@jama> (raw)
In-Reply-To: <1435571855-62168-1-git-send-email-leimaohui@cn.fujitsu.com>

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

On Mon, Jun 29, 2015 at 05:57:26PM +0800, Lei Maohui wrote:
> OpenLMI  = Open Linux Management Infrastructure.
> OpenLMI is open-source project aiming to improve management of Linux systems using WBEM standards.

Still fails to build on jenkins, logs in:
http://errors.yoctoproject.org/Errors/Build/7660/

> Lei Maohui (9):
>   openlmi: add new recipe openlmi
>   cim-schema-exper: add new recipe for openlmi
>   cmpi-bindings: add new recipe for openlmi
>   konkretcmpi:add new recipe for openlmi
>   sblim-sfcb: add new recipe for openlmi
>   sblim-sfcCommon: add new recipe
>   sblim-cmpi-devel: add new recipe
>   cim-schema_2.40.0.bb: delete
>   pywbem: add new recipe
> 
>  .../cim-schema/cim-schema-exper_2.39.0.bb          | 26 +++++++
>  .../cim-schema/cim-schema-final_2.40.0.bb          | 31 +++++++++
>  .../cim-schema/cim-schema/files/LICENSE            | 34 +++++++++
>  .../cim-schema/cim-schema_2.40.0.bb                | 31 ---------
>  .../cmpi-bindings/0001-Fix-error.patch             | 26 +++++++
>  .../cmpi-bindings/0001-Modify-cmakelist.patch      | 41 +++++++++++
>  .../cmpi-bindings-0.4.17-no-ruby-perl.patch        | 44 ++++++++++++
>  .../cmpi-bindings-0.4.17-sblim-sigsegv.patch       | 22 ++++++
>  .../cmpi-bindings-0.9.5-python-lib-dir.patch       | 17 +++++
>  .../cmpi-bindings/cmpi-bindings_git.bb             | 31 +++++++++
>  ...-0.9.2-fix-returning-instance-from-method.patch | 38 ++++++++++
>  .../konkretcmpi/konkretcmpi_0.9.2.bb               | 33 +++++++++
>  .../openlmi/openlmi-networking_0.3.1.bb            | 29 ++++++++
>  .../openlmi/openlmi-providers/0001-fix-error.patch | 26 +++++++
>  .../openlmi/openlmi-providers_0.6.0.bb             | 54 +++++++++++++++
>  .../openlmi/openlmi-storage_0.8.1.bb               | 31 +++++++++
>  .../openlmi/openlmi-tools_0.10.5.bb                | 23 +++++++
>  meta-oe/recipes-extended/pywbem/pywbem_0.8.0.bb    | 36 ++++++++++
>  .../sblim-cmpi-devel-2.0.3-docdir.patch            | 17 +++++
>  .../sblim-cmpi-devel/sblim-cmpi-devel_2.0.3.bb     | 18 +++++
>  .../sblim-sfcCommon/sblim-sfcCommon_1.0.1.bb       | 23 +++++++
>  .../recipes-extended/sblim-sfcb/files/sfcb.service | 11 +++
>  .../sblim-sfcb-1.3.15-fix-provider-debugging.patch | 12 ++++
>  .../sblim-sfcb-1.3.16-maxMsgLen.patch              | 14 ++++
>  .../sblim-sfcb-1.3.16-multilib-man-cfg.patch       | 41 +++++++++++
>  ...blim-sfcb-1.3.9-sfcbrepos-schema-location.patch | 42 ++++++++++++
>  .../sblim-sfcb-1.4.5-service.patch                 | 27 ++++++++
>  .../sblim-sfcb-1.4.8-default-ecdh-curve-name.patch | 26 +++++++
>  .../sblim-sfcb/sblim-sfcb_1.4.8.bb                 | 80 ++++++++++++++++++++++
>  29 files changed, 853 insertions(+), 31 deletions(-)
>  create mode 100644 meta-networking/recipes-support/cim-schema/cim-schema-exper_2.39.0.bb
>  create mode 100644 meta-networking/recipes-support/cim-schema/cim-schema-final_2.40.0.bb
>  create mode 100644 meta-networking/recipes-support/cim-schema/cim-schema/files/LICENSE
>  delete mode 100644 meta-networking/recipes-support/cim-schema/cim-schema_2.40.0.bb
>  create mode 100644 meta-oe/recipes-extended/cmpi-bindings/cmpi-bindings/0001-Fix-error.patch
>  create mode 100644 meta-oe/recipes-extended/cmpi-bindings/cmpi-bindings/0001-Modify-cmakelist.patch
>  create mode 100644 meta-oe/recipes-extended/cmpi-bindings/cmpi-bindings/cmpi-bindings-0.4.17-no-ruby-perl.patch
>  create mode 100644 meta-oe/recipes-extended/cmpi-bindings/cmpi-bindings/cmpi-bindings-0.4.17-sblim-sigsegv.patch
>  create mode 100644 meta-oe/recipes-extended/cmpi-bindings/cmpi-bindings/cmpi-bindings-0.9.5-python-lib-dir.patch
>  create mode 100644 meta-oe/recipes-extended/cmpi-bindings/cmpi-bindings_git.bb
>  create mode 100644 meta-oe/recipes-extended/konkretcmpi/konkretcmpi/konkretcmpi-0.9.2-fix-returning-instance-from-method.patch
>  create mode 100644 meta-oe/recipes-extended/konkretcmpi/konkretcmpi_0.9.2.bb
>  create mode 100644 meta-oe/recipes-extended/openlmi/openlmi-networking_0.3.1.bb
>  create mode 100644 meta-oe/recipes-extended/openlmi/openlmi-providers/0001-fix-error.patch
>  create mode 100644 meta-oe/recipes-extended/openlmi/openlmi-providers_0.6.0.bb
>  create mode 100644 meta-oe/recipes-extended/openlmi/openlmi-storage_0.8.1.bb
>  create mode 100644 meta-oe/recipes-extended/openlmi/openlmi-tools_0.10.5.bb
>  create mode 100644 meta-oe/recipes-extended/pywbem/pywbem_0.8.0.bb
>  create mode 100644 meta-oe/recipes-extended/sblim-cmpi-devel/sblim-cmpi-devel/sblim-cmpi-devel-2.0.3-docdir.patch
>  create mode 100644 meta-oe/recipes-extended/sblim-cmpi-devel/sblim-cmpi-devel_2.0.3.bb
>  create mode 100644 meta-oe/recipes-extended/sblim-sfcCommon/sblim-sfcCommon_1.0.1.bb
>  create mode 100644 meta-oe/recipes-extended/sblim-sfcb/files/sfcb.service
>  create mode 100644 meta-oe/recipes-extended/sblim-sfcb/sblim-sfcb-1.4.8/sblim-sfcb-1.3.15-fix-provider-debugging.patch
>  create mode 100644 meta-oe/recipes-extended/sblim-sfcb/sblim-sfcb-1.4.8/sblim-sfcb-1.3.16-maxMsgLen.patch
>  create mode 100644 meta-oe/recipes-extended/sblim-sfcb/sblim-sfcb-1.4.8/sblim-sfcb-1.3.16-multilib-man-cfg.patch
>  create mode 100644 meta-oe/recipes-extended/sblim-sfcb/sblim-sfcb-1.4.8/sblim-sfcb-1.3.9-sfcbrepos-schema-location.patch
>  create mode 100644 meta-oe/recipes-extended/sblim-sfcb/sblim-sfcb-1.4.8/sblim-sfcb-1.4.5-service.patch
>  create mode 100644 meta-oe/recipes-extended/sblim-sfcb/sblim-sfcb-1.4.8/sblim-sfcb-1.4.8-default-ecdh-curve-name.patch
>  create mode 100644 meta-oe/recipes-extended/sblim-sfcb/sblim-sfcb_1.4.8.bb
> 
> -- 
> 1.8.4.2
> 
> -- 
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-devel

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

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

  parent reply	other threads:[~2015-07-29 14:56 UTC|newest]

Thread overview: 19+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-06-29  9:57 [meta-oe][PATCH v2 0/9] add openlmi and it's depends Lei Maohui
2015-06-29  9:57 ` [meta-oe][PATCH v2 1/9] openlmi: add new recipe openlmi Lei Maohui
2015-06-29  9:57 ` [meta-oe][PATCH v2 2/9] cim-schema-exper: add new recipe for openlmi Lei Maohui
2015-06-29  9:57 ` [meta-oe][PATCH v2 3/9] cmpi-bindings: " Lei Maohui
2015-06-29  9:57 ` [meta-oe][PATCH v2 4/9] konkretcmpi:add " Lei Maohui
2015-06-29  9:57 ` [meta-oe][PATCH v2 5/9] sblim-sfcb: add " Lei Maohui
2015-06-29  9:57 ` [meta-oe][PATCH v2 6/9] sblim-sfcCommon: add new recipe Lei Maohui
2015-06-29  9:57 ` [meta-oe][PATCH v2 7/9] sblim-cmpi-devel: " Lei Maohui
2015-06-29  9:57 ` [meta-oe][PATCH v2 8/9] cim-schema_2.40.0.bb: delete Lei Maohui
2015-06-29  9:57 ` [meta-oe][PATCH v2 9/9] pywbem: add new recipe Lei Maohui
2015-06-29 10:17 ` [meta-oe][PATCH v2 0/9] add openlmi and it's depends Andreas Oberritter
2015-06-29 11:12   ` Martin Jansa
2015-06-30  7:26     ` Lei, Maohui
2015-06-30 11:40       ` Martin Jansa
2015-07-01  7:04         ` Bian, Naimeng
2015-07-10  9:45         ` Lei, Maohui
2015-07-10 11:03           ` Martin Jansa
2015-07-29 14:56 ` Martin Jansa [this message]
2015-07-30  4:02   ` Lei, Maohui

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20150729145618.GA12478@jama \
    --to=martin.jansa@gmail.com \
    --cc=openembedded-devel@lists.openembedded.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox