summaryrefslogtreecommitdiffstats
path: root/recipes-kernel/linux/linux-intel
Commit message (Collapse)AuthorAgeFilesLines
* linux-intel/4.19: add recipeAnuj Mittal2018-12-051-0/+48
| | | | | | | | | | | | | | | Builds 4.19/base from linux-intel-lts. Include a patch from linux-yocto 4.18 to detect ncurses correctly when cross-compiling and move the older patch to version specific recipes from inc. In addition to intel-common kernel configs from yocto-kernel-cache, this also includes security.scc feature which enables a set of configs with the aim of reducing the kernel attack surface and/or of performing additional checks and validation of commonly used structures in kernel. Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* linux-intel: remove obsolete configsAnuj Mittal2018-09-041-2/+0
| | | | | | | Remove invalid kernel configs. These were added for in-review patches in bxt-rebase branch and aren't present upstream. Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* linux-intel/4.9: use new/correct revision for 4.9.116Anuj Mittal2018-08-091-36/+0
| | | | | | Also drop the patch that has been included in the lts tree instead. Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* linux-intel/4.9: update to 4.9.116Anuj Mittal2018-08-081-0/+36
| | | | | | | Also include a patch to replace /bin/awk with /usr/bin/awk to fix issues with kernel-devsrc packaging/installation. Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* linux-intel: fix menuconfig when host lacks ncursesCalifornia Sullivan2018-01-251-0/+62
| | | | | | | | | | linux-yocto has been carrying this patch for years. It allows the kernel to link with a non-host ncurses. This patch is needed for all linux-intel kernels, and that area of code is rarely changed, so maintenance of the patch should be minimal. Signed-off-by: California Sullivan <california.l.sullivan@intel.com>
* linux-intel/4.14: Fix 32-bit perf issueCalifornia Sullivan2017-12-181-0/+41
| | | | | | | Perf fails to compile for 32-bit without this patch. I have requested for Bruce to submit it upstream. Signed-off-by: California Sullivan <california.l.sullivan@intel.com>
* meta-intel: Reorganize the layout to remove commonSaul Wold2017-11-201-0/+14
Remove the concept of the common directory and move all the recipes-* dirs to the top level as a normal layer would be. layer.conf is updated appropriately Signed-off-by: Saul Wold <sgw@linux.intel.com>