From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by yocto-www.yoctoproject.org (Postfix, from userid 118) id 5196CE00521; Tue, 2 Dec 2014 11:42:05 -0800 (PST) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on yocto-www.yoctoproject.org X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,RCVD_IN_DNSWL_NONE autolearn=ham version=3.3.1 X-Spam-HAM-Report: * -0.0 RCVD_IN_DNSWL_NONE RBL: Sender listed at http://www.dnswl.org/, no * trust * [192.94.38.131 listed in list.dnswl.org] * -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% * [score: 0.0000] Received: from relay1.mentorg.com (relay1.mentorg.com [192.94.38.131]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id 13B66E002F9 for ; Tue, 2 Dec 2014 11:42:00 -0800 (PST) Received: from svr-orw-fem-03.mgc.mentorg.com ([147.34.97.39]) by relay1.mentorg.com with esmtp id 1XvtKh-0001MZ-V6 from Joe_MacDonald@mentor.com ; Tue, 02 Dec 2014 11:42:00 -0800 Received: from burninator (147.34.91.1) by svr-orw-fem-03.mgc.mentorg.com (147.34.97.39) with Microsoft SMTP Server id 14.3.181.6; Tue, 2 Dec 2014 11:41:59 -0800 Received: by burninator (Postfix, from userid 1000) id DC9315814AD; Tue, 2 Dec 2014 14:41:58 -0500 (EST) Date: Tue, 2 Dec 2014 14:41:58 -0500 From: Joe MacDonald To: Alexandru Vaduva Message-ID: <20141202194158.GD12784@mentor.com> References: <1417507403-7408-1-git-send-email-biannm@cn.fujitsu.com> <634293792.2309525.1417529010302.JavaMail.yahoo@jws100116.mail.ne1.yahoo.com> <20141202193747.GC12784@mentor.com> MIME-Version: 1.0 In-Reply-To: <20141202193747.GC12784@mentor.com> X-URL: http://github.com/joeythesaint/joe-s-common-environment/tree/master X-Configuration: git://github.com/joeythesaint/joe-s-common-environment.git X-Editor: Vim-704 http://www.vim.org User-Agent: Mutt/1.5.21 (2010-09-15) Cc: "yocto@yoctoproject.org" Subject: Re: [PATCH 0/2] Add some recipes X-BeenThere: yocto@yoctoproject.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: Discussion of all things Yocto Project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 02 Dec 2014 19:42:05 -0000 X-Groupsio-MsgNum: 22455 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="ryJZkp9/svQ58syV" Content-Disposition: inline --ryJZkp9/svQ58syV Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Oop, forgot one thing. [Re: [yocto] [PATCH 0/2] Add some recipes] On 14.12.02 (Tue 14:37) Joe MacD= onald wrote: > [Re: [yocto] [PATCH 0/2] Add some recipes] On 14.12.02 (Tue 14:03) Alexan= dru Vaduva wrote: >=20 > > Hello Bian, > >=20 > > Did you know that the multipath tools recipe was also available inside = the > > meta-oe and meta-virtualization? > > I do not have any problems with it being available in meta-cgl. I just= wanted > > to hear other opinions because I would like to make sure we do not get = to that > > point where we keep various versions of various recipes in a variety of= places. > > It will be a nightmare to work with them in the future. >=20 > I completely agree, and I that's mostly the consensus of the community. > Since meta-cgl already has dependencies on both meta-virtualization and > meta-oe, I think it makes the most sense to try to keep updates for the > multipath recipes in one or both of those layers. My recommendation > would be to update the meta-oe one as it has broader applicability, but > of course that's up to the submitter and the layer maintainers to > decide. It may be that it's appropriate to maintain a bbappend for the > recipe in meta-cgl, but I think it'd be good to send it for inclusion in > meta-oe first. >=20 > Just my thoughts on it. > -J. >=20 > > Once again, just to make it clear. I am ok with the patches, I will mer= ge all > > three of them (corosync, multipath and drbd) but I just wanted to make = sure you > > took this into consideration. > > Also I like the idea of having drbd recipe inside and the fact that you= like to > > get involved in this initiative. I forgot to mention (or I don't see the email in the archive if I did remember it) that I'd be willing to take drbd in meta-networking if you guys want it there once the issues with the submission have been resolved since, to my view, it's not hugely different than, say iSCSI. (But, of course, that's a different, unrelated flavour of pain right now =2E.. :-) ) So you can consider that. -J. > > Hope to hear more from you and also that I will be able to help more. > >=20 > >=20 > > Alex Vaduva > >=20 > >=20 > > On Tuesday, December 2, 2014 10:07 AM, Bian Naimeng > > wrote: > >=20 > >=20 > > Bian Naimeng (2): > > [meta-cgl] device-mapper-multipath: add recipe > > [meta-cgl]drbd: add recipe > >=20 > > .../device-mapper-multipath/multipathd.init.patch | 12 +++++ > > .../device-mapper-multipath_0.5.0.bb | 53 ++++++++++++++++= ++++ > > meta-cgl-common/recipes-cgl/drbd/drbd/drbd.service | 12 +++++ > > meta-cgl-common/recipes-cgl/drbd/drbd_8.4.4.bb | 57 ++++++++++++++++= ++++++ > > 4 files changed, 134 insertions(+) > > create mode 100644 meta-cgl-common/recipes-cgl/device-mapper-multipath/ > > device-mapper-multipath/multipathd.init.patch > > create mode 100644 meta-cgl-common/recipes-cgl/device-mapper-multipath/ > > device-mapper-multipath_0.5.0.bb > > create mode 100644 meta-cgl-common/recipes-cgl/drbd/drbd/drbd.service > > create mode 100644 meta-cgl-common/recipes-cgl/drbd/drbd_8.4.4.bb > >=20 > > -- > > 1.9.1 > >=20 > > -- > > _______________________________________________ > > yocto mailing list > > yocto@yoctoproject.org > > https://lists.yoctoproject.org/listinfo/yocto > >=20 > >=20 >=20 --=20 -Joe MacDonald. :wq --ryJZkp9/svQ58syV Content-Type: application/pgp-signature; name="signature.asc" Content-Description: Digital signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.12 (GNU/Linux) iQEcBAEBAgAGBQJUfhYGAAoJEEn8ffcsOfaWarcIANmacEvy/p6sBjOoE5XmTdZi eAK8NapOB8Jd7hOctciTQPOXp4/JpV+w5QMeyJPMPudWLAHoUPAMAt9ifIr8u5Si OvqGYF/Vh3l9Fbg3D9Ae+36TrTIsYJOoseNXkI8vgagCf5mI0lILSbnbASb0otli 6w8OkrXBc0ZFIiOh17fbVeOmzWdhC89RZk93LlMOVhJe8prKgp0jaQ4FkZybmOlP XdOQQTJAGa7A/6SILfFHO/FcVTI1/GRtztRuwSn20B9J7xL7Kc7MTPsdIZnjDZmd aV7aZu6JazfI83TeLgngYZQRRKG+fFqWVhVfjqtxlufLTSfoldp9fZLw/mL5RJo= =xv/d -----END PGP SIGNATURE----- --ryJZkp9/svQ58syV--