diff options
| -rw-r--r-- | recipes-kernel/linux/linux-intel_4.14.bb | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/recipes-kernel/linux/linux-intel_4.14.bb b/recipes-kernel/linux/linux-intel_4.14.bb new file mode 100644 index 00000000..03bf15c3 --- /dev/null +++ b/recipes-kernel/linux/linux-intel_4.14.bb | |||
| @@ -0,0 +1,15 @@ | |||
| 1 | require linux-intel.inc | ||
| 2 | |||
| 3 | KBRANCH = "4.14/yocto/base" | ||
| 4 | KMETA_BRANCH = "yocto-4.9" | ||
| 5 | |||
| 6 | LINUX_VERSION ?= "4.14.0" | ||
| 7 | SRCREV_machine ?= "bebc6082da0a9f5d47a1ea2edc099bf671058bd4" | ||
| 8 | SRCREV_meta ?= "f4e37e151102d89c4d0e110c88eb3b3c36bdeaa4" | ||
| 9 | |||
| 10 | # For Crystalforest and Romley | ||
| 11 | KERNEL_MODULE_AUTOLOAD_append_core2-32-intel-common = " uio" | ||
| 12 | KERNEL_MODULE_AUTOLOAD_append_corei7-64-intel-common = " uio" | ||
| 13 | |||
| 14 | # Functionality flags | ||
| 15 | KERNEL_EXTRA_FEATURES ?= "features/netfilter/netfilter.scc" | ||
