|
[PATCH 05/14] Added netcf recipe, libvirt dependency
From: David Nyström <david.nystrom@...> --- recipes-networking/netcf/netcf_git.bb | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 recipes-networking/netcf/netcf_git.
From: David Nyström <david.nystrom@...> --- recipes-networking/netcf/netcf_git.bb | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 recipes-networking/netcf/netcf_git.
|
By
David Nystr?m
·
|
|
[PATCH 06/14] Added openbsd-netcat recipe, libvirt dependency
From: David Nyström <david.nystrom@...> --- recipes-networking/netcat/openbsd-netcat_1.6.bb | 29 +++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 recipes-networking/netcat/o
From: David Nyström <david.nystrom@...> --- recipes-networking/netcat/openbsd-netcat_1.6.bb | 29 +++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 recipes-networking/netcat/o
|
By
David Nystr?m
·
|
|
[PATCH 07/14] Added openflow recipe
From: David Nyström <david.nystrom@...> --- recipes-networking/openflow/openflow_1.0.bb | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 recipes-networking/openflow/op
From: David Nyström <david.nystrom@...> --- recipes-networking/openflow/openflow_1.0.bb | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 recipes-networking/openflow/op
|
By
David Nystr?m
·
|
|
[PATCH 08/14] Added openvswitch recipe
From: David Nyström <david.nystrom@...> --- .../openvswitch/files/openvswitch-controller | 274 ++++++++++++++++++++ .../openvswitch/files/openvswitch-controller-setup | 29 +++ .../openvswitch/files/op
From: David Nyström <david.nystrom@...> --- .../openvswitch/files/openvswitch-controller | 274 ++++++++++++++++++++ .../openvswitch/files/openvswitch-controller-setup | 29 +++ .../openvswitch/files/op
|
By
David Nystr?m
·
|
|
[PATCH 09/14] Added .gitignore file
From: David Nyström <david.nystrom@...> --- .gitignore | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000.
From: David Nyström <david.nystrom@...> --- .gitignore | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000.
|
By
David Nystr?m
·
|
|
[PATCH 10/14] Changed David Nyströms email in README
From: David Nyström <david.nystrom@...> --- README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README b/README index 1ab6411..0ee4047 100644 --- a/README +++ b/README @@ -26,7 +2
From: David Nyström <david.nystrom@...> --- README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README b/README index 1ab6411..0ee4047 100644 --- a/README +++ b/README @@ -26,7 +2
|
By
David Nystr?m
·
|
|
[PATCH 11/14] Added template cloud-* images
From: David Nyström <david.nystrom@...> --- recipes-extended/images/cloud-image-compute.bb | 14 +++++++++ recipes-extended/images/cloud-image-controller.bb | 34 +++++++++++++++++++++ recipes-extended/
From: David Nyström <david.nystrom@...> --- recipes-extended/images/cloud-image-compute.bb | 14 +++++++++ recipes-extended/images/cloud-image-controller.bb | 34 +++++++++++++++++++++ recipes-extended/
|
By
David Nystr?m
·
|
|
[PATCH 12/14] Added some details in README, and made the description common
From: David Nyström <david.nystrom@...> --- README | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/README b/README index 0ee4047..f9f890b 100644 --- a/README +++ b/README
From: David Nyström <david.nystrom@...> --- README | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/README b/README index 0ee4047..f9f890b 100644 --- a/README +++ b/README
|
By
David Nystr?m
·
|
|
[PATCH 13/14] Upgraded to libvirt 1.0.0, and added a more detailed packageconfig
From: David Nyström <david.nystrom@...> --- recipes-extended/libvirt/libvirt_1.0.0.bb | 139 +++++++++++++++++++++++++++++ 1 file changed, 139 insertions(+) create mode 100644 recipes-extended/libvirt/
From: David Nyström <david.nystrom@...> --- recipes-extended/libvirt/libvirt_1.0.0.bb | 139 +++++++++++++++++++++++++++++ 1 file changed, 139 insertions(+) create mode 100644 recipes-extended/libvirt/
|
By
David Nystr?m
·
|
|
[PATCH 14/14] Added kernel configuration for LxC and in kernel OpenvSwitch
From: David Nyström <david.nystrom@...> --- recipes-kernel/linux/linux-yocto/lxc.cfg | 22 ++++++++++++++++++++++ recipes-kernel/linux/linux-yocto/lxc.scc | 4 ++++ recipes-kernel/linux/linux-yocto/vswi
From: David Nyström <david.nystrom@...> --- recipes-kernel/linux/linux-yocto/lxc.cfg | 22 ++++++++++++++++++++++ recipes-kernel/linux/linux-yocto/lxc.scc | 4 ++++ recipes-kernel/linux/linux-yocto/vswi
|
By
David Nystr?m
·
|
|
[PATCHv3 00/14] Addition of meta-cloud
From: David Nyström <david.nystrom@...> Since there are some common parts, please review, specifically the libvirt changes. David Nyström (14): Added protobuf-c criu dependency Added protobuf criu dep
From: David Nyström <david.nystrom@...> Since there are some common parts, please review, specifically the libvirt changes. David Nyström (14): Added protobuf-c criu dependency Added protobuf criu dep
|
By
David Nystr?m
·
|
|
[PATCHv3 01/14] Added protobuf-c criu dependency
From: David Nyström <david.nystrom@...> --- recipes-containers/criu/files/disable_tests.patch | 19 +++++++++++++++++++ recipes-containers/criu/protobuf-c_0.15.bb | 20 ++++++++++++++++++++ 2 files chan
From: David Nyström <david.nystrom@...> --- recipes-containers/criu/files/disable_tests.patch | 19 +++++++++++++++++++ recipes-containers/criu/protobuf-c_0.15.bb | 20 ++++++++++++++++++++ 2 files chan
|
By
David Nystr?m
·
|
|
[PATCHv3 02/14] Added protobuf criu dependency
From: David Nyström <david.nystrom@...> --- recipes-containers/criu/protobuf_2.4.1.bb | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 recipes-containers/criu/protobuf_2.4.1
From: David Nyström <david.nystrom@...> --- recipes-containers/criu/protobuf_2.4.1.bb | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 recipes-containers/criu/protobuf_2.4.1
|
By
David Nystr?m
·
|
|
[PATCHv3 03/14] Added CRIU recipe
From: David Nyström <david.nystrom@...> --- recipes-containers/criu/criu_git.bb | 29 ++++++++++++ .../criu/files/0001-Fixed-hardcoding.patch | 47 ++++++++++++++++++++ 2 files changed, 76 insertions(+)
From: David Nyström <david.nystrom@...> --- recipes-containers/criu/criu_git.bb | 29 ++++++++++++ .../criu/files/0001-Fixed-hardcoding.patch | 47 ++++++++++++++++++++ 2 files changed, 76 insertions(+)
|
By
David Nystr?m
·
|
|
[PATCHv3 05/14] Added netcf recipe, libvirt dependency
From: David Nyström <david.nystrom@...> --- recipes-networking/netcf/netcf_git.bb | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 recipes-networking/netcf/netcf_git.
From: David Nyström <david.nystrom@...> --- recipes-networking/netcf/netcf_git.bb | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 recipes-networking/netcf/netcf_git.
|
By
David Nystr?m
·
|
|
[PATCHv3 07/14] Added openflow recipe
From: David Nyström <david.nystrom@...> --- recipes-networking/openflow/openflow_1.0.bb | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 recipes-networking/openflow/op
From: David Nyström <david.nystrom@...> --- recipes-networking/openflow/openflow_1.0.bb | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 recipes-networking/openflow/op
|
By
David Nystr?m
·
|
|
[PATCHv3 08/14] Added openvswitch recipe
From: David Nyström <david.nystrom@...> --- .../openvswitch/files/openvswitch-controller | 274 ++++++++++++++++++++ .../openvswitch/files/openvswitch-controller-setup | 29 +++ .../openvswitch/files/op
From: David Nyström <david.nystrom@...> --- .../openvswitch/files/openvswitch-controller | 274 ++++++++++++++++++++ .../openvswitch/files/openvswitch-controller-setup | 29 +++ .../openvswitch/files/op
|
By
David Nystr?m
·
|
|
[PATCHv3 09/14] Added .gitignore file
From: David Nyström <david.nystrom@...> --- .gitignore | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000.
From: David Nyström <david.nystrom@...> --- .gitignore | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000.
|
By
David Nystr?m
·
|
|
[PATCHv3 10/14] Changed David Nyströms email in README
From: David Nyström <david.nystrom@...> --- README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README b/README index 1ab6411..0ee4047 100644 --- a/README +++ b/README @@ -26,7 +2
From: David Nyström <david.nystrom@...> --- README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README b/README index 1ab6411..0ee4047 100644 --- a/README +++ b/README @@ -26,7 +2
|
By
David Nystr?m
·
|
|
[PATCHv3 11/14] Added template cloud-* images
From: David Nyström <david.nystrom@...> --- recipes-extended/images/cloud-image-compute.bb | 14 +++++++++ recipes-extended/images/cloud-image-controller.bb | 34 +++++++++++++++++++++ recipes-extended/
From: David Nyström <david.nystrom@...> --- recipes-extended/images/cloud-image-compute.bb | 14 +++++++++ recipes-extended/images/cloud-image-controller.bb | 34 +++++++++++++++++++++ recipes-extended/
|
By
David Nystr?m
·
|