summaryrefslogtreecommitdiffstats
path: root/meta-sys940x/recipes-kernel
AgeCommit message (Collapse)Author
2013-08-12sys940x:linux-yocto-3.8: update meta branch srcrevNitin A Kamble
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>
2013-07-19sys940x: update the kernel commit ID of the machine branchNitin A Kamble
Using the latest HEAD of the machine branch. Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com> Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
2013-07-19sys940x linux-yocto:3.8: switch to emgd-1.18Nitin A Kamble
Update the emgd kernel driver from version 1.16 to 1.18 Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com> Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
2013-06-12sys940x: update kernel srcrev to v3.8.13Nitin A Kamble
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>
2013-06-12sys940x: linux-yocto_3.8: update kernel SRCREVsNitin A Kamble
Updating the kernel branch SRCREVs to use latest HEAD commits of the respective kernel branches. And rearrange the BSP specific lines in the recipe in separate groups. 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>
2013-05-31linux-yocto: Drop 3.2 bbappends1.5_M1.rc11.5_M1.finalRichard Purdie
As part of the usual kernel upgrade cycle, the 3.2 kernel has been removed from OE-Core so remove the bbappend files from meta-intel too. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2013-04-05linux-yocto-rt_3.8: Update all non-ISG BSPs with rt support to 3.8.4-rt2Darren Hart
Add the linux-yocto-rt_3.8.bbappend for every BSP supporting RT. Do not update BSPs maintained by ISG. Built, booted, and sniff tested with: $ cyclictest -p 90 -D 10m -t on all platforms. All boot and complete the test without abnormal outliers with the following exceptions: o sys940x generated a panic, reported to rt-user. Possibly hw related. o fri2 fails to boot, hanging at "i8042: No controller found" These need additional investigation, but shouldn't delay the merge of the recipes themselves. Signed-off-by: Darren Hart <dvhart@linux.intel.com>
2013-04-03linux-yocto-rt_3.4: Add 3.4.36-rt50 support to BSPs that only had 3.2Darren Hart
In preparation for removal of the 3.2 kernel recipes, ensure that we have 3.4.36-rt50 support for all BSPs supporting rt. Do not update ISG maintained BSPs. Signed-off-by: Darren Hart <dvhart@linux.intel.com>
2013-03-29sys940x: update v3.8 kernel recipe commits to v3.8.4Nitin A Kamble
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>
2013-03-06sys940x: linux-yocto_3.8 recipe extensionNitin A Kamble
Provide the sys940x 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 sys940x BSP. Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com> Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
2013-03-04sys940x: linux-yocto-dev recipe extensionNitin A Kamble
Provide the sys940x 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 sys940x 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> Acked-by: Darren Hart <dvhart@linux.intel.com>
2013-03-04sys940x: use EMGD version 1.16 instead of 1.14Nitin A Kamble
The link for the source tarball of the emgd 1.14 driver is not working anymore. Also the sys940x BSP should also use the latest EMGD driver like rest of the EMGD based BSPs. This partly addresses: [YOCTO #3809] Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com> Signed-off-by: Tom Zanussi <tom.zanussi@intel.com> Acked-by: Darren Hart <dvhart@linux.intel.com>
2013-02-04meta-intel: remove kernel AUTOREVsTom Zanussi
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>
2013-01-22sys940x: linux-yocto_3.4: cleanup the SRC_URINitin A Kamble
As the commit to change kernel recipe SRC_URI to base on the KSRC_linux_yocto_3_4_repo var did not go in the poky layer, it leaves the SRC-URI definition incomplete here. Fix the SRC_URI by specifying the git repository location explicitly. This fixes bug: [YOCTO #3775] Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com> Acked-by: Darren Hart <dvhart@linux.intel.com> Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
2013-01-19sys940x: create a v3.4 kernel recipeNitin A Kamble
The sys940x & sys940x-noemgd BSPs are still using v3.2 linux-yocto kernel. This commit provides a v3.4 kernel recipe for these BSPs. This addresses the bug/feature request: [YOCTO #2268] Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com> Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
2012-11-13meta-intel: remove explicit kernel SRCREVsTom Zanussi
To ease development on unreleased BSPs, let the kernel SRCREV float. This avoids constantly having to update the SRCREVs manually, and assures we won't get into a situation where LINUX_VERSION doesn't match the version set by the kernel recipe. We'll lock down the kernel SRCREVs and set the matching LINUX_VERSION when we do releases, but in the meantime, we can use AUTOREV. Note that individual BSPs are always free to override this maintain their own SRCREVs if they want to. Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
2012-10-29meta-intel: remove linux-yocto*_3.0 bbappendsTom Zanussi
The 3.2 and 3.4 kernels are the ones supported for Yocto 1.3, so remove the 3.0 versions. Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
2012-10-29meta-intel: update kernel SRCREVs and pin LINUX_VERSIONTom Zanussi
Update all the linux-yocto .bbappends with the latest kernel SRCREVs and add explicit LINUX_VERSIONs for the 1.3 release, to prevent a mismatch between the kernel version actually used in the machine branch vs the version the recipe uses for the kernel image, which can change with stable updates. Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
2012-07-10sys940x: update kernel SRCREVsTom Zanussi
To pick up most recent changes, including the matching kernel changes for the perf-scripting/perf-tui features. Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
2012-05-07sys940x: Update to linux-yocto 3.2Darren Hart
Prefer the 3.2 version of linux-yocto. Signed-off-by: Darren Hart <dvhart@linux.intel.com>
2012-02-03meta-intel: Add Inforce SYS940x BSPDarren Hart
The Inforce SYS940x-ECX Developer-Ready Reference Platform features: o Intel Atom E6xx (0.6-1.6 GHz) o Up to 1GB on-board DDR2 o Intel Platform Controller Hub EG20T o VGA,LVDS o HD Audio o SD Card o Dual SATA o Mini-PCIe http://www.inforcecomputing.com/SYS940X_ECX.html Signed-off-by: Darren Hart <dvhart@linux.intel.com>