aboutsummaryrefslogtreecommitdiffstats
path: root/meta-fri2/recipes-kernel/linux/linux-yocto-rt_3.10.bbappend
AgeCommit message (Collapse)Author
2015-02-20meta-fri2: remove kernel 3.10 bbappendRoss Burton
Kernel 3.10 has been removed from oe-core so remove our bbappend. Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Darren Hart <dvhart@linux.intel.com>
2014-09-16Remove fri2 machine supportNitin A Kamble
The fri2 machine has been retired with this commit. This does not affect the fri2-noemgd machine and it is supported as usual. Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com> Signed-off-by: Tom Zanussi <tom.zanussi@linux.intel.com>
2014-09-02linux-yocto: Use _append when overrides are usedJosep Puigdemont
Some modules in the KERNEL_MODULE_AUTOLOAD list were removed when including the meta-intel layer. It turns out the problem happens due to using the += operator together with machine overrides. Using _append_machine fixes this. Signed-off-by: Josep Puigdemont <josep.puigdemont@enea.com> Acked-By: Nitin A Kamble <nitin.a.kamble@intel.com> Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
2014-06-26linux-yocto: Make KERNEL_MODULE_AUTOLOAD machine specificDarren Hart
BSP linux-yocto bbappend files should make all variable updates with machine-specific overrides. As it stands, building qemux86 with meta-intel in BBLAYERS will add uio and iwlwifi to KERNEL_MODULES_AUTOLOAD. This corrects that. Signed-off-by: Darren Hart <dvhart@linux.intel.com>
2014-06-23linux-yocto recipes: fix use of module_autoload_* varsNitin A Kamble
oecore/poky layer changed, needing replacement of all the module_autoload_* recipe variables by the KERNEL_MODULE_AUTOLOAD variable. This fixes these kind of buildtime errors coming from the meta-intel layer: ERROR: KERNEL_MODULE_AUTOLOAD has replaced module_autoload_iwlwifi, please replace it! Addresses bug: [YOCTO #6460] Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com> Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
2014-05-22fri2: update SRCREVs for linux-yocto-rt_3.10 recipeNitin A Kamble
Use the latest HEADs of the kernel repository branches. Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com> Signed-off-by: Tom Zanussi <tom.zanussi@linux.intel.com>
2014-03-17linux-yocto-rt: Add missing 3.10 rt bbappendsDarren Hart
The following commit: Update linux-yocto-rt 3.8 to 3.10 46fd4b45c71d674e08037f9d6a2efceb7a963951 Failed to add the new 3.10 recipes, resulting in build failures for machines not taking advantage of the intel-common-pkgarch. Add the linux-yocto-rt bbappend to those BSPs. Signed-off-by: Darren Hart <dvhart@linux.intel.com>