diff options
6 files changed, 9 insertions, 10 deletions
diff --git a/common/recipes-kernel/linux/linux-yocto-dev.bbappend b/common/recipes-kernel/linux/linux-yocto-dev.bbappend index b8c06df0..71e40957 100644 --- a/common/recipes-kernel/linux/linux-yocto-dev.bbappend +++ b/common/recipes-kernel/linux/linux-yocto-dev.bbappend | |||
| @@ -19,7 +19,7 @@ KERNEL_FEATURES_append_corei7-64-intel-common = "${KERNEL_FEATURES_INTEL_COMMON} | |||
| 19 | # default SRCREV is set and linux-yocto-dev is the preferred provider. | 19 | # default SRCREV is set and linux-yocto-dev is the preferred provider. |
| 20 | 20 | ||
| 21 | # For Crystalforest and Romley | 21 | # For Crystalforest and Romley |
| 22 | module_autoload_uio = "uio" | 22 | KERNEL_MODULE_AUTOLOAD += "uio" |
| 23 | 23 | ||
| 24 | # For FRI2 | 24 | # For FRI2 |
| 25 | module_autoload_iwlwifi = "iwlwifi" | 25 | KERNEL_MODULE_AUTOLOAD += "iwlwifi" |
diff --git a/common/recipes-kernel/linux/linux-yocto_3.10.bbappend b/common/recipes-kernel/linux/linux-yocto_3.10.bbappend index 3bb53432..bbce8f4a 100644 --- a/common/recipes-kernel/linux/linux-yocto_3.10.bbappend +++ b/common/recipes-kernel/linux/linux-yocto_3.10.bbappend | |||
| @@ -21,7 +21,7 @@ KBRANCH_corei7-64-intel-common = "standard/base" | |||
| 21 | KERNEL_FEATURES_append_corei7-64-intel-common = "${KERNEL_FEATURES_INTEL_COMMON}" | 21 | KERNEL_FEATURES_append_corei7-64-intel-common = "${KERNEL_FEATURES_INTEL_COMMON}" |
| 22 | 22 | ||
| 23 | # For Crystalforest and Romley | 23 | # For Crystalforest and Romley |
| 24 | module_autoload_uio = "uio" | 24 | KERNEL_MODULE_AUTOLOAD += "uio" |
| 25 | 25 | ||
| 26 | # For FRI2, NUC | 26 | # For FRI2, NUC |
| 27 | module_autoload_iwlwifi = "iwlwifi" | 27 | KERNEL_MODULE_AUTOLOAD += "iwlwifi" |
diff --git a/common/recipes-kernel/linux/linux-yocto_3.14.bbappend b/common/recipes-kernel/linux/linux-yocto_3.14.bbappend index 3c34f095..139c1f0a 100644 --- a/common/recipes-kernel/linux/linux-yocto_3.14.bbappend +++ b/common/recipes-kernel/linux/linux-yocto_3.14.bbappend | |||
| @@ -20,7 +20,7 @@ KBRANCH_corei7-64-intel-common = "standard/base" | |||
| 20 | KERNEL_FEATURES_append_corei7-64-intel-common = "${KERNEL_FEATURES_INTEL_COMMON}" | 20 | KERNEL_FEATURES_append_corei7-64-intel-common = "${KERNEL_FEATURES_INTEL_COMMON}" |
| 21 | 21 | ||
| 22 | # For Crystalforest and Romley | 22 | # For Crystalforest and Romley |
| 23 | module_autoload_uio = "uio" | 23 | KERNEL_MODULE_AUTOLOAD += "uio" |
| 24 | 24 | ||
| 25 | # For FRI2, NUC | 25 | # For FRI2, NUC |
| 26 | module_autoload_iwlwifi = "iwlwifi" | 26 | KERNEL_MODULE_AUTOLOAD += "iwlwifi" |
diff --git a/meta-fri2/recipes-kernel/linux/linux-yocto-rt_3.10.bbappend b/meta-fri2/recipes-kernel/linux/linux-yocto-rt_3.10.bbappend index 557cba13..7aaf53af 100644 --- a/meta-fri2/recipes-kernel/linux/linux-yocto-rt_3.10.bbappend +++ b/meta-fri2/recipes-kernel/linux/linux-yocto-rt_3.10.bbappend | |||
| @@ -12,4 +12,4 @@ KBRANCH_fri2-noemgd = "standard/preempt-rt/fri2" | |||
| 12 | SRCREV_machine_pn-linux-yocto-rt_fri2-noemgd ?= "b669af08737562ef86e7cba328966d05222d3e64" | 12 | SRCREV_machine_pn-linux-yocto-rt_fri2-noemgd ?= "b669af08737562ef86e7cba328966d05222d3e64" |
| 13 | #SRCREV_meta_pn-linux-yocto-rt_fri2-noemgd ?= "XXX" | 13 | #SRCREV_meta_pn-linux-yocto-rt_fri2-noemgd ?= "XXX" |
| 14 | 14 | ||
| 15 | module_autoload_iwlwifi = "iwlwifi" | 15 | KERNEL_MODULE_AUTOLOAD += "iwlwifi" |
diff --git a/meta-fri2/recipes-kernel/linux/linux-yocto_3.10.bbappend b/meta-fri2/recipes-kernel/linux/linux-yocto_3.10.bbappend index 36907a51..14bb81a0 100644 --- a/meta-fri2/recipes-kernel/linux/linux-yocto_3.10.bbappend +++ b/meta-fri2/recipes-kernel/linux/linux-yocto_3.10.bbappend | |||
| @@ -18,5 +18,4 @@ LINUX_VERSION_fri2-noemgd = "3.10.38" | |||
| 18 | SRCREV_meta_fri2-noemgd = "e1f26aeccfd43bc3d7e95873ceda469b631b8473" | 18 | SRCREV_meta_fri2-noemgd = "e1f26aeccfd43bc3d7e95873ceda469b631b8473" |
| 19 | SRCREV_machine_fri2-noemgd = "02f7e63e56c061617957388c23bd5cf9b05c5388" | 19 | SRCREV_machine_fri2-noemgd = "02f7e63e56c061617957388c23bd5cf9b05c5388" |
| 20 | 20 | ||
| 21 | module_autoload_iwlwifi = "iwlwifi" | 21 | KERNEL_MODULE_AUTOLOAD += "iwlwifi" |
| 22 | |||
diff --git a/meta-isg/meta-valleyisland/recipes-kernel/linux/linux-yocto_3.10.bbappend b/meta-isg/meta-valleyisland/recipes-kernel/linux/linux-yocto_3.10.bbappend index 34e28c1e..e329712f 100644 --- a/meta-isg/meta-valleyisland/recipes-kernel/linux/linux-yocto_3.10.bbappend +++ b/meta-isg/meta-valleyisland/recipes-kernel/linux/linux-yocto_3.10.bbappend | |||
| @@ -32,4 +32,4 @@ SRCREV_valleyisland-io_valleyisland-64 = "8ea4fb625f2654bbdd5dfcb9db67328d21ebe5 | |||
| 32 | 32 | ||
| 33 | SRC_URI_valleyisland-64 = "git://git.yoctoproject.org/linux-yocto-3.10.git;protocol=git;nocheckout=1;branch=${KBRANCH},${KMETA},valleyisland-io-1.0;name=machine,meta,valleyisland-io" | 33 | SRC_URI_valleyisland-64 = "git://git.yoctoproject.org/linux-yocto-3.10.git;protocol=git;nocheckout=1;branch=${KBRANCH},${KMETA},valleyisland-io-1.0;name=machine,meta,valleyisland-io" |
| 34 | 34 | ||
| 35 | module_autoload_i2c-dev = "i2c-dev" | 35 | KERNEL_MODULE_AUTOLOAD += "i2c-dev" |
