summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-kernel
Commit message (Collapse)AuthorAgeFilesLines
* kernel: drop 5.2 bbappendBruce Ashfield2020-03-241-1/+0
| | | | | | Add dunfell, drop thud/warrior Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
* linux-yocto: make FILESEXTRAPATHS explicitJeremy Puhlman2020-03-021-1/+1
| | | | | | | | | | | | | Something changed in the processing order for FILESEXTRAPATHS, that when := is used, defaultpkgname gets used instead of ${PN} and looks as follows: /project/../layers/meta-cloud-services/meta-openstack/recipes-kernel/linux/defaultpkgname/ Alter ${PN} to explictly linux-yocto to resolve the issue. Signed-off-by: Jeremy A. Puhlman <jpuhlman@mvista.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
* kernel: update bbappends to match oe-core masterBruce Ashfield2020-02-231-0/+0
| | | | Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
* bbappends: make distro feature safeBruce Ashfield2020-01-223-18/+11
| | | | Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
* meta-openstack: linux-yocto: Remove non-existing kernel optionsHe Zhe2019-10-132-7/+0
| | | | | | | | | | | | | | | | | | | 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>
* kernel: update linux-yocto bbappends to match oe-core masterBruce Ashfield2019-09-061-0/+0
| | | | Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
* linux: update bbappend to match oe-core versionHongzhi.Song2019-06-031-0/+0
| | | | | | | | Since v4.18 was removed and v5.0 was created, bbappend should be adjusted to match oe-core. Signed-off-by: Hongzhi.Song <hongzhi.song@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
* kernel: Remove redundant config fragmentHe Zhe2019-03-011-1/+0
| | | | | | | | | | | | | | 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>
* linux/nf.cfg: CONFIG_NF_CONNTRACK_IPV4 was replaced by CONFIG_NF_CONNTRACKHongzhi.Song2019-01-251-1/+1
| | | | | | | | 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>
* kernel: update bbappends to match oe-coreBruce Ashfield2018-12-212-0/+9
| | | | Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* kernel: update bbappends to match oe-coreBruce Ashfield2018-09-041-9/+0
| | | | Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* kernel: add 4.14 bbappendBruce Ashfield2018-08-141-0/+9
| | | | Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* kernel: Remove bbappaned for old kernelsHe Zhe2018-08-143-27/+0
| | | | | Signed-off-by: He Zhe <zhe.he@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* kernel: update bbappends to match oe-core reference kernelsBruce Ashfield2017-10-191-0/+0
| | | | Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* kernel: remove non-existent bbappends and add current onesBruce Ashfield2017-03-153-0/+9
| | | | | | | Our kernel bbappends have gotten out of date. This commit syncs them with oe-core master. Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* linux-yocto: carry forward kernel configurationMark Asselstine2015-11-162-0/+10
| | | | | | | | | | 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>
* bbappends: resync to oe-core versionsBruce Ashfield2015-02-202-5/+9
| | | | | | Updating the bbappends to match the oe-core versions ~commit 530565c6cb77319f4cc49edeea6fec6be997415d Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* housekeeping: remove 3.4 kernel bbappendBruce Ashfield2014-08-291-6/+0
| | | | Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* housekeeping: remove PRINC from recipesBruce Ashfield2014-08-293-3/+0
| | | | | | | Removing PRINC from recipes to silence the bitbake warning about it being a depreciated variable. Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* kernel: enable NFSv 4.1 functionalityBruce Ashfield2014-08-223-0/+3
| | | | | | | 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>
* linux-yocto: add nat/conntrack options to netfilterBruce Ashfield2014-07-103-0/+9
| | | | | | | | | | | 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>
* linux-yocto: enable NBD and RTLINK supportBruce Ashfield2014-04-303-2/+6
| | | | Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* kernel: remove 3.8 bbappend, add 3.14Bruce Ashfield2014-04-021-3/+2
| | | | | | | Adjusting the kernel fragments to the latest oe-core/yocto 1.6 supported kernel list. Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* linux-yocto_3.10: to include iscsi-tcp cfgVu Tran2014-03-173-0/+13
| | | | | | | | | | | | 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>
* linux-yocto: Enabled support for veth interfacesMihai Prica2013-08-283-2/+7
| | | | | | This is required by the quantum component. Signed-off-by: Mihai Prica <prica.mihai@gmail.com>
* linux-yocto: added kernel configurations for iptables nat tableMihai Prica2013-08-284-0/+35
Signed-off-by: Mihai Prica <prica.mihai@gmail.com>