summaryrefslogtreecommitdiffstats
path: root/meta-nuc/recipes-kernel
Commit message (Collapse)AuthorAgeFilesLines
* nuc: Update linux-yocto 3.10 SRCREV (3.10.35-LTSI)Nitin A Kamble2014-04-221-3/+3
| | | | | | | | | | Update to the HEAD of standard/common-pc-64/chiefriver (3.10.35-LTSI). This also works around an open issue with do_validate_branches where feature branches are reset the HEAD of the machine branch if they contain that commit. Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com> Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
* linux-yocto-3.10: Update SRCREVs for 3.10.19Darren Hart2013-12-191-3/+3
| | | | | | | | | | | | | | Fixes [YOCTO 5679] Bump the SRCREVs to address the lttng-modules build failure introduced by the oe-core/poky commit: lttng-modules: Update to 2.3.3 version This updates all the BSPs that were at the same machine SRCREV in one shot. Signed-off-by: Darren Hart <dvhart@linux.intel.com>
* nuc: linux-yocto_3.10: update srcrevsNitin A Kamble2013-10-181-2/+2
| | | | | | | | Using the latest HEADS of the git branches of the v3.10 linux-yocto kernel repository. Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com> Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
* nuc: linux-yocto v3.8 & v3.10 update srcrevsyocto_1.5_M5.rc81.5_M5.rc81.5_M5.rc7Nitin A Kamble2013-10-032-3/+3
| | | | | | | Use the latest branch HEADs for srcrevs in these kernel recipes. Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com> Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
* nuc: update linux-yocto_3.10 kernel to 3.10.11Nitin A Kamble2013-09-231-3/+3
| | | | | | | | Update the kernel recipe src-revs to 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@intel.com>
* nuc: linux-yocto_3.10 recipe extensionNitin A Kamble2013-09-061-0/+14
| | | | | | | | | Provide the nuc BSP specific extension for the linux-yocto_3.10 recipe from the oecore layer. This configures the right git branches of the kernel repository for the nuc BSP. Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com> Signed-off-by: Tom Zanussi <tom.zanussi@linux.intel.com>
* nuc:linux-yocto-3.8: update meta branch srcrevNitin A Kamble2013-08-121-1/+1
| | | | | | | | | | This fixes USB autosuspend issues related to non-responsive mice & keyboards. Fixes bug: [YOCTO #4992] Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com> Signed-off-by: Darren Hart <dvhart@linux.intel.com>
* nuc: update the kernel commit IDs of kernel branchesNitin A Kamble2013-07-191-2/+2
| | | | | | | Using the latest HEADs of the kernel branches. Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com> Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
* nuc: update 3.4 kernel SRCREVsNitin A Kamble2013-06-171-3/+3
| | | | | | | | | | Updating the kernel branch SRCREVs to use latest HEAD commits of the respective kernel branches. This updates this BSPs v3.4 kernel to version 3.4.46. Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com> Signed-off-by: Tom Zanussi <tom.zanussi@linux.intel.com>
* nuc: update kernel srcrev to v3.8.13Nitin A Kamble2013-06-121-3/+3
| | | | | | | | Update this BSP's kernel to the latest linux-yocto-3.8 version of v3.8.13 Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com> Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
* nuc: linux-yocto_3.8: update kernel SRCREVsNitin A Kamble2013-06-101-3/+3
| | | | | | | | | | Updating the kernel branch SRCREVs to use latest HEAD commits of the respective kernel branches. This updates this BSPs v3.8 kernel to version 3.8.11. Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com> Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
* nuc: fix AMT feature specification in linux-yocto recipeNitin A Kamble2013-06-071-1/+1
| | | | | | | | | A bug in the kernel tools was silently ignoring the AMT kernel feature specified in kernel recipe. Fix this AMT kernel specification so that it gets considered in the kernel build. Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com> Signed-off-by: Tom Zanussi <tom.zanussi@linux.intel.com>
* nuc: update v3.8 kernel recipe commits to v3.8.4Nitin A Kamble2013-03-291-2/+4
| | | | | | | And specify the LINUX_VERSION corresponding to the kernel branch commits. Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com> Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
* nuc: linux-yocto_3.8 recipe extensionNitin A Kamble2013-03-061-0/+12
| | | | | | | | | Provide the nuc BSP specific extension for the linux-yocto_3.8 recipe from the oecore layer. This configures the right git branches of the kernel repository for the nuc BSP. Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com> Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
* nuc: linux-yocto-dev recipe extensionNitin A Kamble2013-03-041-0/+12
| | | | | | | | | | | | Provide the nuc BSP specific extension for the linux-yocto-dev recipe from the oecore layer. This configures the right git branches of the kernel repository for the nuc BSP. This commit is addressing this bug: [YOCTO #3931] Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com> Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
* meta-intel: remove kernel AUTOREVsTom Zanussi2013-02-041-2/+4
| | | | | | | | Using AUTOREV turns out to cause problems with unreproducible autobuilder builds and unwanted network access. This patch removes kernel AUTOREVs and locks down SRCREVs and LINUX_VERSIONs. Signed-off-by: Tom Zanussi <tom.zanussi@linux.intel.com>
* meta-nuc: add kernel recipe for nuc BSPNitin A Kamble2012-12-141-0/+12
Reuse the kernel support of chiefriver, and extend it to use additional kernel features like wifi. Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com> Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>