aboutsummaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-kernel/linux/linux-yocto
AgeCommit message (Collapse)Author
2019-10-13meta-openstack: linux-yocto: Remove non-existing kernel optionsHe Zhe
The following kernel options have been removed from kernel. CONFIG_NF_NAT_PROTO_SCTP removed by faec18dbb0405 ("netfilter: nat: remove l4proto->manip_pkt") CONFIG_NF_NAT_IPV4 removed by 3bf195ae6037e ("netfilter: nat: merge nf_nat_ipv4,6 into nat core") CONFIG_NF_CONNTRACK_PROC_COMPAT removed by adf0516845bc ("netfilter: remove ip_conntrack* sysctl compat code") CONFIG_NF_NAT_NEEDED removed by 4806e975729f ("netfilter: replace NF_NAT_NEEDED with IS_ENABLED(CONFIG_NF_NAT)") Signed-off-by: He Zhe <zhe.he@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
2019-03-01kernel: Remove redundant config fragmentHe Zhe
This fixes 01a28c32acb2 ("linux/nf.cfg: CONFIG_NF_CONNTRACK_IPV4 was replaced by CONFIG_NF_CONNTRACK") which duplicates a config fragment and causes the following warning. Warning: Value of CONFIG_NF_CONNTRACK is defined multiple times within fragment tmp-glibc/work-shared/intel-x86-64/kernel-source/.kernel-meta/configs/v4.19/standard/intel-x86/nf.cfg: CONFIG_NF_CONNTRACK=y CONFIG_NF_CONNTRACK=y Signed-off-by: He Zhe <zhe.he@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
2019-01-25linux/nf.cfg: CONFIG_NF_CONNTRACK_IPV4 was replaced by CONFIG_NF_CONNTRACKHongzhi.Song
kernel has replaced CONFIG_NF_CONNTRACK_IPV4 with CONFIG_NF_CONNTRACK. [commit: a0ae2562c] Signed-off-by: Hongzhi.Song <hongzhi.song@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2015-11-16linux-yocto: carry forward kernel configurationMark Asselstine
Yocto master uses linux-yocto 4.1 so we need to create the proper bbappend to ensure we are setting up the kernel correctly. We reuse the bbappend for the previous kernel version but enable CONFIG_IP_NF_NAT to allow nova to define the desired iptables. Signed-off-by: Mark Asselstine <mark.asselstine@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2014-08-22kernel: enable NFSv 4.1 functionalityBruce Ashfield
Ensure that NFS client 4.1 functionality is enabled, since cinder requires this level of support. Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2014-07-10linux-yocto: add nat/conntrack options to netfilterBruce Ashfield
iptables save/restore looks for the nat module, and if not present, it fails to restore tables. This failure code causes nova-api to not start .. and hence have no scheduler services. We add a configuration fragment to ensure that the right modules are built, and on the rootfs. Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2014-04-30linux-yocto: enable NBD and RTLINK supportBruce Ashfield
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2014-03-17linux-yocto_3.10: to include iscsi-tcp cfgVu Tran
In order for Libvirt compute node to be able to mount Cinder LVM backend driver volume (hosted by Cinder Volume service) over iscsi, the initiator iscsi kernel-module is needed. This patch simplies to add kernel cfg for turning on iscsi-tcp kernel config. Signed-off-by: Vu Tran <vu.tran@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2013-08-28linux-yocto: Enabled support for veth interfacesMihai Prica
This is required by the quantum component. Signed-off-by: Mihai Prica <prica.mihai@gmail.com>
2013-08-28linux-yocto: added kernel configurations for iptables nat tableMihai Prica
Signed-off-by: Mihai Prica <prica.mihai@gmail.com>