|
[PATCH 10/14] Changed David Nyströms email in README
--- 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 +26,7 @@ Maintenance Send pull requests, p
--- 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 +26,7 @@ Maintenance Send pull requests, p
|
By
David Nystr?m
· #21
·
|
|
[PATCH 11/14] Added template cloud-* images
--- recipes-extended/images/cloud-image-compute.bb | 14 +++++++++ recipes-extended/images/cloud-image-controller.bb | 34 +++++++++++++++++++++ recipes-extended/images/cloud-image-guest.bb | 18 +++++++
--- recipes-extended/images/cloud-image-compute.bb | 14 +++++++++ recipes-extended/images/cloud-image-controller.bb | 34 +++++++++++++++++++++ recipes-extended/images/cloud-image-guest.bb | 18 +++++++
|
By
David Nystr?m
· #22
·
|
|
[PATCH 12/14] Added some details in README, and made the description common
--- README | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/README b/README index 0ee4047..f9f890b 100644 --- a/README +++ b/README @@ -1,12 +1,8 @@ meta-xen =========== -
--- README | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/README b/README index 0ee4047..f9f890b 100644 --- a/README +++ b/README @@ -1,12 +1,8 @@ meta-xen =========== -
|
By
David Nystr?m
· #17
·
|
|
[PATCH 13/14] Upgraded to libvirt 1.0.0, and added a more detailed packageconfig
--- recipes-extended/libvirt/libvirt_1.0.0.bb | 139 +++++++++++++++++++++++++++++ 1 file changed, 139 insertions(+) create mode 100644 recipes-extended/libvirt/libvirt_1.0.0.bb diff --git a/recipes-ex
--- recipes-extended/libvirt/libvirt_1.0.0.bb | 139 +++++++++++++++++++++++++++++ 1 file changed, 139 insertions(+) create mode 100644 recipes-extended/libvirt/libvirt_1.0.0.bb diff --git a/recipes-ex
|
By
David Nystr?m
· #25
·
|
|
[PATCH 14/14] Added kernel configuration for LxC and in kernel OpenvSwitch
--- recipes-kernel/linux/linux-yocto/lxc.cfg | 22 ++++++++++++++++++++++ recipes-kernel/linux/linux-yocto/lxc.scc | 4 ++++ recipes-kernel/linux/linux-yocto/vswitch.cfg | 2 ++ recipes-kernel/linux/linu
--- recipes-kernel/linux/linux-yocto/lxc.cfg | 22 ++++++++++++++++++++++ recipes-kernel/linux/linux-yocto/lxc.scc | 4 ++++ recipes-kernel/linux/linux-yocto/vswitch.cfg | 2 ++ recipes-kernel/linux/linu
|
By
David Nystr?m
· #23
·
|
|
[PATCH 00/14] Adding content 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 cri
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 cri
|
By
David Nystr?m
· #30
·
|
|
[PATCH 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
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
|
By
David Nystr?m
· #27
·
|
|
[PATCH 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_
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_
|
By
David Nystr?m
· #29
·
|
|
[PATCH 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 insertio
From: David Nyström <david.nystrom@...> --- recipes-containers/criu/criu_git.bb | 29 ++++++++++++ .../criu/files/0001-Fixed-hardcoding.patch | 47 ++++++++++++++++++++ 2 files changed, 76 insertio
|
By
David Nystr?m
· #26
·
|
|
[PATCH 04/14] Added lxc recipe
From: David Nyström <david.nystrom@...> --- recipes-containers/lxc/files/libmounts.patch | 48 +++++++++++++++++++++++++ recipes-containers/lxc/files/noldconfig.patch | 29 +++++++++++++++ recipes-
From: David Nyström <david.nystrom@...> --- recipes-containers/lxc/files/libmounts.patch | 48 +++++++++++++++++++++++++ recipes-containers/lxc/files/noldconfig.patch | 29 +++++++++++++++ recipes-
|
By
David Nystr?m
· #28
·
|
|
[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
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
|
By
David Nystr?m
· #32
·
|
|
[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/net
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/net
|
By
David Nystr?m
· #31
·
|
|
[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/openfl
From: David Nyström <david.nystrom@...> --- recipes-networking/openflow/openflow_1.0.bb | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 recipes-networking/openfl
|
By
David Nystr?m
· #33
·
|
|
[PATCH 08/14] Added openvswitch recipe
From: David Nyström <david.nystrom@...> --- .../openvswitch/files/openvswitch-controller | 274 ++++++++++++++++++++ .../openvswitch/files/openvswitch-controller-setup | 29 +++ .../openvswitch/fil
From: David Nyström <david.nystrom@...> --- .../openvswitch/files/openvswitch-controller | 274 ++++++++++++++++++++ .../openvswitch/files/openvswitch-controller-setup | 29 +++ .../openvswitch/fil
|
By
David Nystr?m
· #36
·
|
|
[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 000
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 000
|
By
David Nystr?m
· #34
·
|
|
[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
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
|
By
David Nystr?m
· #38
·
|
|
[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-exte
From: David Nyström <david.nystrom@...> --- recipes-extended/images/cloud-image-compute.bb | 14 +++++++++ recipes-extended/images/cloud-image-controller.bb | 34 +++++++++++++++++++++ recipes-exte
|
By
David Nystr?m
· #39
·
|
|
[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/R
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/R
|
By
David Nystr?m
· #35
·
|
|
[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/lib
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/lib
|
By
David Nystr?m
· #37
·
|
|
[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
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
|
By
David Nystr?m
· #40
·
|