summaryrefslogtreecommitdiffstats
path: root/meta-fri2/recipes-kernel
Commit message (Collapse)AuthorAgeFilesLines
* fri2: Update to EMGD 1.16Darren Hart2013-03-201-6/+11
| | | | | | | | | Use the recipe-space mechanism for adding emgd as a KERNEL_FEATURE. Update to the 1.16 version and update all the SRCREV's accordingly. Include the EMGD branch in the SRC_URI and SRCREV for the fri2 machine. Signed-off-by: Darren Hart <dvhart@linux.intel.com> Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
* meta-intel: remove linux-yocto*_3.0 bbappendsTom Zanussi2012-10-292-22/+0
| | | | | | | 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>
* meta-intel: update kernel SRCREVs and pin LINUX_VERSIONTom Zanussi2012-10-292-4/+8
| | | | | | | | | | 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>
* fri2: Update SRCREVs for linux-yocto recipesDarren Hart2012-10-263-12/+12
| | | | | | | | | | | | | | | | | | Update MACHINE and META SRCREVs to pull in the following fixes: efi: Add patch to fix 32bit EFI service mapping (rhbz 726701) mmc: sdhci: Use DBG() instead of pr_warning() on large timeout As well as the following changes to meta: eg20t: Explicitly include dependencies for PCH_GBE eg20t: Explicitly include dependencies for I2C_EG20T fri2: Remove graphics options from the core fri2 description fri2: Required boot config for fri2 fri2: Add fri2-tiny support fri2: Disable GPIO_PCH for preempt-rt Signed-off-by: Darren Hart <dvhart@linux.intel.com>
* fri2: Add linux-yocto-tiny_3.4 supportDarren Hart2012-10-241-0/+14
| | | | | | | | | Add support for the tiny KTYPE via a liunx-yocto-tiny bbappend for the 3.4 kernel. With this kernel, DISTRO="poky-tiny" can be used with the fri2 and fri2-noemgd machines. Signed-off-by: Darren Hart <dvhart@linux.intel.com> Acked-by: Tom Zanussi <tom.zanussi@intel.com>
* fri2: Update to Linux 3.4 and EMGD 1.14Darren Hart2012-09-242-0/+30
| | | | | | | Update the fri2 machines to use linux-yocto 3.4 and EMGD 1.14. Signed-off-by: Darren Hart <dvhart@linux.intel.com>
* fri2: update kernel SRCREVsTom Zanussi2012-07-102-8/+8
| | | | | | | 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>
* fri2: Update SRCREVs for linux-yocto-rt_3.2.bbappendDarren Hart2012-05-311-6/+6
| | | | | | Update the SRCREVs to pull in the pch_uart locking fixes for preempt-rt. Signed-off-by: Darren Hart <dvhart@linux.intel.com>
* fri2: Update 3.2 kernel recipe SRCREVDarren Hart2012-05-302-8/+8
| | | | | | Update SRCREVs to pull in the latest kernel updates and meta updates. Signed-off-by: Darren Hart <dvhart@linux.intel.com>
* fri2: Update SRCREVs for 3.2 KernelDarren Hart2012-05-072-2/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update the fri2 linux-yocto bbappends to take advantage of the recent fri2 meta updates in the linux-yocto repository: commit 72d9369a79ab91d6dba3ce95fa4769d75be5f1fa Author: Darren Hart <dvhart@linux.intel.com> Date: Tue May 1 15:13:26 2012 -0700 fri2: Cleanup fri2-$KTYPE.scc files re efi-ext.scc The efi-ext.scc fragment is not part of the standard or preempt-rt standard features. It is instead a BSP specific feature added to these ktypes. Rearrange the meta-data accordingly. Signed-off-by: Darren Hart <dvhart@linux.intel.com> commit dbcb1205e3fb95b32f1856e4bf6745fe52f5e5f4 Author: Darren Hart <dvhart@linux.intel.com> Date: Tue May 1 15:13:25 2012 -0700 fri2: Use emgd-1.10 feature and branch Update the fri2-standard.scc description to use the new emgd feature and branch name. Without this change the emgd driver is not merged and not built. Signed-off-by: Darren Hart <dvhart@linux.intel.com> Signed-off-by: Darren Hart <dvhart@linux.intel.com>
* linux-firmware: Move fri2 linux-firmware append to commonDarren Hart2012-05-071-18/+0
| | | | | | | | | In preparation for linux-firmware updates from new BSPs, move the fri2 linux-firmware bbappend into meta-intel/common. Eventually this should be moved into oe-core. Signed-off-by: Darren Hart <dvhart@linux.intel.com> Acked-by: Tom Zanussi <tom.zanussi@intel.com>
* fri2: Add 3.2 kernel recipesDarren Hart2012-03-202-0/+22
| | | | | | | Add linux-yocto_3.2 and linux-yocto-rt_3.2 kernel recipes, following the pattern of the 3.0 recipes. Signed-off-by: Darren Hart <dvhart@linux.intel.com>
* fri2: Autoload module iwlwifiDarren Hart2012-03-202-0/+4
| | | | | | | | | iwlwifi uses a firmware blob that must exist on the FS at the time the driver is loaded. If the driver is built-in, the blob must exist in the initrd. We avoid this by building as a module, but we still want this to load at boot - so add it to autoload. Signed-off-by: Darren Hart <dvhart@linux.intel.com>
* fri2: Update KMACHINE and KBRANCH variablesDarren Hart2012-03-202-15/+8
| | | | | | | | Specify only the machine itself in KMACHINE and set the branch explicitly. Use an fri2 specific branch in non-rt while we sort out whether or not to create these dynamically or not. Signed-off-by: Darren Hart <dvhart@linux.intel.com>
* meta-intel: update some kernel SRCREVsTom Zanussi2012-01-301-4/+4
| | | | | | | Update linux-yocto_3.0 kernel SRCREVS for crownbay, emenlow, fishriver, fri2, jasperforest, and sugarbay. Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
* fri2: Update SRCREV to include efi patches and meta-data1.2_M1.rc21.2_M1.final1.2_M1Darren Hart2011-12-131-4/+4
| | | | | | | The SRCREV update is required for the cfg/efi-ext as well as patches to the standard/* branches to support EFI booting. Signed-off-by: Darren Hart <dvhart@linux.intel.com>
* fri2: Add efi-ext to KERNEL_FEATURESDarren Hart2011-12-071-2/+2
| | | | | | The fri2 can boot via EFI or legacy PCBIOS. Add support for EFI. Signed-off-by: Darren Hart <dvhart@linux.intel.com>
* linux-firmware: append support for the iwlwifi-6000g2a-5 firmwareDarren Hart2011-12-071-0/+18
| | | | | | | | Add firmware required by the Intel Centrino Adnanced-N 6205 mini-pcie card. The content is already available in the linux-firmware repository, this patch just adds the meta-data to include the right files and define a package. Signed-off-by: Darren Hart <dvhart@linux.intel.com>
* meta-intel: update kernel SRCREVsTom Zanussi2011-12-011-4/+4
| | | | | | | Update linux-yocto_3.0 kernel SRCREVS for crownbay, emenlow, fishriver, fri2, jasperforest, sugarbay, and romley. Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
* meta-intel: update kernel SRCREVsTom Zanussi2011-11-141-4/+4
| | | | | | | Update linux-yocto_3.0 kernel SRCREVS for crownbay, emenlow, fishriver, fri2, jasperforest, sugarbay, and romley. Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
* meta-fri2: allow linux-yocto-rt to be used for fri2-noemgdTom Zanussi2011-10-281-0/+2
| | | | | | | The fri2 linux-yocto-rt .bbappend is missing settings needed for use with fri2-noemgd - this adds them. Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
* meta-intel: update SRCREVsTom Zanussi2011-10-161-2/+2
| | | | | | | Update linux-yocto_3.0 kernel SRCREVS for crownbay, emenlow, fishriver, fri2, jasperforest, and sugarbay. Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
* meta-intel: update SRCREVsTom Zanussi2011-10-041-2/+2
| | | | | | | Update linux-yocto_3.0 kernel SRCREVS for crownbay, emenlow, fishriver, fri2, jasperforest, and sugarbay. Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
* meta-intel: update SRCREVsTom Zanussi2011-09-261-2/+2
| | | | | | | Update linux-yocto_3.0 kernel SRCREVS for crownbay, fishriver, fri2, jasperforest, and sugarbay. Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
* meta-intel: update SRCREVsTom Zanussi2011-09-201-2/+2
| | | | | | | Update linux-yocto_3.0 kernel SRCREVS for crownbay, fishriver, fri2, jasperforest, and sugarbay. Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
* meta-intel: update SRCREVsTom Zanussi2011-09-141-2/+2
| | | | | | | Update linux-yocto_3.0 kernel SRCREVS for crownbay, fishriver, fri2, jasperforest, and sugarbay. Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
* meta-intel: update SRCREVsTom Zanussi2011-09-061-4/+4
| | | | | | | Update linux-yocto_3.0 kernel SRCREVS for crownbay, fishriver, fri2, jasperforest, and sugarbay. Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
* meta-intel: update SRCREVsTom Zanussi2011-09-061-4/+4
| | | | | | | Update linux-yocto_3.0 kernel SRCREVS for crownbay, fishriver, fri2, jasperforest, and sugarbay. Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
* meta-fri2: add EMGD 1.8 capabilities to fri2Tom Zanussi2011-08-251-2/+11
| | | | | | | | | | | | This patch essentially adds a new EMGD-capable 'fri2' machine to meta-fri2. The current version with vesa graphics will become fri2-noemgd; fri2 will become the version with EMGD graphics. This patch does the fri2->fri2-noemgd renaming and adds the new files for fri2, and updates the necessary .bbappends to support both fri2 and fri2-noemgd. Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
* meta-intel: update SRCREVsTom Zanussi2011-08-201-2/+2
| | | | | | | Update linux-yocto_3.0 kernel SRCREVS for fishriver, fri2, jasperforest, and sugarbay. Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
* meta-intel: update linux-yocto 3.0 kernel SRCREVsTom Zanussi2011-08-171-2/+2
| | | | | | Update 3.0 kernel SRCREVs for fishriver, fri2, jasperforest, sugarbay. Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
* rt: simplify linux-yocto-rt.bbappend for all BSPsDarren Hart2011-08-121-3/+4
| | | | | | | | | | As the all the BSPs use the same BSP branch and meta commit ID as the base recipe, there is no need specify the KBRANCH and SRCREVs. Not doing so greatly simplifies maintenance. Leaving the syntax in place, but commented out, serves as documentation should the need arise to use a different BSP branch or meta commit ID. Signed-off-by: Darren Hart <dvhart@linux.intel.com>
* add linux-yocto-rt_3.0 support for all meta-intel BSPsDarren Hart2011-08-111-0/+7
| | | | | | | | All the BSPs build out of the preempt-rt/base branch (rather than a preempt-rt/$MACHINE branch), so separate KMACHINE and KBRANCH assignments are required for each BSP. Signed-off-by: Darren Hart <dvhart@linux.intel.com>
* meta-fri2: new layer for Fish River Island II (E6XX/EG20T) systemsTom Zanussi2011-08-031-0/+6
This layer provides support for E6XX + EG20T Intel systems. Currently it supports only vesa graphics, which will be upgraded shortly. Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>