summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | Merge remote-tracking branch 'origin/master' into master-eneaGeorge Nita2014-10-029-8/+37
|\|
| * meta-sugarbay: Use the v3.17 kernel by defaultNitin A Kamble2014-09-301-1/+1
| | | | | | | | | | | | | | | | The linux-yocto_3.17 recipe is available for this BSP. Make it the default kernel for this BSP. Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com> Signed-off-by: Tom Zanussi <tom.zanussi@linux.intel.com>
| * meta-nuc: Use the v3.17 kernel by defaultNitin A Kamble2014-09-301-1/+1
| | | | | | | | | | | | | | | | The linux-yocto_3.17 recipe is available for this BSP. Make it the default kernel for this BSP. Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com> Signed-off-by: Tom Zanussi <tom.zanussi@linux.intel.com>
| * meta-jasperforest: Use the v3.17 kernel by defaultNitin A Kamble2014-09-301-1/+1
| | | | | | | | | | | | | | | | The linux-yocto_3.17 recipe is available for this BSP. Make it the default kernel for this BSP. Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com> Signed-off-by: Tom Zanussi <tom.zanussi@linux.intel.com>
| * meta-fri2: Use the v3.17 kernel by default for fri2-noemgdNitin A Kamble2014-09-301-1/+1
| | | | | | | | | | | | | | | | The linux-yocto_3.17 recipe is available for this BSP. Make it the default kernel for this BSP. Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com> Signed-off-by: Tom Zanussi <tom.zanussi@linux.intel.com>
| * meta-emenlow: Use the v3.17 kernel by default for emenlow-noemgdNitin A Kamble2014-09-301-1/+1
| | | | | | | | | | | | | | | | The linux-yocto_3.17 recipe is available for this BSP. Make it the default kernel for this BSP. Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com> Signed-off-by: Tom Zanussi <tom.zanussi@linux.intel.com>
| * meta-crownbay: Use the v3.17 kernel by default for crownbay-noemgdNitin A Kamble2014-09-301-1/+1
| | | | | | | | | | | | | | | | The linux-yocto_3.17 recipe is available for this BSP. Make it the default kernel for this BSP. Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com> Signed-off-by: Tom Zanussi <tom.zanussi@linux.intel.com>
| * intel-corei7-64: Use the v3.17 kernel by defaultNitin A Kamble2014-09-301-1/+1
| | | | | | | | | | | | | | | | The linux-yocto_3.17 recipe is available for this BSP. Make it the default kernel for this BSP. Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com> Signed-off-by: Tom Zanussi <tom.zanussi@linux.intel.com>
| * intel-core2-32: Use the v3.17 kernel by defaultNitin A Kamble2014-09-301-1/+1
| | | | | | | | | | | | | | | | The linux-yocto_3.17 recipe is available for this BSP. Make it the default kernel for this BSP. Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com> Signed-off-by: Tom Zanussi <tom.zanussi@linux.intel.com>
| * linux-yocto: Add linux-yocto_3.17.bbappendNitin A Kamble2014-09-301-0/+28
| | | | | | | | | | | | | | | | Extend the linux-yocto_3.17 recipe from the oe-core layer for the use of meta-intel BSPs. Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com> Signed-off-by: Tom Zanussi <tom.zanussi@linux.intel.com>
| * meta-emenlow: Use the common kernel for emenlow-noemgdNitin A Kamble2014-09-301-0/+1
| | | | | | | | | | | | | | Use the common kernel as now it supports the gma500 driver. Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com> Signed-off-by: Tom Zanussi <tom.zanussi@linux.intel.com>
| * meta-fri2: Soften the preferred kernel version assignment for fri2-noemgdNitin A Kamble2014-09-301-1/+1
| | | | | | | | | | | | | | So that it can be easily overridden from local.conf. Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com> Signed-off-by: Tom Zanussi <tom.zanussi@linux.intel.com>
* | Merge remote-tracking branch 'origin/master' into master-eneaGeorge Nita2014-09-272-4/+4
|\|
| * linux-yocto*_3.14: Update SRCREV_meta to avoid rt build failureDarren Hart2014-09-262-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | Fixes [YOCTO 6710] linux-yocto-rt recipe failing to build This meta update reorganizes the intel-common ktype and driver meta data which was causing the wrong branch to be checked out, resulting in a build failure for the rt kernel. Update both linux-yocto and linux-yocto-rt to use the updated intel-common meta data. Signed-off-by: Darren Hart <dvhart@linux.intel.com> Cc: Bruce Ashfield <bruce.ashfield@windriver.com> Acked-by: Tom Zanussi <tom.zanussi@intel.com>
* | Merge remote-tracking branch 'origin/master' into master-eneaGeorge Nita2014-09-251-0/+5
|\|
| * intel-gpu-tools: remove intel-gen4asm.pc from sysrootRoss Burton2014-09-241-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | When the target sysroot is populated the binaries are not coppied over (as they can't be executed) but intel-gen4asm.pc is. This pkg-config file is only used to determine what version of the binary is installed, which confuses the libva-intel-driver configure script as it thinks that intel-gen4asm is installed when it isn't. Resolve this by removing intel-gen4asm.pc from the sysroot. Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
* | Merge remote-tracking branch 'origin/master' into master-eneaGeorge Nita2014-09-192-2/+2
|\|
| * layer.conf: Bumping LAYERVERSIONElizabeth Flanagan2014-09-181-1/+1
| | | | | | | | | | | | | | | | As we've retired some BSPs we'll need to bump LAYERVERSION so that the autobuilder does not fail out on them. Signed-off-by: Elizabeth Flanagan <elizabeth.flanagan@intel.com> Signed-off-by: Tom Zanussi <tom.zanussi@linux.intel.com>
| * intel-corei7-64.conf: include the AMT daemon in the imagesNitin A Kamble2014-09-181-1/+1
| | | | | | | | | | | | | | | | Some of the platforms supported by the intel-corei7-64 BSP have AMT feature on the platform. Enable it so that it can get utilized with this BSP. Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com> Acked-by: Darren Hart <dvhart@linux.intel.com>
* | Merge remote-tracking branch 'origin/master' into master-eneaGeorge Nita2014-09-1846-3386/+18
|\|
| * Remove the xserver-xorg-1.9.3 recipe and it's filesNitin A Kamble2014-09-168-246/+0
| | | | | | | | | | | | | | | | | | The xserver-xorg-1.9.3 recipe was needed only for the EMGD graphics driver. After removing the EMGD support from the meta-intel layer there is no need to keep this old recipe and it's files. Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com> Signed-off-by: Tom Zanussi <tom.zanussi@linux.intel.com>
| * Remove all the changes related to the proprietary EMGD graphics driverNitin A Kamble2014-09-1617-2266/+0
| | | | | | | | | | | | | | | | As all the EMGD based BSPs have been retired, there is no need for the proprietary EMGD support in the meta-intel layer. Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com> Signed-off-by: Tom Zanussi <tom.zanussi@linux.intel.com>
| * Remove fri2 machine supportNitin A Kamble2014-09-1610-602/+6
| | | | | | | | | | | | | | | | 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>
| * Remove crownbay machine supportNitin A Kamble2014-09-166-138/+6
| | | | | | | | | | | | | | | | The crownbay machine has been retired with this commit. This does not affect the crownbay-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>
| * Remove emenlow machine supportNitin A Kamble2014-09-165-134/+6
| | | | | | | | | | | | | | | | The emenlow machine has been retired with this commit. This does not affect the emenlow-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>
* | Merge remote-tracking branch 'origin/master' into master-eneaGeorge Nita2014-09-102-13/+13
|\|
| * iucode-tools: remove non-ASCII charactersRoss Burton2014-09-091-1/+1
| | | | | | | | | | | | | | | | package_deb doesn't yet handle non-ASCII characters in control files, so remove a unicode "registered trademark" character. Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
| * meta-valleyisland: Update linux-yocto v3.10 SRCREV to v3.10.43Chang Rebecca Swee Fun2014-09-081-12/+12
| | | | | | | | | | | | | | | | | | Use the latest HEADs of the git branches from the linux-yocto v3.10 kernel repository. Signed-off-by: Chang Rebecca Swee Fun <rebecca.swee.fun.chang@intel.com> Acked-By: Nitin A Kamble <nitin.a.kamble@intel.com> Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
* | Merge remote-tracking branch 'origin/master' into master-eneaGeorge Nita2014-09-0610-0/+213
|\|
| * meta-intel BSPs: enable microcode loading support for imagesNitin A Kamble2014-09-041-0/+7
| | | | | | | | | | | | | | | | For the BSPs using the meta-intel.inc file enable the early boot-time kernel as well as the user space microcode loading support. Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com> Signed-off-by: Tom Zanussi <tom.zanussi@linux.intel.com>
| * intel-microcode: a recipe for Intel microcode datafileNitin A Kamble2014-09-042-0/+175
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This recipe provides the microcode datafile for Intel Processors. The recipe provides: 1. microcode.dat file for microcode updating from user space with the iucode-tool utility. 2. the microcode cpio file which gets bundled with the initrd to support microcode loading at early boot time. [ YOCTO #5114 ] Signed-off-by: Ross Burton <ross.burton@intel.com> 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@linux.intel.com>
| * iucode-tool: a new recipe for loading Intel CPU microcodeNitin A Kamble2014-09-041-0/+25
| | | | | | | | | | | | | | | | | | | | | | iucode_tool is a program to manipulate Intel i686 and X86-64 processor microcode update collections, and to use the kernel facilities to update the microcode on Intel system processors. Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-Off-By: Nitin A Kamble <nitin.a.kamble@intel.com> Reviewed-by: Darren Hart <dvhart@linux.intel.com> Signed-off-by: Tom Zanussi <tom.zanussi@linux.intel.com>
| * meta-intel BSPs: include meta-intel.incNitin A Kamble2014-09-046-0/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | To get common intel BSP configurations such as user land microcode loading support, each Intel BSP configuration needs to include the meta-intel.inc file. With the exception of few, many of the meta-intel BSP configuration files already include the meta-intel.inc file. With this commit now, all the remaining BSPs from the meta-intel layer also include the meta-intel.inc file. The Intel platforms BSPs hosted outside of the meta-intel layer, such as minnow, need to include the meta-intel.inc file to get the common features from the meta-intel layer. Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com> Reviewed-by: Darren Hart <dvhart@linux.intel.com> Signed-off-by: Tom Zanussi <tom.zanussi@linux.intel.com>
* | Merge remote-tracking branch 'origin/master' into master-eneaGeorge Nita2014-09-030-0/+0
|\|
| * linux-yocto: Use _append when overrides are usedJosep Puigdemont2014-09-026-18/+18
| | | | | | | | | | | | | | | | | | | | 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>
* | Merge remote-tracking branch 'origin/master' into master-eneaGeorge Nita2014-08-283-50/+18
|\|
| * meta-crystalforest: Update README with new build settingsChang Rebecca Swee Fun2014-08-271-14/+8
| | | | | | | | | | | | | | | | | | | | After introducing new machine conf file, bitbake will take "crystalforest" as the MACHINE name in build/local.conf. This patch is to update the README with this new build settings for users who need to build crystalforest images. Signed-off-by: Chang Rebecca Swee Fun <rebecca.swee.fun.chang@intel.com> Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
| * meta-crystalforest: Merge machine confChan Wei Sern2014-08-272-36/+10
| | | | | | | | | | | | | | | | | | | | | | Machine configuration for both crystalforest-gladden and crystalforest-server platforms are sharing similiar settings. This patch is to merge the machine conf by creating one machine configuration file namely crystalforest.conf. Signed-off-by: Chan Wei Sern <wei.sern.chan@intel.com> Signed-off-by: Chang Rebecca Swee Fun <rebecca.swee.fun.chang@intel.com> Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
* | Merge remote-tracking branch 'origin/master' into master-eneaGeorge Nita2014-08-193-2/+40
|\|
| * gstreamer-vaapi: fix builds against GStreamer 1.4Ross Burton2014-08-183-2/+40
| | | | | | | | | | | | | | Take a patch from upstream to fix configure when building against GStreamer 1.4. Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Tom Zanussi <tom.zanussi@linux.intel.com>
* | linux-yocto: Use _append when overrides are usedJosep Puigdemont2014-08-136-18/+18
| | | | | | | | | | | | | | | | | | Some modules in the KERNEL_MODULE_AUTOLOAD list where 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> Signed-off-by: Alexandru.Vaduva <Alexandru.Vaduva@enea.com>
* | Merge remote-tracking branch 'origin/master' into master-eneaGeorge Nita2014-07-301-2/+2
|\|
| * linux-yocto-dev: Remove LINUX_VERSIONDarren Hart2014-07-291-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | The SRCREV lines were removed in: 8b4ab82 intel-common: Remove SRCREVs from linux-yocto-dev The LINUX_VERSION override should have been removed/commented at the same time as it is of course directly tied to the SRCREV. Reported-by: Paul Gortmaker <paul.gortmaker@windriver.com> Acked-by: Tom Zanussi <tom.zanussi@linux.intel.com> Signed-off-by: Darren Hart <dvhart@linux.intel.com>
* | Merge remote-tracking branch 'origin/master' into master-eneaGeorge Nita2014-07-2910-37/+2045
|\|
| * gstreamer-vaapi: Upgrade to 0.5.8Ross Burton2014-07-287-26/+2036
| | | | | | | | | | | | | | | | | | | | For the 0.10 variant: - Drop wayland-compile patch merged upstream - Add files which were missing in the tarball - Disable Wayland support as it doesn't build Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Darren Hart <dvhart@linux.intel.com>
| * gstreamer-vaapi: Switch gstreamer-vaapi-1.0 to GStreamer 1.2 APIRoss Burton2014-07-281-1/+1
| | | | | | | | | | | | | | | | The dependencies have moved form plugins-bad to plugins-base, and require API 1.2 to build. This matches OE-Core. Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Darren Hart <dvhart@linux.intel.com>
| * libva-intel-driver: Upgrade to 1.3.2Ross Burton2014-07-281-2/+2
| | | | | | | | | | | | | | | | | | Routine package upgrade. Tested on the MinnowBoard-Max with 4 h264 2k streams. Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Darren Hart <dvhart@linux.intel.com>
| * libva: Upgrade to 1.3.1Ross Burton2014-07-282-8/+6
| | | | | | | | | | | | | | Routine package upgrade. Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Darren Hart <dvhart@linux.intel.com>
* | Merge remote-tracking branch 'origin/master' into master-eneaGeorge Nita2014-07-251-1/+1
|\|
| * nuc: add 'efi' to MACHINE_FEATURESCorneliu Stoicescu2014-07-241-1/+1
| | | | | | | | | | | | | | | | In order to use GummiBootTarget target controller for hardware automation, we need 'efi' in MACHINE_FEATURES. Signed-off-by: Corneliu Stoicescu <corneliux.stoicescu@intel.com> Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>