All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/4] xen: remove xsm from default PACKAGECONFIG options.
@ 2013-11-06  3:08 Chris Patterson
  2013-11-06  3:09 ` [PATCH 3/4] xen: rename xen patches directory from xen-4.3.0 to files Chris Patterson
  2013-11-06  3:09 ` [PATCH 4/4] xen: upgrade to 4.3.1 Chris Patterson
  0 siblings, 2 replies; 6+ messages in thread
From: Chris Patterson @ 2013-11-06  3:08 UTC (permalink / raw)
  To: meta-virtualization

The 'xsm' option adds a dependency for checkpolicy, which
requires an additional layer (meta-selinux).

Signed-off-by: Chris Patterson <cjp256@gmail.com>
---
 recipes-extended/xen/xen_4.3.0.bb | 1 -
 1 file changed, 1 deletion(-)

diff --git a/recipes-extended/xen/xen_4.3.0.bb b/recipes-extended/xen/xen_4.3.0.bb
index 1fad48d..f1067bc 100644
--- a/recipes-extended/xen/xen_4.3.0.bb
+++ b/recipes-extended/xen/xen_4.3.0.bb
@@ -22,7 +22,6 @@ inherit autotools gettext setuptools update-rc.d
 
 PACKAGECONFIG ??= " \
     sdl \
-    xsm \
 "
 PACKAGECONFIG[sdl] = "--enable-sdl,--disable-sdl,virtual/libsdl,"
 PACKAGECONFIG[xsm] = "--enable-xsmpolicy,--disable-xsmpolicy,checkpolicy-native,"
-- 
1.8.4.rc3



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

* [PATCH 3/4] xen: rename xen patches directory from xen-4.3.0 to files.
  2013-11-06  3:08 [PATCH 1/4] xen: remove xsm from default PACKAGECONFIG options Chris Patterson
@ 2013-11-06  3:09 ` Chris Patterson
  2013-11-06  3:09 ` [PATCH 4/4] xen: upgrade to 4.3.1 Chris Patterson
  1 sibling, 0 replies; 6+ messages in thread
From: Chris Patterson @ 2013-11-06  3:09 UTC (permalink / raw)
  To: meta-virtualization

Signed-off-by: Chris Patterson <cjp256@gmail.com>
---
 .../{xen-4.3.0 => files}/flask-avoid-installing-policy-file-as-boot.patch | 0
 1 file changed, 0 insertions(+), 0 deletions(-)
 rename recipes-extended/xen/{xen-4.3.0 => files}/flask-avoid-installing-policy-file-as-boot.patch (100%)

diff --git a/recipes-extended/xen/xen-4.3.0/flask-avoid-installing-policy-file-as-boot.patch b/recipes-extended/xen/files/flask-avoid-installing-policy-file-as-boot.patch
similarity index 100%
rename from recipes-extended/xen/xen-4.3.0/flask-avoid-installing-policy-file-as-boot.patch
rename to recipes-extended/xen/files/flask-avoid-installing-policy-file-as-boot.patch
-- 
1.8.4.rc3



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

