From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by yocto-www.yoctoproject.org (Postfix, from userid 118) id D310AE00826; Fri, 28 Apr 2017 04:11:44 -0700 (PDT) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on yocto-www.yoctoproject.org X-Spam-Level: X-Spam-Status: No, score=-2.0 required=5.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, HTML_MESSAGE, RCVD_IN_DNSWL_NONE autolearn=ham version=3.3.1 X-Spam-HAM-Report: * -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% * [score: 0.0000] * 0.0 HTML_MESSAGE BODY: HTML included in message * -0.1 DKIM_VALID_AU Message has a valid DKIM or DK signature from author's * domain * 0.1 DKIM_SIGNED Message has a DKIM or DK signature, not necessarily * valid * -0.1 DKIM_VALID Message has at least one valid DKIM or DK signature * -0.0 RCVD_IN_DNSWL_NONE RBL: Sender listed at http://www.dnswl.org/, no * trust * [74.125.82.43 listed in list.dnswl.org] Received: from mail-wm0-f43.google.com (mail-wm0-f43.google.com [74.125.82.43]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id 81040E007B5 for ; Fri, 28 Apr 2017 04:11:40 -0700 (PDT) Received: by mail-wm0-f43.google.com with SMTP id u65so39257882wmu.1 for ; Fri, 28 Apr 2017 04:11:40 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=globallogic.com; s=google; h=mime-version:in-reply-to:references:from:date:message-id:subject:to; bh=unXhiB2D8xZ09RhlME3OQJJkHv8oswcH66NjbA4KF/I=; b=CayBEHLdbmkLK2/UHkuAm9L5Xib5XeZoDKEhsVx2nzPJpgaEMjV8NM+E/HSo3yfq/q Iu3z9ruLDaxAlP2afjpO/PpJqfkUKaFwfy1xE2MovtMmEMcELArY9kT4AQAttpfRdnyE ELCQdXqfgmqnwKXgh/L+2F9TvWTNOA1UyDwhk= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to; bh=unXhiB2D8xZ09RhlME3OQJJkHv8oswcH66NjbA4KF/I=; b=jdcThBhCTpfekV78oopZBy1mInjO/FHt0l6ZshLBfXhiF/gEUBxQ7PDt/NeYKqZ7Mn TWPzAFos82742tUpeFU+1qnNPQJBvqPvvq28xhgucAO8COkYd9SfbgaAcC8xjoL3uj7F IABChHEGxAUgpF8S/aCXhA9vFbTUYOACAPL8xdZ7TWgIPzEKjpOTaZR2YRTy5sumrNN4 7Q25wuUCh1cvK78ZOI33VafRqxZYSyOfB2lIFkLpzvKsHY7j8ctl9Sfqz6NXUjQXt0b7 kONRroZp6n0QttLwnp4XtEXpLVetdszROhr7hB4hE2AqajiptvHh3EGKN5qJcv1SlTzs +UEg== X-Gm-Message-State: AN3rC/7/5lmZUntRkT+1z4a/n0FHh/dSAbYClDGHFMnoxcBpAggd/Rj5 pLhheAX5uxJQ04/JKP1R/PmiHoo4N/r5 X-Received: by 10.28.49.136 with SMTP id x130mr5053737wmx.137.1493377899644; Fri, 28 Apr 2017 04:11:39 -0700 (PDT) MIME-Version: 1.0 Received: by 10.223.154.13 with HTTP; Fri, 28 Apr 2017 04:11:09 -0700 (PDT) In-Reply-To: <1490280257-11855-1-git-send-email-iurii.mykhalskyi@globallogic.com> References: <1490280257-11855-1-git-send-email-iurii.mykhalskyi@globallogic.com> From: Iurii Mykhalskyi Date: Fri, 28 Apr 2017 14:11:09 +0300 Message-ID: To: meta-virtualization@yoctoproject.org, bruce.ashfield@windriver.com, mark.asselstine@windriver.com Subject: Re: [PATCH] xen: Fix mistype error in xen-watchdog systemd service X-BeenThere: meta-virtualization@yoctoproject.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: "Discussion of layer enabling hypervisor, virtualization tool stack, and cloud support" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 28 Apr 2017 11:11:44 -0000 Content-Type: multipart/alternative; boundary=001a1142dfc0396701054e3823b2 --001a1142dfc0396701054e3823b2 Content-Type: text/plain; charset=UTF-8 Hello guys, any updates regarding this patch? On Thu, Mar 23, 2017 at 4:44 PM, Iurii Mykhalskyi < iurii.mykhalskyi@globallogic.com> wrote: > Due to error in naming this service will not be autoenabled in > systems with systemd init manager > > Signed-off-by: Iurii Mykhalskyi > --- > recipes-extended/xen/xen.inc | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/recipes-extended/xen/xen.inc b/recipes-extended/xen/xen.inc > index 0084274..a28d474 100644 > --- a/recipes-extended/xen/xen.inc > +++ b/recipes-extended/xen/xen.inc > @@ -720,7 +720,7 @@ INITSCRIPT_PARAMS_${PN}-devd = "defaults 82" > > # systemd packages > SYSTEMD_PACKAGES = "${PN}-xen-watchdog ${PN}-xencommons ${PN}-xendomains" > -SYSTEMD_SERVICE_${PN}-watchdog = "xen-watchdog.service" > +SYSTEMD_SERVICE_${PN}-xen-watchdog = "xen-watchdog.service" > SYSTEMD_SERVICE_${PN}-xencommons = " \ > proc-xen.mount \ > var-lib-xenstored.mount \ > -- > 2.7.4 > > -- Iurii Mykhalskyi | Lead Software Engineer GlobalLogic P +38.044.492.9695x3664 M +38.096.311.5467 S mad-nemoi www.globallogic.com http://www.globallogic.com/email_disclaimer.txt --001a1142dfc0396701054e3823b2 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
Hello guys,

