All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] xen: delete references to xenstored.socket and xenstored_ro.socket in xen.inc
@ 2017-11-06 14:24 Yan Yankovskyi
  2017-11-13  9:40 ` Yan Yankovskyi
  0 siblings, 1 reply; 9+ messages in thread
From: Yan Yankovskyi @ 2017-11-06 14:24 UTC (permalink / raw)
  To: meta-virtualization

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

These files were removed since the followine patch
http://xenbits.xen.org/gitweb/?p=xen.git;a=commit;h=976ce01e103fc03bb3336cdbc6c951a709e285fe
and are absent in xen 4.8.0 and further, which leads to
the following error during the Xen build process:
do_package: SYSTEMD_SERVICE_xen-xencommons value xenstored.socket does not
exist

Signed-off-by: Yan Yankovskyi <yan.yankovskyi@globallogic.com>
---
 recipes-extended/xen/xen.inc | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/recipes-extended/xen/xen.inc b/recipes-extended/xen/xen.inc
index cb314f8..4d56de9 100644
--- a/recipes-extended/xen/xen.inc
+++ b/recipes-extended/xen/xen.inc
@@ -739,8 +739,6 @@ FILES_${PN}-xencommons += "\
     ${systemd_unitdir}/system/xenconsoled.service \
     ${systemd_unitdir}/system/xen-init-dom0.service \
     ${systemd_unitdir}/system/xenstored.service \
-    ${systemd_unitdir}/system/xenstored.socket \
-    ${systemd_unitdir}/system/xenstored_ro.socket \
     ${systemd_unitdir}/system/var-lib-xenstored.mount \
     "

@@ -780,8 +778,6 @@ SYSTEMD_SERVICE_${PN}-xencommons = " \
     xenconsoled.service \
     xen-init-dom0.service \
     xenstored.service \
-    xenstored.socket \
-    xenstored_ro.socket \
     "
 SYSTEMD_SERVICE_${PN}-xendomains = "xendomains.service"

-- 
2.7.4

-- 
Best regards,

Yan Yankovskyi | Associate Software Engineer, Ukraine
GlobalLogic
M  +380.95.049.64.73 <+380950496473>   Skype huandesale

www.globallogic.com

http://www.globallogic.com/email_disclaimer.txt

[-- Attachment #2: Type: text/html, Size: 4796 bytes --]

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

* Re: [PATCH] xen: delete references to xenstored.socket and xenstored_ro.socket in xen.inc
  2017-11-06 14:24 [PATCH] xen: delete references to xenstored.socket and xenstored_ro.socket in xen.inc Yan Yankovskyi
@ 2017-11-13  9:40 ` Yan Yankovskyi
  2017-11-13 13:35   ` Bruce Ashfield
  0 siblings, 1 reply; 9+ messages in thread
From: Yan Yankovskyi @ 2017-11-13  9:40 UTC (permalink / raw)
  To: meta-virtualization

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

So, what do you think about this patch? Presence of references to these
files breaks out of box xen build, and no one cares. Am I missing
something, or just so few people use xen?

On Mon, Nov 6, 2017 at 3:24 PM, Yan Yankovskyi <
yan.yankovskyi@globallogic.com> wrote:

> These files were removed since the followine patch
> http://xenbits.xen.org/gitweb/?p=xen.git;a=commit;h=
> 976ce01e103fc03bb3336cdbc6c951a709e285fe
> and are absent in xen 4.8.0 and further, which leads to
> the following error during the Xen build process:
> do_package: SYSTEMD_SERVICE_xen-xencommons value xenstored.socket does not
> exist
>
> Signed-off-by: Yan Yankovskyi <yan.yankovskyi@globallogic.com>
> ---
>  recipes-extended/xen/xen.inc | 4 ----
>  1 file changed, 4 deletions(-)
>
> diff --git a/recipes-extended/xen/xen.inc b/recipes-extended/xen/xen.inc
> index cb314f8..4d56de9 100644
> --- a/recipes-extended/xen/xen.inc
> +++ b/recipes-extended/xen/xen.inc
> @@ -739,8 +739,6 @@ FILES_${PN}-xencommons += "\
>      ${systemd_unitdir}/system/xenconsoled.service \
>      ${systemd_unitdir}/system/xen-init-dom0.service \
>      ${systemd_unitdir}/system/xenstored.service \
> -    ${systemd_unitdir}/system/xenstored.socket \
> -    ${systemd_unitdir}/system/xenstored_ro.socket \
>      ${systemd_unitdir}/system/var-lib-xenstored.mount \
>      "
>
> @@ -780,8 +778,6 @@ SYSTEMD_SERVICE_${PN}-xencommons = " \
>      xenconsoled.service \
>      xen-init-dom0.service \
>      xenstored.service \
> -    xenstored.socket \
> -    xenstored_ro.socket \
>      "
>  SYSTEMD_SERVICE_${PN}-xendomains = "xendomains.service"
>
> --
> 2.7.4
>
> --
> Best regards,
>
> Yan Yankovskyi | Associate Software Engineer, Ukraine
> GlobalLogic
> M  +380.95.049.64.73 <+380950496473>   Skype huandesale
>
> www.globallogic.com
>
> http://www.globallogic.com/email_disclaimer.txt
>



-- 
Best regards,

Yan Yankovskyi | Junior Software Engineer, Ukraine
GlobalLogic
M  +380.95.049.64.73 <+380950496473>   Skype huandesale

www.globallogic.com

http://www.globallogic.com/email_disclaimer.txt

[-- Attachment #2: Type: text/html, Size: 8787 bytes --]

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

* Re: [PATCH] xen: delete references to xenstored.socket and xenstored_ro.socket in xen.inc
  2017-11-13  9:40 ` Yan Yankovskyi