* [PATCH 4/4] xen: upgrade to 4.3.1
  2013-11-06  3:08 [PATCH 1/4] xen: remove xsm from default PACKAGECONFIG options Chris Patterson
  2013-11-06  3:09 ` [PATCH 3/4] xen: rename xen patches directory from xen-4.3.0 to files Chris Patterson
@ 2013-11-06  3:09 ` Chris Patterson
  2013-11-06 13:21   ` Philip Tricca
  1 sibling, 1 reply; 6+ messages in thread
From: Chris Patterson @ 2013-11-06  3:09 UTC (permalink / raw)
  To: meta-virtualization

Changelog available at:
http://xenproject.org/downloads/xen-archives/supported-xen-43-series/xen-431.html

Signed-off-by: Chris Patterson <cjp256@gmail.com>
---
 recipes-extended/xen/{xen_4.3.0.bb => xen_4.3.1.bb} | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)
 rename recipes-extended/xen/{xen_4.3.0.bb => xen_4.3.1.bb} (99%)

diff --git a/recipes-extended/xen/xen_4.3.0.bb b/recipes-extended/xen/xen_4.3.1.bb
similarity index 99%
rename from recipes-extended/xen/xen_4.3.0.bb
rename to recipes-extended/xen/xen_4.3.1.bb
index f1067bc..6985624 100644
--- a/recipes-extended/xen/xen_4.3.0.bb
+++ b/recipes-extended/xen/xen_4.3.1.bb
@@ -11,8 +11,8 @@ SRC_URI = " \
     file://flask-avoid-installing-policy-file-as-boot.patch \
     "
 
-SRC_URI[md5sum] = "7b18cfb58f1ac2ce39cf35a1867f0c0a"
-SRC_URI[sha256sum] = "e1e9faabe4886e2227aacdbde74410653b233d66642ca1972a860cbec6439961"
+SRC_URI[md5sum] = "7616b8704e1ab89c81f011f0e3703bc8"
+SRC_URI[sha256sum] = "3b5b7cc508b1739753585b5c25635471cdcef680e8770a78bf6ef9333d26a9fd"
 
 S = "${WORKDIR}/xen-${PV}"
 
@@ -215,11 +215,11 @@ FILES_${PN}-libfsimage-dev = "${libdir}/libfsimage.so"
 FILES_${PN}-fsimage = "${libdir}/fs/*/*fsimage.so"
 
 FILES_${PN}-hypervisor = "\
-    /boot/xen-4.3.0.gz \
+    /boot/xen-4.3.1.gz \
     /boot/xen-4.3.gz \
     /boot/xen-4.gz \
     /boot/xen.gz \
-    /boot/xen-syms-4.3.0 \
+    /boot/xen-syms-4.3.1 \
     "
 
 FILES_${PN}-base = "\
-- 
1.8.4.rc3



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

* Re: [PATCH 4/4] xen: upgrade to 4.3.1
  2013-11-06  3:09 ` [PATCH 4/4] xen: upgrade to 4.3.1 Chris Patterson
@ 2013-11-06 13:21   ` Philip Tricca
  2013-11-07  1:14     ` Chris Patterson
  2013-11-07 20:28     ` Bruce Ashfield
  0 siblings, 2 replies; 6+ messages in thread
From: Philip Tricca @ 2013-11-06 13:21 UTC (permalink / raw)
  To: Chris Patterson; +Cc: meta-virtualization

All of this looks good to me but I'm not seeing PATCH 2/4.

- Philip

On 11/05/2013 10:09 PM, Chris Patterson wrote:
> Changelog available at:
> http://xenproject.org/downloads/xen-archives/supported-xen-43-series/xen-431.html
> 
> Signed-off-by: Chris Patterson <cjp256@gmail.com>
> ---
>  recipes-extended/xen/{xen_4.3.0.bb => xen_4.3.1.bb} | 8 ++++----
>  1 file changed, 4 insertions(+), 4 deletions(-)
>  rename recipes-extended/xen/{xen_4.3.0.bb => xen_4.3.1.bb} (99%)
> 
> diff --git a/recipes-extended/xen/xen_4.3.0.bb b/recipes-extended/xen/xen_4.3.1.bb
> similarity index 99%
> rename from recipes-extended/xen/xen_4.3.0.bb
> rename to recipes-extended/xen/xen_4.3.1.bb
> index f1067bc..6985624 100644
> --- a/recipes-extended/xen/xen_4.3.0.bb
> +++ b/recipes-extended/xen/xen_4.3.1.bb
> @@ -11,8 +11,8 @@ SRC_URI = " \
>      file://flask-avoid-installing-policy-file-as-boot.patch \
>      "
>  
> -SRC_URI[md5sum] = "7b18cfb58f1ac2ce39cf35a1867f0c0a"
> -SRC_URI[sha256sum] = "e1e9faabe4886e2227aacdbde74410653b233d66642ca1972a860cbec6439961"
> +SRC_URI[md5sum] = "7616b8704e1ab89c81f011f0e3703bc8"
> +SRC_URI[sha256sum] = "3b5b7cc508b1739753585b5c25635471cdcef680e8770a78bf6ef9333d26a9fd"
>  
>  S = "${WORKDIR}/xen-${PV}"
>  
> @@ -215,11 +215,11 @@ FILES_${PN}-libfsimage-dev = "${libdir}/libfsimage.so"
>  FILES_${PN}-fsimage = "${libdir}/fs/*/*fsimage.so"
>  
>  FILES_${PN}-hypervisor = "\
> -    /boot/xen-4.3.0.gz \
> +    /boot/xen-4.3.1.gz \
>      /boot/xen-4.3.gz \
>      /boot/xen-4.gz \
>      /boot/xen.gz \
> -    /boot/xen-syms-4.3.0 \
> +    /boot/xen-syms-4.3.1 \
>      "
>  
>  FILES_${PN}-base = "\
> 



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

* Re: [PATCH 4/4] xen: upgrade to 4.3.1
  2013-11-06 13:21   ` Philip Tricca
