Re: [meta-virtualization] [meta-cloud-services][PATCH]python-heatclient: upgrade to 1.9.0

2017-11-06 Thread Mark Asselstine
I never managed to get everything uprev'd to newton which they just EOL'd 2 weeks ago :(. I was going to start to look at moving things to Pike (and actually get things done this time). I notice this uprev is for 'master'. What are the plans here, move everything to the latest on master or are we

Re: [meta-virtualization] [PATCH] xen: delete references to xenstored.socket and xenstored_ro.socket in xen.inc

2017-11-06 Thread Wei, Yunguo (Bryan)
Hi Yan Do you know why this patch was not merged? I'm running into same problem. Regards, Yunguo -Original Message- From: meta-virtualization-boun...@yoctoproject.org [mailto:meta-virtualization-boun...@yoctoproject.org] On Behalf Of Yan Yankovskyi Sent: Wednesday, August 30, 2017

Re: [meta-virtualization] [PATCH] xen: delete references to xenstored.socket and xenstored_ro.socket in xen.inc

2017-11-06 Thread Yan Yankovskyi
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"

[meta-virtualization] [PATCH] python-webob: uprev to v1.7.3

2017-11-06 Thread Mark Asselstine
The only user in meta-virtualization is python-bugsnag and there is no version dependency. This new version is however required by the latest openstack. Switched to using the "common" pypi.bbclass while we are at it. Signed-off-by: Mark Asselstine ---

Re: [meta-virtualization] [PATCH] python-webob: uprev to v1.7.3

2017-11-06 Thread Mark Asselstine
Sorry, will resend with -M. I should update the README with -M too as this is cut and paste laziness. Mark On Mon, Nov 6, 2017 at 3:15 PM, Mark Asselstine wrote: > The only user in meta-virtualization is python-bugsnag and there is no > version dependency. This

Re: [meta-virtualization] [v2 PATCH] python-webob: uprev to v1.7.3

2017-11-06 Thread Mark Asselstine
With the file being small git isn't matching the rename even when I toggle the threashold value. Not much I can do folks. Mark On Mon, Nov 6, 2017 at 3:18 PM, Mark Asselstine wrote: > The only user in meta-virtualization is python-bugsnag and there is no > version

[meta-virtualization] [v2 PATCH] python-webob: uprev to v1.7.3

2017-11-06 Thread Mark Asselstine
The only user in meta-virtualization is python-bugsnag and there is no version dependency. This new version is however required by the latest openstack. Switched to using the "common" pypi.bbclass while we are at it. Signed-off-by: Mark Asselstine ---

Re: [meta-virtualization] [PATCH] xen: delete references to xenstored.socket and xenstored_ro.socket in xen.inc

2017-11-06 Thread Bruce Ashfield
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,

[meta-virtualization] [PATCH] xen: delete references to xenstored.socket and xenstored_ro.socket in xen.inc

2017-11-06 Thread Yan Yankovskyi
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

Re: [meta-virtualization] [meta-cloud-services][PATCH]python-httplib2: upgrade to 0.10.3

2017-11-06 Thread Bruce Ashfield
merged. Bruce On Sat, Nov 4, 2017 at 11:55 AM, zhengrq wrote: > 1) Upgrade python-httplib2 from 0.9.2 to 0.10.3. > > 2) Modify LIC_FILES_CHKSUM as home-page in PKG-INFO has been changed from > https://github.com/jcgregorio/httplib2 to

Re: [meta-virtualization] [meta-cloud-services][PATCH]python-heatclient: upgrade to 1.9.0

2017-11-06 Thread Bruce Ashfield
merged Bruce On Sat, Nov 4, 2017 at 11:52 AM, zhengrq wrote: > Upgrade python-heatclient from 0.6.0 to 1.9.0. > > Signed-off-by: Zheng Ruoqin > --- > meta-openstack/recipes-devtools/python/python-heatclient_git.bb | 4 ++-- > 1 file

Re: [meta-virtualization] [PATCH] kvmtool: fix compilation errors

2017-11-06 Thread Bruce Ashfield
merged. Bruce On Sun, Nov 5, 2017 at 7:15 AM, Dariusz Pelowski wrote: > Fixed issues: > Usage of makedev requires including otherwise > the error is raised due to multiple definition in . > > Add include path to kernel headers required to get kvmtool > compilatioin

[meta-virtualization] [m-c-s][PATCH 0/4] - Cleanup builds for master

2017-11-06 Thread Mark Asselstine
Attempted an openstack build last week and found several issues. The following 4 patches addresses the main ones allowing for openstack-image-controller to be buildable again. Mark -- ___ meta-virtualization mailing list

[meta-virtualization] [m-c-s][PATCH 1/4] meta-openstack/README: drop meta-ruby

2017-11-06 Thread Mark Asselstine
meta-openembedded commit 6E7C9636D276 [meta-ruby: remove this now pretty empty layer] removed the meta-ruby layer from existence. We can therefor drop this layer dependency. Builds continue to work as the various ruby recipes exist, they have just been moved out of the 'language layer'.

[meta-virtualization] [m-c-s][PATCH 3/4] python-nova: sudoers.d match dir ownership/perms

2017-11-06 Thread Mark Asselstine
The sudoers.d directory is for all intents and purposes created and owned by the sudo package. We must therefor ensure we match the ownership and perms which sudo used to install this directory. Currently we don't so this results in an error when assembling the filesystem: file /etc/sudoers.d

[meta-virtualization] [m-c-s][PATCH 2/4] rabbitmq-server: add missing depends on coreutils-native

2017-11-06 Thread Mark Asselstine
With the move to RSS this missing dependency became a build issue, previously hidden by some other package fullfilling the dependency before this package was built. With RSS we need to ensure all first level dependencies are listed to avoid build failures. The build requires the 'fold' command

[meta-virtualization] [m-c-s][PATCH 4/4] python-keystone: remove use of the 'users' group

2017-11-06 Thread Mark Asselstine
The use of the 'users' group was associated with the addition of apache vhost support. See commit bf51fa4f053a [python-keystone: Add apache vhost server.]. The directories and files needed to be readable by the same user running apache. Since the use of RSS, definiing a common group used by