@ 2017-11-13 13:35   ` Bruce Ashfield
  0 siblings, 0 replies; 9+ messages in thread
From: Bruce Ashfield @ 2017-11-13 13:35 UTC (permalink / raw)
  To: Yan Yankovskyi; +Cc: meta-virtualization

On Mon, Nov 13, 2017 at 4:40 AM, Yan Yankovskyi
<yan.yankovskyi@globallogic.com> wrote:
> So, what do you think about this patch? Presence of references to these
> files breaks out of box xen build, and no one cares. Am I missing something,
> or just so few people use xen?

Check the mailing list archive in the past months. There are multiple, active
Xen users sending patches (upgrading and fixing) .. so they are clearly
building.

As I mentioned, I'd like a full v2 repost so they can comment. I no longer have
the original patch, and maybe others don't as well .. they can't apply a quoted
reply of the old patch, so it needs to be resent to restart the conversation.

Cheers,

Bruce

>
> On Mon, Nov 6, 2017 at 3:24 PM, Yan Yankovskyi
> <yan.yankovskyi@globallogic.com> wrote:
>>
>> These files were removed since the followine patch
>>
>> http://xenbits.xen.org/gitweb/?p=xen.git;a=commit;h=976ce01e103fc03bb3336cdbc6c951a709e285fe
>> and are absent in xen 4.8.0 and further, which leads to
>> the following error during the Xen build process:
>> do_package: SYSTEMD_SERVICE_xen-xencommons value xenstored.socket does not
>> exist
>>
>> Signed-off-by: Yan Yankovskyi <yan.yankovskyi@globallogic.com>
>> ---
>>  recipes-extended/xen/xen.inc | 4 ----
>>  1 file changed, 4 deletions(-)
>>
>> diff --git a/recipes-extended/xen/xen.inc b/recipes-extended/xen/xen.inc
>> index cb314f8..4d56de9 100644
>> --- a/recipes-extended/xen/xen.inc
>> +++ b/recipes-extended/xen/xen.inc
>> @@ -739,8 +739,6 @@ FILES_${PN}-xencommons += "\
>>      ${systemd_unitdir}/system/xenconsoled.service \
>>      ${systemd_unitdir}/system/xen-init-dom0.service \
>>      ${systemd_unitdir}/system/xenstored.service \
>> -    ${systemd_unitdir}/system/xenstored.socket \
>> -    ${systemd_unitdir}/system/xenstored_ro.socket \
>>      ${systemd_unitdir}/system/var-lib-xenstored.mount \
>>      "
>>
>> @@ -780,8 +778,6 @@ SYSTEMD_SERVICE_${PN}-xencommons = " \
>>      xenconsoled.service \
>>      xen-init-dom0.service \
>>      xenstored.service \
>> -    xenstored.socket \
>> -    xenstored_ro.socket \
>>      "
>>  SYSTEMD_SERVICE_${PN}-xendomains = "xendomains.service"
>>
>> --
>> 2.7.4
>>
>> --
>> Best regards,
>>
>> Yan Yankovskyi | Associate Software Engineer, Ukraine
>> GlobalLogic
>> M  +380.95.049.64.73   Skype huandesale
>>
>> www.globallogic.com
>>
>> http://www.globallogic.com/email_disclaimer.txt
>
>
>
>
> --
> Best regards,
>
> Yan Yankovskyi | Junior Software Engineer, Ukraine
> GlobalLogic
> M  +380.95.049.64.73   Skype huandesale
>
> www.globallogic.com
>
> http://www.globallogic.com/email_disclaimer.txt



-- 
"Thou shalt not follow the NULL pointer, for chaos and madness await
thee at its end"


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

* Re: [PATCH] xen: delete references to xenstored.socket and xenstored_ro.socket in xen.inc
  2017-11-23 14:24 Yan Yankovskyi
@ 2017-11-27 15:43 ` Bruce Ashfield
  0 siblings, 0 replies; 9+ messages in thread
