summaryrefslogtreecommitdiffstats
path: root/recipes-kernel/linux/linux-yocto_4.10.bbappend
Commit message (Collapse)AuthorAgeFilesLines
* kernel: sync kernel bbappends to oe-coreBruce Ashfield2018-02-171-1/+0
| | | | | | | 4.4/4.9/4,10 are gone, replaced by 4.14 and 4.15. So we update our bbappends accordingly. Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* linux-yocto: make bbappend have effect conditionallyChen Qi2017-10-021-20/+1
| | | | | | | | | | | | | | Make these bbappend files to take effect only when DISTRO_FEATURES contain 'virtualization'. Otherwise, we would meet failure failure at system booting up qemux86. Related logs are as below. systemd-modules-load[113]: Failed to insert 'kvm_amd': Operation not supported systemd-modules-load[113]: Failed to insert 'kvm_intel': Operation not supported Also, make kvm related settings depend on the 'kvm' distro feature. Signed-off-by: Chen Qi <Qi.Chen@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* docker: add NETFILTER_XT_MATCH_ADDRTYPE=mbrian avery2017-07-101-0/+1
| | | | | | | | Docker needs ths _NETFILTER_XT_MATCH_ADDRTYPE module in order to start up successfully. This patch adds it to the supported kernels. Signed-off-by: brian avery <brian.avery@intel.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* kernel: add 4.9 and 4.10 bbappendsBruce Ashfield2017-03-151-0/+19
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>