summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-kernel
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@windriver.com>2014-04-30 00:06:05 -0400
committerBruce Ashfield <bruce.ashfield@windriver.com>2014-04-30 00:06:32 -0400
commitfbc0ca6e73d501f4dcb94eb8303f3906d3cc2fca (patch)
tree6af6faec16c5965e2e56c8492738fa36b683db79 /meta-openstack/recipes-kernel
parent1f9d9fea7999feadf14d290fe9545c32fec974aa (diff)
downloadmeta-cloud-services-fbc0ca6e73d501f4dcb94eb8303f3906d3cc2fca.tar.gz
linux-yocto: enable NBD and RTLINK support
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Diffstat (limited to 'meta-openstack/recipes-kernel')
-rw-r--r--meta-openstack/recipes-kernel/linux/linux-yocto/enable-nbd.cfg1
-rw-r--r--meta-openstack/recipes-kernel/linux/linux-yocto/enable-rtlink.cfg1
-rw-r--r--meta-openstack/recipes-kernel/linux/linux-yocto_3.14.bbappend6
3 files changed, 6 insertions, 2 deletions
diff --git a/meta-openstack/recipes-kernel/linux/linux-yocto/enable-nbd.cfg b/meta-openstack/recipes-kernel/linux/linux-yocto/enable-nbd.cfg
new file mode 100644
index 0000000..af37685
--- /dev/null
+++ b/meta-openstack/recipes-kernel/linux/linux-yocto/enable-nbd.cfg
@@ -0,0 +1 @@
CONFIG_BLK_DEV_NBD=y
diff --git a/meta-openstack/recipes-kernel/linux/linux-yocto/enable-rtlink.cfg b/meta-openstack/recipes-kernel/linux/linux-yocto/enable-rtlink.cfg
new file mode 100644
index 0000000..d8f8f5b
--- /dev/null
+++ b/meta-openstack/recipes-kernel/linux/linux-yocto/enable-rtlink.cfg
@@ -0,0 +1 @@
CONFIG_IP_ADVANCED_ROUTER=y
diff --git a/meta-openstack/recipes-kernel/linux/linux-yocto_3.14.bbappend b/meta-openstack/recipes-kernel/linux/linux-yocto_3.14.bbappend
index 2d7c60f..d243d6a 100644
--- a/meta-openstack/recipes-kernel/linux/linux-yocto_3.14.bbappend
+++ b/meta-openstack/recipes-kernel/linux/linux-yocto_3.14.bbappend
@@ -1,6 +1,8 @@
1FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" 1FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
2PRINC := "${@int(PRINC) + 1}" 2PRINC := "${@int(PRINC) + 1}"
3 3
4SRC_URI += "file://iscsi-tcp.scc \ 4SRC_URI += "file://enable-veth.cfg \
5 file://enable-iscsi-tcp.cfg \ 5 file://enable-iscsi-tcp.cfg \
6 file://enable-nbd.cfg \
7 file://enable-rtlink.cfg \
6 " 8 "