From: Bruce Ashfield @ 2017-11-27 15:43 UTC (permalink / raw)
  To: Yan Yankovskyi; +Cc: meta-virtualization

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

I see no complaints, so this is now merged.

Bruce

On Thu, Nov 23, 2017 at 9:24 AM, Yan Yankovskyi <
yan.yankovskyi@globallogic.com> wrote:

> These files were removed since the followine patch
> http://xenbits.xen.org/gitweb/?p=xen.git;a=commit;h=
> 976ce01e103fc03bb3336cdbc6c951a709e285fe
> and are absent in xen 4.8.0 and further, which leads to
> the following error during the Xen build process:
> do_package: SYSTEMD_SERVICE_xen-xencommons value xenstored.socket does not
> exist
>
> Signed-off-by: Yan Yankovskyi <yan.yankovskyi@globallogic.com>
> ---
>  recipes-extended/xen/xen.inc | 4 ----
>  1 file changed, 4 deletions(-)
>
> diff --git a/recipes-extended/xen/xen.inc b/recipes-extended/xen/xen.inc
> index cb314f8..4d56de9 100644
> --- a/recipes-extended/xen/xen.inc
> +++ b/recipes-extended/xen/xen.inc
> @@ -739,8 +739,6 @@ FILES_${PN}-xencommons += "\
>      ${systemd_unitdir}/system/xenconsoled.service \
>      ${systemd_unitdir}/system/xen-init-dom0.service \
>      ${systemd_unitdir}/system/xenstored.service \
> -    ${systemd_unitdir}/system/xenstored.socket \
> -    ${systemd_unitdir}/system/xenstored_ro.socket \
>      ${systemd_unitdir}/system/var-lib-xenstored.mount \
>      "
>
> @@ -780,8 +778,6 @@ SYSTEMD_SERVICE_${PN}-xencommons = " \
>      xenconsoled.service \
>      xen-init-dom0.service \
>      xenstored.service \
> -    xenstored.socket \
> -    xenstored_ro.socket \
>      "
>  SYSTEMD_SERVICE_${PN}-xendomains = "xendomains.service"
>
> --
> 1.9.1
>
> --
> _______________________________________________
> meta-virtualization mailing list
> meta-virtualization@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/meta-virtualization
>