@ 2013-11-07  1:14     ` Chris Patterson
  2013-11-07 20:28     ` Bruce Ashfield
  1 sibling, 0 replies; 6+ messages in thread
From: Chris Patterson @ 2013-11-07  1:14 UTC (permalink / raw)
  To: Philip Tricca; +Cc: meta-virtualization@yoctoproject.org

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

I've tried sending twice, it doesn't seem to want to go through (and no
delivery failed message).

It is a patch cleaning out the old xen bits, and is rather large (~8k
lines, ~250k chars). I wonder if that's why?


On Wed, Nov 6, 2013 at 8:21 AM, Philip Tricca <flihp@twobit.us> wrote:

> All of this looks good to me but I'm not seeing PATCH 2/4.
>
> - Philip
>
> On 11/05/2013 10:09 PM, Chris Patterson wrote:
> > Changelog available at:
> >
> http://xenproject.org/downloads/xen-archives/supported-xen-43-series/xen-431.html
> >
> > Signed-off-by: Chris Patterson <cjp256@gmail.com>
> > ---
> >  recipes-extended/xen/{xen_4.3.0.bb => xen_4.3.1.bb} | 8 ++++----
> >  1 file changed, 4 insertions(+), 4 deletions(-)
> >  rename recipes-extended/xen/{xen_4.3.0.bb => xen_4.3.1.bb} (99%)
> >
> > diff --git a/recipes-extended/xen/xen_4.3.0.bb b/recipes-extended/xen/
> xen_4.3.1.bb
> > similarity index 99%
> > rename from recipes-extended/xen/xen_4.3.0.bb
> > rename to recipes-extended/xen/xen_4.3.1.bb
> > index f1067bc..6985624 100644
> > --- a/recipes-extended/xen/xen_4.3.0.bb
> > +++ b/recipes-extended/xen/xen_4.3.1.bb
> > @@ -11,8 +11,8 @@ SRC_URI = " \
> >      file://flask-avoid-installing-policy-file-as-boot.patch \
> >      "
> >
> > -SRC_URI[md5sum] = "7b18cfb58f1ac2ce39cf35a1867f0c0a"
> > -SRC_URI[sha256sum] =
> "e1e9faabe4886e2227aacdbde74410653b233d66642ca1972a860cbec6439961"
> > +SRC_URI[md5sum] = "7616b8704e1ab89c81f011f0e3703bc8"
> > +SRC_URI[sha256sum] =
> "3b5b7cc508b1739753585b5c25635471cdcef680e8770a78bf6ef9333d26a9fd"
> >
> >  S = "${WORKDIR}/xen-${PV}"
> >
> > @@ -215,11 +215,11 @@ FILES_${PN}-libfsimage-dev =
> "${libdir}/libfsimage.so"
> >  FILES_${PN}-fsimage = "${libdir}/fs/*/*fsimage.so"
> >
> >  FILES_${PN}-hypervisor = "\
> > -    /boot/xen-4.3.0.gz \
> > +    /boot/xen-4.3.1.gz \
> >      /boot/xen-4.3.gz \
> >      /boot/xen-4.gz \
> >      /boot/xen.gz \
> > -    /boot/xen-syms-4.3.0 \
> > +    /boot/xen-syms-4.3.1 \
> >      "
> >
> >  FILES_${PN}-base = "\
> >
>
>

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

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

