From: Martin Jansa <martin.jansa@gmail.com>
To: openembedded-devel@lists.openembedded.org
Subject: Re: [meta-oe][PATCH v3 0/8] add openlmi and it's depends
Date: Fri, 31 Jul 2015 15:47:59 +0200 [thread overview]
Message-ID: <20150731134759.GA2460@jama> (raw)
In-Reply-To: <1438310864-15716-1-git-send-email-leimaohui@cn.fujitsu.com>
[-- Attachment #1: Type: text/plain, Size: 6364 bytes --]
On Fri, Jul 31, 2015 at 10:47:36AM +0800, Lei Maohui wrote:
> OpenLMI = Open Linux Management Infrastructure.
> OpenLMI is open-source project aiming to improve management of Linux systems using WBEM standards.
>
> Lei Maohui (8):
> pywbem:add new recipe
> sblim-cmpi-devel: add new recipe
> cmpi-bindings: add new recipe
> konkretcmpi: add new recipe for openlmi
> sblim-sfcCommon: add new recipe
> sblim-sfcb: add new recipe for openlmi
> cim-schema-exper: add new recipe for openlmi
> openlmi: add openlmi and it's depends
Some of these were merged to master yesterday, can you please rebase and
send only remaining recipes (and possibly some follow-up patches if
needed)?
>
> .../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 ++++
> .../0001-fix-build-error-when-the-swig-3.0.6.patch | 268 +++++++++++++++++++++
> .../0001-fix-the-build-error-when-python-3.0.patch | 31 +++
> .../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 | 37 +++
> .../konkretcmpi/konkretcmpi-native_0.9.2.bb | 27 +++
> ...-0.9.2-fix-returning-instance-from-method.patch | 38 +++
> .../konkretcmpi/konkretcmpi_0.9.2.bb | 32 +++
> .../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 | 25 ++
> .../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 | 82 +++++++
> 32 files changed, 1188 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/0001-fix-build-error-when-the-swig-3.0.6.patch
> create mode 100644 meta-oe/recipes-extended/cmpi-bindings/cmpi-bindings/0001-fix-the-build-error-when-python-3.0.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-native_0.9.2.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 --]
next prev parent reply other threads:[~2015-07-31 13:47 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-07-31 2:47 [meta-oe][PATCH v3 0/8] add openlmi and it's depends Lei Maohui
2015-07-31 2:47 ` [meta-oe][PATCH v3 1/8] pywbem:add new recipe Lei Maohui
2015-07-31 2:47 ` [meta-oe][PATCH v3 2/8] sblim-cmpi-devel: add " Lei Maohui
2015-07-31 2:47 ` [meta-oe][PATCH v3 3/8] cmpi-bindings: " Lei Maohui
2015-07-31 2:47 ` [meta-oe][PATCH v3 4/8] konkretcmpi: add new recipe for openlmi Lei Maohui
2015-07-31 2:47 ` [meta-oe][PATCH v3 5/8] sblim-sfcCommon: add new recipe Lei Maohui
2015-07-31 2:47 ` [meta-oe][PATCH v3 6/8] sblim-sfcb: add new recipe for openlmi Lei Maohui
2015-07-31 2:47 ` [meta-oe][PATCH v3 7/8] cim-schema-exper: " Lei Maohui
2015-07-31 2:47 ` [meta-oe][PATCH v3 8/8] openlmi: add openlmi and it's depends Lei Maohui
2015-07-31 13:47 ` Martin Jansa [this message]
2015-08-03 2:32 ` [meta-oe][PATCH v3 0/8] " 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=20150731134759.GA2460@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