-- 
"Thou shalt not follow the NULL pointer, for chaos and madness await thee
at its end"

[-- Attachment #2: Type: text/html, Size: 2913 bytes --]

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

* [PATCH] xen: delete references to xenstored.socket and xenstored_ro.socket in xen.inc
@ 2017-11-23 14:24 Yan Yankovskyi
  2017-11-27 15:43 ` Bruce Ashfield
  0 siblings, 1 reply; 9+ messages in thread
From: Yan Yankovskyi @ 2017-11-23 14:24 UTC (permalink / raw)
  To: meta-virtualization

These files were removed since the followine patch
http://xenbits.xen.org/gitweb/?p=xen.git;a=commit;h=976ce01e103fc03bb3336cdbc6c951a709e285fe
and are absent in xen 4.8.0 and further, which leads to
the following error during the Xen build process:
do_package: SYSTEMD_SERVICE_xen-xencommons value xenstored.socket does not exist

Signed-off-by: Yan Yankovskyi <yan.yankovskyi@globallogic.com>
---
 recipes-extended/xen/xen.inc | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/recipes-extended/xen/xen.inc b/recipes-extended/xen/xen.inc
index cb314f8..4d56de9 100644
--- a/recipes-extended/xen/xen.inc
+++ b/recipes-extended/xen/xen.inc
@@ -739,8 +739,6 @@ FILES_${PN}-xencommons += "\
     ${systemd_unitdir}/system/xenconsoled.service \
     ${systemd_unitdir}/system/xen-init-dom0.service \
     ${systemd_unitdir}/system/xenstored.service \
-    ${systemd_unitdir}/system/xenstored.socket \
-    ${systemd_unitdir}/system/xenstored_ro.socket \
     ${systemd_unitdir}/system/var-lib-xenstored.mount \
     "
 
@@ -780,8 +778,6 @@ SYSTEMD_SERVICE_${PN}-xencommons = " \
     xenconsoled.service \
     xen-init-dom0.service \
     xenstored.service \
-    xenstored.socket \
-    xenstored_ro.socket \
     "
 SYSTEMD_SERVICE_${PN}-xendomains = "xendomains.service"
 
-- 
1.9.1



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

* Re: [PATCH] xen: delete references to xenstored.socket and xenstored_ro.socket in xen.inc
  2017-11-06  9:45 ` Wei, Yunguo (Bryan)
  2017-11-06  9:53   ` Yan Yankovskyi
@ 2017-11-06 13:50   ` Bruce Ashfield
  1 sibling, 0 replies; 9+ messages in thread
From: Bruce Ashfield @ 2017-11-06 13:50 UTC (permalink / raw)
  To: Wei, Yunguo (Bryan); +Cc: meta-virtualization

Looks like it was just missed (it happens).

Also, there was no ack on the list by the folks that are actively
building and using Xen .. which means they are not hitting the
same error.

I'd suggest re-posting the patch and then we can see if there's
any new discussion on the list.

Bruce

On Mon, Nov 6, 2017 at 4:45 AM, Wei, Yunguo (Bryan)
<Yunguo.Wei@windriver.com> wrote:
> Hi Yan
>
> Do you know why this patch was not merged? I'm running into same problem.
>
> Regards,
> Yunguo
>
> -----Original Message-----
> From: meta-virtualization-bounces@yoctoproject.org [mailto:meta-virtualization-bounces@yoctoproject.org] On Behalf Of Yan Yankovskyi
> Sent: Wednesday, August 30, 2017 5:03 PM
> To: meta-virtualization@yoctoproject.org
> Subject: [meta-virtualization] [PATCH] xen: delete references to xenstored.socket and xenstored_ro.socket in xen.inc
>
> These files were removed since the following patch http://xenbits.xen.org/gitweb/?p=xen.git;a=commit;h=976ce01e103fc03bb3336cdbc6c951a709e285fe
> and are absent in xen 4.8.0 and further, which leads to the following error during the Xen build process:
> do_package: SYSTEMD_SERVICE_xen-xencommons value xenstored.socket does not exist
>
> Signed-off-by: Yan Yankovskyi <yan.yankovskyi@globallogic.com>
> ---
>  recipes-extended/xen/xen.inc | 4 ----
>  1 file changed, 4 deletions(-)
>
> diff --git a/recipes-extended/xen/xen.inc b/recipes-extended/xen/xen.inc index b5c5f03..717424b 100644
> --- a/recipes-extended/xen/xen.inc
> +++ b/recipes-extended/xen/xen.inc
> @@ -687,8 +687,6 @@ FILES_${PN}-xencommons += "\
>      ${systemd_unitdir}/system/xenconsoled.service \
>      ${systemd_unitdir}/system/xen-init-dom0.service \
>      ${systemd_unitdir}/system/xenstored.service \
> -    ${systemd_unitdir}/system/xenstored.socket \
> -    ${systemd_unitdir}/system/xenstored_ro.socket \
>      ${systemd_unitdir}/system/var-lib-xenstored.mount \
>      "
>
> @@ -728,8 +726,6 @@ SYSTEMD_SERVICE_${PN}-xencommons = " \
>      xenconsoled.service \
>      xen-init-dom0.service \
>      xenstored.service \
> -    xenstored.socket \
> -    xenstored_ro.socket \
>      "
>  SYSTEMD_SERVICE_${PN}-xendomains = "xendomains.service"
>
> --
> 1.9.1
>
> --
> _______________________________________________
> meta-virtualization mailing list
> meta-virtualization@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/meta-virtualization
> --
> _______________________________________________
> meta-virtualization mailing list
> meta-virtualization@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/meta-virtualization



-- 
"Thou shalt not follow the NULL pointer, for chaos and madness await
thee at its end"


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

* Re: [PATCH] xen: delete references to xenstored.socket and xenstored_ro.socket in xen.inc
  2017-11-06  9:45 ` Wei, Yunguo (Bryan)
@ 2017-11-06  9:53   ` Yan Yankovskyi
  2017-11-06 13:50   ` Bruce Ashfield
  1 sibling, 0 replies; 9+ messages in thread
From: Yan Yankovskyi @ 2017-11-06  9:53 UTC (permalink / raw)
  To: Wei, Yunguo (Bryan); +Cc: meta-virtualization

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

Hi Wei

Unfortunately, I haven't got any response about that. I'm not the only one
who experienced such problem, even among my friends. Another solution might
be to create custom bbappend with the following content:

FILES_${PN}-xencommons_remove = "xenstored.socket xenstored_ro.socket"
SYSTEMD_SERVICE_${PN}-xencommons_remove = "xenstored.socket
xenstored_ro.socket"

(haven't checked it), but I don't understand what are these lines in
xen.inc for?

On Mon, Nov 6, 2017 at 10:45 AM, Wei, Yunguo (Bryan) <
Yunguo.Wei@windriver.com> wrote:

> Hi Yan
>
> Do you know why this patch was not merged? I'm running into same problem.
>
> Regards,
> Yunguo
>
> -----Original Message-----
> From: meta-virtualization-bounces@yoctoproject.org [mailto:
> meta-virtualization-bounces@yoctoproject.org] On Behalf Of Yan Yankovskyi
> Sent: Wednesday, August 30, 2017 5:03 PM
> To: meta-virtualization@yoctoproject.org
> Subject: [meta-virtualization] [PATCH] xen: delete references to
> xenstored.socket and xenstored_ro.socket in xen.inc
>
> These files were removed since the following patch
> http://xenbits.xen.org/gitweb/?p=xen.git;a=commit;h=
> 976ce01e103fc03bb3336cdbc6c951a709e285fe
> and are absent in xen 4.8.0 and further, which leads to the following
> error during the Xen build process:
> do_package: SYSTEMD_SERVICE_xen-xencommons value xenstored.socket does not
> exist
>
> Signed-off-by: Yan Yankovskyi <yan.yankovskyi@globallogic.com>
> ---
>  recipes-extended/xen/xen.inc | 4 ----
>  1 file changed, 4 deletions(-)
>
> diff --git a/recipes-extended/xen/xen.inc b/recipes-extended/xen/xen.inc
> index b5c5f03..717424b 100644
> --- a/recipes-extended/xen/xen.inc
> +++ b/recipes-extended/xen/xen.inc
> @@ -687,8 +687,6 @@ FILES_${PN}-xencommons += "\
>      ${systemd_unitdir}/system/xenconsoled.service \
>      ${systemd_unitdir}/system/xen-init-dom0.service \
>      ${systemd_unitdir}/system/xenstored.service \
> -    ${systemd_unitdir}/system/xenstored.socket \
> -    ${systemd_unitdir}/system/xenstored_ro.socket \
>      ${systemd_unitdir}/system/var-lib-xenstored.mount \
>      "
>
> @@ -728,8 +726,6 @@ SYSTEMD_SERVICE_${PN}-xencommons = " \
>      xenconsoled.service \
>      xen-init-dom0.service \
>      xenstored.service \
> -    xenstored.socket \
> -    xenstored_ro.socket \
>      "
>  SYSTEMD_SERVICE_${PN}-xendomains = "xendomains.service"
>
> --
> 1.9.1
>
> --
> _______________________________________________
> meta-virtualization mailing list
> meta-virtualization@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/meta-virtualization
>



-- 
Best regards,

Yan Yankovskyi | Associate Software Engineer, Ukraine
GlobalLogic
M  +380.95.049.64.73 <+380950496473>   Skype huandesale

www.globallogic.com

http://www.globallogic.com/email_disclaimer.txt

[-- Attachment #2: Type: text/html, Size: 7211 bytes --]

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

* Re: [PATCH] xen: delete references to xenstored.socket and xenstored_ro.socket in xen.inc
  2017-08-30  9:03 Yan Yankovskyi
@ 2017-11-06  9:45 ` Wei, Yunguo (Bryan)
  2017-11-06  9:53   ` Yan Yankovskyi
  2017-11-06 13:50   ` Bruce Ashfield
  0 siblings, 2 replies; 9+ messages in thread
From: Wei, Yunguo (Bryan) @ 2017-11-06  9:45 UTC (permalink / raw)
  To: Yan Yankovskyi, meta-virtualization

Hi Yan

Do you know why this patch was not merged? I'm running into same problem.

Regards,
Yunguo

-----Original Message-----
From: meta-virtualization-bounces@yoctoproject.org [mailto:meta-virtualization-bounces@yoctoproject.org] On Behalf Of Yan Yankovskyi
Sent: Wednesday, August 30, 2017 5:03 PM
To: meta-virtualization@yoctoproject.org
Subject: [meta-virtualization] [PATCH] xen: delete references to xenstored.socket and xenstored_ro.socket in xen.inc

These files were removed since the following patch http://xenbits.xen.org/gitweb/?p=xen.git;a=commit;h=976ce01e103fc03bb3336cdbc6c951a709e285fe
and are absent in xen 4.8.0 and further, which leads to the following error during the Xen build process:
do_package: SYSTEMD_SERVICE_xen-xencommons value xenstored.socket does not exist

Signed-off-by: Yan Yankovskyi <yan.yankovskyi@globallogic.com>
---
 recipes-extended/xen/xen.inc | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/recipes-extended/xen/xen.inc b/recipes-extended/xen/xen.inc index b5c5f03..717424b 100644
--- a/recipes-extended/xen/xen.inc
+++ b/recipes-extended/xen/xen.inc
@@ -687,8 +687,6 @@ FILES_${PN}-xencommons += "\
     ${systemd_unitdir}/system/xenconsoled.service \
     ${systemd_unitdir}/system/xen-init-dom0.service \
     ${systemd_unitdir}/system/xenstored.service \
-    ${systemd_unitdir}/system/xenstored.socket \
-    ${systemd_unitdir}/system/xenstored_ro.socket \
     ${systemd_unitdir}/system/var-lib-xenstored.mount \
     "
 
@@ -728,8 +726,6 @@ SYSTEMD_SERVICE_${PN}-xencommons = " \
     xenconsoled.service \
     xen-init-dom0.service \
     xenstored.service \
-    xenstored.socket \
-    xenstored_ro.socket \
     "
 SYSTEMD_SERVICE_${PN}-xendomains = "xendomains.service"
 
--
1.9.1

--
_______________________________________________
meta-virtualization mailing list
meta-virtualization@yoctoproject.org
https://lists.yoctoproject.org/listinfo/meta-virtualization


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

* [PATCH] xen: delete references to xenstored.socket and xenstored_ro.socket in xen.inc
@ 2017-08-30  9:03 Yan Yankovskyi
  2017-11-06  9:45 ` Wei, Yunguo (Bryan)
  0 siblings, 1 reply; 9+ messages in thread
From: Yan Yankovskyi @ 2017-08-30  9:03 UTC (permalink / raw)
  To: meta-virtualization

These files were removed since the following patch
http://xenbits.xen.org/gitweb/?p=xen.git;a=commit;h=976ce01e103fc03bb3336cdbc6c951a709e285fe
and are absent in xen 4.8.0 and further, which leads to
the following error during the Xen build process:
do_package: SYSTEMD_SERVICE_xen-xencommons value xenstored.socket does not exist

Signed-off-by: Yan Yankovskyi <yan.yankovskyi@globallogic.com>
---
 recipes-extended/xen/xen.inc | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/recipes-extended/xen/xen.inc b/recipes-extended/xen/xen.inc
index b5c5f03..717424b 100644
--- a/recipes-extended/xen/xen.inc
+++ b/recipes-extended/xen/xen.inc
@@ -687,8 +687,6 @@ FILES_${PN}-xencommons += "\
     ${systemd_unitdir}/system/xenconsoled.service \
     ${systemd_unitdir}/system/xen-init-dom0.service \
     ${systemd_unitdir}/system/xenstored.service \
-    ${systemd_unitdir}/system/xenstored.socket \
-    ${systemd_unitdir}/system/xenstored_ro.socket \
     ${systemd_unitdir}/system/var-lib-xenstored.mount \
     "
 
@@ -728,8 +726,6 @@ SYSTEMD_SERVICE_${PN}-xencommons = " \
     xenconsoled.service \
     xen-init-dom0.service \
     xenstored.service \
-    xenstored.socket \
-    xenstored_ro.socket \
     "
 SYSTEMD_SERVICE_${PN}-xendomains = "xendomains.service"
 
-- 
1.9.1



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

end of thread, other threads:[~2017-11-27 15:43 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-11-06 14:24 [PATCH] xen: delete references to xenstored.socket and xenstored_ro.socket in xen.inc Yan Yankovskyi
2017-11-13  9:40 ` Yan Yankovskyi
2017-11-13 13:35   ` Bruce Ashfield
  -- strict thread matches above, loose matches on Subject: below --
2017-11-23 14:24 Yan Yankovskyi
2017-11-27 15:43 ` Bruce Ashfield
2017-08-30  9:03 Yan Yankovskyi
2017-11-06  9:45 ` Wei, Yunguo (Bryan)
2017-11-06  9:53   ` Yan Yankovskyi
2017-11-06 13:50   ` Bruce Ashfield

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.