|
PACKAGECONFIG variables.
Hi All,
When trying to upgrade to libvirt-1.0, I'm getting some strange errors.
How could this pass with the old libvirt I dont know.
Is the XenAPI driver something you explicitly build and use
Hi All,
When trying to upgrade to libvirt-1.0, I'm getting some strange errors.
How could this pass with the old libvirt I dont know.
Is the XenAPI driver something you explicitly build and use
|
By
David Nystr?m
·
#1
·
|
|
Re: PACKAGECONFIG variables.
Hi,
The error is because configure is called with the --with-xenapi option. I think there is a bug in the recipe at the PACKAGECONFIG[xen] line. It should be --without-xenapi instead of the first
Hi,
The error is because configure is called with the --with-xenapi option. I think there is a bug in the recipe at the PACKAGECONFIG[xen] line. It should be --without-xenapi instead of the first
|
By
Prica, Mihai <mihai.prica@...>
·
#2
·
|
|
Re: PACKAGECONFIG variables.
I have some issues with how PACKAGECONFIG works, do you guys mind if I
disable all --without functionality in PACKAGECONFIG, and let libvirt ./configure autodetect dependencies ?
This will result in a
I have some issues with how PACKAGECONFIG works, do you guys mind if I
disable all --without functionality in PACKAGECONFIG, and let libvirt ./configure autodetect dependencies ?
This will result in a
|
By
David Nyström <david.nystrom@...>
·
#3
·
|
|
Re: PACKAGECONFIG variables.
David,
XenAPI is used by XenServer and Xen Cloud Platform. There is currently no underlying metadata support for these packages, so this should be disabled.
I do, in fact have binary size
David,
XenAPI is used by XenServer and Xen Cloud Platform. There is currently no underlying metadata support for these packages, so this should be disabled.
I do, in fact have binary size
|
By
Raymond Danks <ray.danks@...>
·
#4
·
|
|
Re: PACKAGECONFIG variables.
Ray,
Yes, of course. Let's add a *-minimal package configs,
if none are set, we'll let it autodetect + add full dependencies otherwise.
Is it OK for you if I set it to auto detect by default? , this
Ray,
Yes, of course. Let's add a *-minimal package configs,
if none are set, we'll let it autodetect + add full dependencies otherwise.
Is it OK for you if I set it to auto detect by default? , this
|
By
David Nyström <David.Nystrom@...>
·
#5
·
|
|
Re: PACKAGECONFIG variables.
Won't using autodetect cause inconsistencies depending on how the image gets built, it will also lead to a lot larger dependency requirement.
I know it's better to have a known list of what's in and
Won't using autodetect cause inconsistencies depending on how the image gets built, it will also lead to a lot larger dependency requirement.
I know it's better to have a known list of what's in and
|
By
Saul Wold <sgw@...>
·
#6
·
|
|
Re: PACKAGECONFIG variables.
Yes, if by inconsistencies you mean that binary package will differ depending on sysroot content, i.e. DEPENDS.
Not nessecarily, since DEPENDS might be dynamically added with PACKAGECONFIG variables.
Yes, if by inconsistencies you mean that binary package will differ depending on sysroot content, i.e. DEPENDS.
Not nessecarily, since DEPENDS might be dynamically added with PACKAGECONFIG variables.
|
By
David Nyström <david.nystrom@...>
·
#7
·
|
|
meta-virtualization structure
Hi,
I wanted to include my work with meta-kvm into the new layer(meta-virtualization) and I was thinking about the best method of doing this. The problem is there are different kernel configs
Hi,
I wanted to include my work with meta-kvm into the new layer(meta-virtualization) and I was thinking about the best method of doing this. The problem is there are different kernel configs
|
By
Prica, Mihai <mihai.prica@...>
·
#8
·
|
|
Re: meta-virtualization structure
On 12/05/2012 05:02 AM, Prica, Mihai wrote:
It seems to me the choice of hypervisor should be made in the distro configuration. Can't this be handled with the addition of a
On 12/05/2012 05:02 AM, Prica, Mihai wrote:
It seems to me the choice of hypervisor should be made in the distro configuration. Can't this be handled with the addition of a
|
By
Raymond Danks <ray.danks@...>
·
#9
·
|
|
Re: meta-virtualization structure
For kernel Kconfig I think this will be a good idea for config options which cannot be set to =m, and are mutually exclusive.
Different values for PACKAGECONF in libvirt for xen/kvm is not
For kernel Kconfig I think this will be a good idea for config options which cannot be set to =m, and are mutually exclusive.
Different values for PACKAGECONF in libvirt for xen/kvm is not
|
By
David Nyström <david.nystrom@...>
·
#10
·
|
|
[PATCH 00/14] Addition of meta-cloud
Since there are some common parts, please review,
specifically the libvirt changes.
David Nyström (14):
Added protobuf-c criu dependency
Added protobuf criu dependency
Added CRIU recipe
Since there are some common parts, please review,
specifically the libvirt changes.
David Nyström (14):
Added protobuf-c criu dependency
Added protobuf criu dependency
Added CRIU recipe
|
By
David Nystr?m
·
#14
·
|
|
[PATCH 01/14] Added protobuf-c criu dependency
---
recipes-containers/criu/files/disable_tests.patch | 19 +++++++++++++++++++
recipes-containers/criu/protobuf-c_0.15.bb | 20 ++++++++++++++++++++
2 files changed, 39 insertions(+)
---
recipes-containers/criu/files/disable_tests.patch | 19 +++++++++++++++++++
recipes-containers/criu/protobuf-c_0.15.bb | 20 ++++++++++++++++++++
2 files changed, 39 insertions(+)
|
By
David Nystr?m
·
#11
·
|
|
[PATCH 02/14] Added protobuf criu dependency
---
recipes-containers/criu/protobuf_2.4.1.bb | 18 ++++++++++++++++++
1 file changed, 18 insertions(+)
create mode 100644 recipes-containers/criu/protobuf_2.4.1.bb
diff --git
---
recipes-containers/criu/protobuf_2.4.1.bb | 18 ++++++++++++++++++
1 file changed, 18 insertions(+)
create mode 100644 recipes-containers/criu/protobuf_2.4.1.bb
diff --git
|
By
David Nystr?m
·
#12
·
|
|
[PATCH 03/14] Added CRIU recipe
---
recipes-containers/criu/criu_git.bb | 29 ++++++++++++
.../criu/files/0001-Fixed-hardcoding.patch | 47 ++++++++++++++++++++
2 files changed, 76 insertions(+)
create
---
recipes-containers/criu/criu_git.bb | 29 ++++++++++++
.../criu/files/0001-Fixed-hardcoding.patch | 47 ++++++++++++++++++++
2 files changed, 76 insertions(+)
create
|
By
David Nystr?m
·
#13
·
|
|
[PATCH 04/14] Added lxc recipe
---
recipes-containers/lxc/files/libmounts.patch | 48 +++++++++++++++++++++++++
recipes-containers/lxc/files/noldconfig.patch | 29 +++++++++++++++
recipes-containers/lxc/lxc_0.8.0.bb
---
recipes-containers/lxc/files/libmounts.patch | 48 +++++++++++++++++++++++++
recipes-containers/lxc/files/noldconfig.patch | 29 +++++++++++++++
recipes-containers/lxc/lxc_0.8.0.bb
|
By
David Nystr?m
·
#15
·
|
|
[PATCH 05/14] Added netcf recipe, libvirt dependency
---
recipes-networking/netcf/netcf_git.bb | 25 +++++++++++++++++++++++++
1 file changed, 25 insertions(+)
create mode 100644 recipes-networking/netcf/netcf_git.bb
diff --git
---
recipes-networking/netcf/netcf_git.bb | 25 +++++++++++++++++++++++++
1 file changed, 25 insertions(+)
create mode 100644 recipes-networking/netcf/netcf_git.bb
diff --git
|
By
David Nystr?m
·
#16
·
|
|
[PATCH 06/14] Added openbsd-netcat recipe, libvirt dependency
---
recipes-networking/netcat/openbsd-netcat_1.6.bb | 29 +++++++++++++++++++++++
1 file changed, 29 insertions(+)
create mode 100644 recipes-networking/netcat/openbsd-netcat_1.6.bb
diff --git
---
recipes-networking/netcat/openbsd-netcat_1.6.bb | 29 +++++++++++++++++++++++
1 file changed, 29 insertions(+)
create mode 100644 recipes-networking/netcat/openbsd-netcat_1.6.bb
diff --git
|
By
David Nystr?m
·
#18
·
|
|
[PATCH 07/14] Added openflow recipe
---
recipes-networking/openflow/openflow_1.0.bb | 24 ++++++++++++++++++++++++
1 file changed, 24 insertions(+)
create mode 100644 recipes-networking/openflow/openflow_1.0.bb
diff --git
---
recipes-networking/openflow/openflow_1.0.bb | 24 ++++++++++++++++++++++++
1 file changed, 24 insertions(+)
create mode 100644 recipes-networking/openflow/openflow_1.0.bb
diff --git
|
By
David Nystr?m
·
#19
·
|
|
[PATCH 08/14] Added openvswitch recipe
---
.../openvswitch/files/openvswitch-controller | 274 ++++++++++++++++++++
.../openvswitch/files/openvswitch-controller-setup | 29 +++
.../openvswitch/files/openvswitch-example |
---
.../openvswitch/files/openvswitch-controller | 274 ++++++++++++++++++++
.../openvswitch/files/openvswitch-controller-setup | 29 +++
.../openvswitch/files/openvswitch-example |
|
By
David Nystr?m
·
#24
·
|
|
[PATCH 09/14] Added .gitignore file
---
.gitignore | 6 ++++++
1 file changed, 6 insertions(+)
create mode 100644 .gitignore
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..65feb82
--- /dev/null
+++
---
.gitignore | 6 ++++++
1 file changed, 6 insertions(+)
create mode 100644 .gitignore
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..65feb82
--- /dev/null
+++
|
By
David Nystr?m
·
#20
·
|