summaryrefslogtreecommitdiffstats
path: root/meta-fri2
Commit message (Collapse)AuthorAgeFilesLines
* fri2/linux-yocto_3.10: update SRCREVS to 3.10.38-ltsiNitin A Kamble2014-05-051-6/+6
| | | | | | | Update the SRCREV to the latest available for 3.10. Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com> Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
* fri2 linux-yocto_3.14: Update SRCREVsenea-linux-4.0-rc0Nitin A Kamble2014-04-291-2/+2
| | | | | | | | | | | This fixes the audio playback issue for BSPs using this kernel. Also the AMT support is fixed by using these updated SRCREVs. Addresses Bug: [YOCTO #6140] Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com> Signed-off-by: Tom Zanussi <tom.zanussi@linux.intel.com>
* fri2: linux-yocto_3.10: update SRCREVS to 3.10.35-ltsiNitin A Kamble2014-04-041-6/+6
| | | | | | Update the SRCREV to the latest available for 3.10. Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
* fri2-noemgd: change the default kernel to v3.14Nitin A Kamble2014-04-041-1/+1
| | | | | | Use the latest linux-yocto kernel for the fri2-noemgd BSP. Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
* fri2-noemgd: linux-yocto_3.14 recipeNitin A Kamble2014-04-041-0/+11
| | | | | | Enable the linux-yocto_3.14 recipe for the fri2-noemgd BSP. Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
* Make LINUX_VERSION machine specificNitin A Kamble2014-04-041-2/+2
| | | | | | | Make all the LINUX_VERSION variables in various kernel recipes machine specific to avoid name-space pollution. Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
* fri2: Update linux-yocto 3.10 SRCREV (3.10.34-LTSI)Nitin A Kamble2014-04-021-5/+5
| | | | | | | Update to the HEAD of standard/base (3.10.34-LTSI). Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com> Acked-by: Darren Hart <dvhart@linux.intel.com>
* fri2: Update linux-yocto 3.10 SRCREV (3.10.33-LTSI)Darren Hart2014-03-241-7/+6
| | | | | | | | Update to the HEAD of standard/fri2 (3.10.33-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: Darren Hart <dvhart@linux.intel.com>
* linux-yocto-rt: Add missing 3.10 rt bbappendsDarren Hart2014-03-171-0/+15
| | | | | | | | | | | | | 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>
* Update linux-yocto-rt 3.8 to 3.10Darren Hart2014-03-121-16/+0
| | | | | | 3.8 is no longer supported, update the remaining 3.8-rt recipes to 3.10. Signed-off-by: Darren Hart <dvhart@linux.intel.com>
* fri2: Update linux-yocto-tiny recipeDarren Hart2014-03-121-0/+0
| | | | | | 3.8 is no longer supported, update the tiny bbappend to 3.10. Signed-off-by: Darren Hart <dvhart@linux.intel.com>
* Remove linux-yocto rt and tiny 3.4 recipesDarren Hart2014-03-122-33/+0
| | | | | | 3.4 is no longer supported, drop the 3.4 rt and tiny recipes as well. Signed-off-by: Darren Hart <dvhart@linux.intel.com>
* Remove linux-yocto 3.8 bbappendsDarren Hart2014-03-121-23/+0
| | | | | | | The current development branch (for 1.6) supports 3.10 and -dev linux-yocto kernels. Delete all the lingering 3.8 kernel recipes. Signed-off-by: Darren Hart <dvhart@linux.intel.com>
* Remove linux-yocto 3.4 bbappendsDarren Hart2014-03-121-20/+0
| | | | | | | The current development branch (for 1.6) supports 3.10 and -dev linux-yocto kernels. Delete all the lingering 3.4 kernel recipes. Signed-off-by: Darren Hart <dvhart@linux.intel.com>
* intel-common: Make using intel-common override opt-inDarren Hart2014-02-058-16/+0
| | | | | | | | | | | | | | | | Currently the intel-core*-common.inc files also include the intel-common-pkgarch.inc, forcing the introduction of the intel-common PACKAGE_ARCH. Coupling this with the addition of the intel-common MACHINE_OVERRIDE, means that even MACHINE_ARCH packages can be influenced by intel-common overrides, which is not desirable. Remove the intel-common-pkgarch.inc from the intel-core*common.inc include files, requiring BSPs wanting to use the intel-common mechanism to explicitly include it. This obviates the need to reset the linux-yocto PACKAGE_ARCH to MACHINE_ARCH. Signed-off-by: Darren Hart <dvhart@linux.intel.com> Cc: Richard Purdie <richard.purdie@linuxfoundation.org>
* fri2: Set PACKAGE_ARCH to MACHINE_ARCH explicitlyDarren Hart2014-01-278-0/+24
| | | | | | | | | The new intel-common.inc sets the default of the PACKAGE_ARCH for the linux-yocto kernel recipes to DEFAULTTUNE_kernel. Revert the existing recipes to MACHINE_ARCH until they can be removed in favor of a more unified mechanism. Signed-off-by: Darren Hart <dvhart@linux.intel.com>
* fri2: Use core2-32 tuningDarren Hart2014-01-272-10/+8
| | | | | | | The E6xx (Tunnel Creek) Atom CPUs are supported by the core2 tune file. Update the XSERVER_* variables to use the new naming. Signed-off-by: Darren Hart <dvhart@linux.intel.com>
* meta-fri2: Use the symlink to the actual image in READMEAndrei Gherzan2014-01-061-1/+1
| | | | | | | | Using the image symlink when dd'ing is more convenient for the user - update the documentation to reflect that. Signed-off-by: Andrei Gherzan <andrei@gherzan.ro> Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
* linux-yocto-3.10: Update SRCREVs for 3.10.19Tom Zanussi2013-12-201-5/+5
| | | | | | | | | | | | | | | 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> Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
* grub-efi: Rename and update grub-efi for recent oe-core changesDarren Hart2013-12-161-4/+6
| | | | | | | | | OE-Core has changed the grub-efi implementation, splitting out grub-efi-native and moving the do_mkimage task to do_deploy. Rename and update this bbappend accordingly. Signed-off-by: Darren Hart <dvhart@linux.intel.com> Acked-by: Tom Zanussi <tom.zanussi@linux.intel.com>
* fri2: Remove mesa PREFERRED_VERSIONTom Zanussi2013-11-141-1/+0
| | | | | | | | | | | | From Ross: "There's only one version of Mesa in oe-core *and* mesa isn't used by these BSPs anymore (they use mesa-gl)." So remove the preferred version and get rid of warnings such as below: NOTE: preferred version 9.1.6 of mesa not available (for item virtual/libg NOTE: versions of mesa available: 2:9.2.2 2:9.2.2+gitAUTOINC+8f0742051e Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
* fri2: linux-yocto-3.10: update kernel srcrevsNitin A Kamble2013-11-141-5/+5
| | | | | | | Updating kernel srcrevs to 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>
* fri2-noemgd: 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>
* fri2: update default kernel to v3.10Nitin A Kamble2013-10-181-1/+1
| | | | | | | | Now the v3.10 kernel is enabled for this BSP. Making the newer kernel as the default kernel for this BSP. Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com> Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
* fri2: Enable 3.10 kernel recipeNitin A Kamble2013-10-181-0/+9
| | | | | | | | Now EMGD 1.18 driver is working with the v3.10 kernel. Moving this EMGD based BSP to the v3.10 kernel. Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com> Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
* BSP READMEs: change the language of the compliance sectionNitin A Kamble2013-10-091-3/+3
| | | | | | | | Use "Yocto Project Compatible" in place of "compliance" as suggested by Jeffrey Osier Mixon. Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com> Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
* fri2: linux-yocto v3.8 & v3.10 update srcrevsNitin A Kamble2013-10-032-4/+4
| | | | | | | | | | | | Use the latest branch HEADs for srcrevs in these kernel recipes. This fixes the unusable mouse & keyboard issue in X for this BSP. Fixes Bug: [YOCTO #5279] Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com> Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
* fri2-noemgd: move BSP to the v3.10 kernelNitin A Kamble2013-09-231-1/+1
| | | | | | | | Now a v3.10 linux yocto kernel recipe is available for this BSP, making the newer kernel as the default kernel. Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com> Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
* fri2-noemgd: linux-yocto_3.10 recipe extensionNitin A Kamble2013-09-231-0/+13
| | | | | | | | | | | Provide the BSP specific extension for the linux-yocto_3.10 recipe from the oecore layer. This configures the v3.10 kernel repository branches and commits for this BSP. Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com> Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
* fri2: enable input device hotplug in xserver-xf86-configRoss Burton2013-09-202-31/+0
| | | | | | | | | | xorg.conf was disabling hotplugged input devices for no known reason, so remove that option. Also remove the setting of DontZap to the default value for clarity. Signed-off-by: Ross Burton <ross.burton@intel.com> Acked-by: Darren Hart <dvhart@linux.intel.com>
* fri2.conf: include meta-intel-emgd.incNitin A Kamble2013-09-181-0/+1
| | | | | | | Which brings the separate package dir for opengl related recipes to improve the build performance while building multiple BSPs. Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
* fri2: mention required opengl distro feature in the READMENitin A Kamble2013-08-271-0/+7
| | | | | | | | Mention that if the distro policy does not list 'opengl' in the DISTRO_FEATURES, one needs to do it in local.conf. Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com> Signed-off-by: Tom Zanussi <tom.zanussi@linux.intel.com>
* fri2:linux-yocto-3.8: update meta branch srcrevNitin A Kamble2013-08-121-2/+2
| | | | | | | | | | 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>
* fri2: update preferred version of mesa recipe to 9.1.6Nitin A Kamble2013-08-061-1/+1
| | | | | | | | The previous version is not available anymore, so use the newer version of the mesa recipe now. Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com> Signed-off-by: Darren Hart <dvhart@linux.intel.com>
* fri2-noemgd: fix the KERNEL_FEATURE variable overrideNitin A Kamble2013-07-293-3/+3
| | | | | | | | | The variable specific to fri2-noemgd was mistakenly extended with -fri2 Instead using the correct extension -fri2-noemgd Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com> Signed-off-by: Tom Zanussi <tom.zanussi@linux.intel.com>
* fri2: correct the KERNEL_FEATURE variable nameNitin A Kamble2013-07-293-6/+6
| | | | | | | | | | | | | The var KERNEL_FEATURES_sugarbay_append overrides the previous value defined in the oecore layer, and the var KERNEL_FEATURES_append_sugarbay preserves the old value and extends it. This change avoids unintentional disabling of some KERNEL_FEATURES such as netfilter. Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com> Signed-off-by: Tom Zanussi <tom.zanussi@linux.intel.com>
* mesa: update BSPs to current oe-core mesa versionTom Zanussi2013-07-241-1/+1
| | | | | | | The current version of mesa was updated in oe-core. Change mesa version for these BSPs in order to avoid build errors. Signed-off-by: Tom Zanussi <tom.zanussi@linux.intel.com>
* fri2: update the kernel commit ID of the machine branchNitin A Kamble2013-07-191-2/+2
| | | | | | | 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>
* fri2: update to use emgd 1.18 user recipeNitin A Kamble2013-07-191-1/+1
| | | | | | | Updating the bsp to use version 1.18 of emgd userland recipe. Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com> Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
* fri2: linux-yocto:3.8: switch to emgd-1.18Nitin A Kamble2013-07-191-5/+5
| | | | | | | 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>
* meta-intel: Drop PRINC usageRichard Purdie2013-06-243-4/+0
| | | | | | | | With the switch to the PR server we don't need to use PRINC. This patch matches a change to OE-Core to bump the PR values of the appropriate core recipes so PR values don't go backwards. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* fri2: update kernel srcrev to v3.8.13Nitin A Kamble2013-06-121-6/+6
| | | | | | | | 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>
* fri2: linux-yocto_3.8: update kernel SRCREVsNitin A Kamble2013-06-121-6/+6
| | | | | | | | | | 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>
* fri2: update preferred version of mesa recipeNitin A Kamble2013-06-121-1/+1
| | | | | | | | The newer 1.9.3 version of the mesa recipe is working well with this BSP. Mark it as a preferred version for this BSP. Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com> Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
* linux-yocto: Drop 3.2 bbappends1.5_M1.rc11.5_M1.finalRichard Purdie2013-05-312-34/+0
| | | | | | | 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>
* tiny-init: Drop the bbappendKhem Raj2013-05-162-32/+0
| | | | | | | | | | | | | | init file which it was providing is ditto as meta-yocto so bbappend is redundant plus it gets rid of following warning for non poky distros. WARNING: No recipes available for: /builds1/meta-intel/meta-fri2/recipes-core/tiny-init/tiny-init.bbappend Signed-off-by: Khem Raj <raj.khem@gmail.com> CC: Darren Hart <dvhart@linux.intel.com> Acked-by: Darren Hart <dvhart@linux.intel.com> Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
* fri2: specify preferred version of the xf86-input-synaptics recipeNitin A Kamble2013-05-161-0/+1
| | | | | | | | | | | | The newer version of the xf86-input-synaptics recipe breaks with the 1.9.3 version of xorg-xserver used in this BSP. More details on the breakage can be found in the log of the commit with title: xf86-input-synaptics_1.6.3: keep older version for EMGD based BSPs Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com> Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
* fri2: Disable MSI interrupts for the HDA deviceDarren Hart2013-04-232-0/+5
| | | | | | | | | | Fixes [YOCTO 3814] MSI interrupts fail when using the EFI firmware on the FRI2. Disabling them enables the HDA device to function properly on both BIOS and EFI versions of the device. Signed-off-by: Darren Hart <dvhart@linux.intel.com>
* init-ifupdown: move network interfaces file for fri2 and sys940xDarren Hart2013-04-183-0/+0
| | | | | | | | With the split of netbase and init-ifupdown, the interfaces file needs to get moved. Signed-off-by: Darren Hart <dvhart@linux.intel.com> Acked-by: Tom Zanussi <tom.zanussi@linux.intel.com>
* fri2: specify a working libva versionNitin A Kamble2013-04-121-0/+1
| | | | | | | | | | With the newer (1.1.0 & 1.1.1) versions of libva recipe video playback is giving segmentation fault at the end of playback. And the 1.0.16 version of libva is working fine for the video playback. So specifying the specific working version of libva recipe for all the EMGD based BSPs here. Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com> Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>