any updates regarding this = patch?

On Thu,= Mar 23, 2017 at 4:44 PM, Iurii Mykhalskyi <iurii.mykhalsky= i@globallogic.com> wrote:
D= ue to error in naming this service will not be autoenabled in
systems with systemd init manager

Signed-off-by: Iurii Mykhalskyi <iurii.mykhalskyi@globallogic.com>
---
=C2=A0recipes-extended/xen/xen.inc | 2 +-
=C2=A01 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/recipes-extended/xen/xen.inc b/recipes-extended/xen/xen.inc index 0084274..a28d474 100644
--- a/recipes-extended/xen/xen.inc
+++ b/recipes-extended/xen/xen.inc
@@ -720,7 +720,7 @@ INITSCRIPT_PARAMS_${PN}-devd =3D "defaults 82"= ;

=C2=A0# systemd packages
=C2=A0SYSTEMD_PACKAGES =3D "${PN}-xen-watchdog ${PN}-xencommons ${PN}-= xendomains"
-SYSTEMD_SERVICE_${PN}-watchdog =3D "xen-watchdog.service" +SYSTEMD_SERVICE_${PN}-xen-watchdog =3D "xen-watchdog.service&quo= t;
=C2=A0SYSTEMD_SERVICE_${PN}-xencommons =3D " \
=C2=A0 =C2=A0 =C2=A0proc-xen.mount \
=C2=A0 =C2=A0 =C2=A0var-lib-xenstored.mount \
--
2.7.4




--

Iurii Mykhalskyi | = Lead Software Engineer
GlobalLogic=
P=C2=A0
+38.044.492.9695x= 3664=C2=A0 M +38.096.31= 1.5467=C2=A0 S mad-nemoi
www.glob= allogic.com

http://www.globallogic.com/email_disclaimer.txt
=
--001a1142dfc0396701054e3823b2--