* Re: [PATCH 4/4] xen: upgrade to 4.3.1
  2013-11-06 13:21   ` Philip Tricca
  2013-11-07  1:14     ` Chris Patterson
@ 2013-11-07 20:28     ` Bruce Ashfield
  1 sibling, 0 replies; 6+ messages in thread
From: Bruce Ashfield @ 2013-11-07 20:28 UTC (permalink / raw)
  To: Philip Tricca; +Cc: meta-virtualization@yoctoproject.org

On Wed, Nov 6, 2013 at 8:21 AM, Philip Tricca <flihp@twobit.us> wrote:
> All of this looks good to me but I'm not seeing PATCH 2/4.

Hah. I was just trying to merge this .. and was wondering the same thing.

Chris: can you put the changes on a github repo or other source for me to
pull ?

Bruce


>
> - Philip
>
> On 11/05/2013 10:09 PM, Chris Patterson wrote:
>> Changelog available at:
>> http://xenproject.org/downloads/xen-archives/supported-xen-43-series/xen-431.html
>>
>> Signed-off-by: Chris Patterson <cjp256@gmail.com>
>> ---
>>  recipes-extended/xen/{xen_4.3.0.bb => xen_4.3.1.bb} | 8 ++++----
>>  1 file changed, 4 insertions(+), 4 deletions(-)
>>  rename recipes-extended/xen/{xen_4.3.0.bb => xen_4.3.1.bb} (99%)
>>
>> diff --git a/recipes-extended/xen/xen_4.3.0.bb b/recipes-extended/xen/xen_4.3.1.bb
>> similarity index 99%
>> rename from recipes-extended/xen/xen_4.3.0.bb
>> rename to recipes-extended/xen/xen_4.3.1.bb
>> index f1067bc..6985624 100644
>> --- a/recipes-extended/xen/xen_4.3.0.bb
>> +++ b/recipes-extended/xen/xen_4.3.1.bb
>> @@ -11,8 +11,8 @@ SRC_URI = " \
>>      file://flask-avoid-installing-policy-file-as-boot.patch \
>>      "
>>
>> -SRC_URI[md5sum] = "7b18cfb58f1ac2ce39cf35a1867f0c0a"
>> -SRC_URI[sha256sum] = "e1e9faabe4886e2227aacdbde74410653b233d66642ca1972a860cbec6439961"
>> +SRC_URI[md5sum] = "7616b8704e1ab89c81f011f0e3703bc8"
>> +SRC_URI[sha256sum] = "3b5b7cc508b1739753585b5c25635471cdcef680e8770a78bf6ef9333d26a9fd"
>>
>>  S = "${WORKDIR}/xen-${PV}"
>>
>> @@ -215,11 +215,11 @@ FILES_${PN}-libfsimage-dev = "${libdir}/libfsimage.so"
>>  FILES_${PN}-fsimage = "${libdir}/fs/*/*fsimage.so"
>>
>>  FILES_${PN}-hypervisor = "\
>> -    /boot/xen-4.3.0.gz \
>> +    /boot/xen-4.3.1.gz \
>>      /boot/xen-4.3.gz \
>>      /boot/xen-4.gz \
>>      /boot/xen.gz \
>> -    /boot/xen-syms-4.3.0 \
>> +    /boot/xen-syms-4.3.1 \
>>      "
>>
>>  FILES_${PN}-base = "\
>>
>
> _______________________________________________
> 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] 6+ messages in thread

end of thread, other threads:[~2013-11-07 20:28 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-11-06  3:08 [PATCH 1/4] xen: remove xsm from default PACKAGECONFIG options Chris Patterson
2013-11-06  3:09 ` [PATCH 3/4] xen: rename xen patches directory from xen-4.3.0 to files Chris Patterson
2013-11-06  3:09 ` [PATCH 4/4] xen: upgrade to 4.3.1 Chris Patterson
2013-11-06 13:21   ` Philip Tricca
2013-11-07  1:14     ` Chris Patterson
2013-11-07 20:28     ` 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.