summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* intel-core*: Set kernel provider with conditional assignmentDarren Hart2014-03-172-2/+2
| | | | | | | | | | The PREFERRED_PROVIDER_virtual/kernel was assigned with = instead of ?=, preventing the user from overriding the setting with something like linux-yocto-rt. Use ?=. Signed-off-by: Darren Hart <dvhart@linux.intel.com> Reported-by: Teemu Keskinarkaus <Teemu.Keskinarkaus@Maximatecc.com> Cc: Tom Zanussi <tom.zanussi@intel.com>
* intel-common: Add nuc to the READMEDarren Hart2014-03-141-0/+1
| | | | | | | | | Both the Ivy Bridge and Haswell nuc systems are covered supported by the intel-corei7-64 BSP. The HDMI audio requires manual configuration which is handled by a machine-specific script in the nuc BSP. A general solution to this sort of problem is in the works. Signed-off-by: Darren Hart <dvhart@linux.intel.com>
* common/recipes-bsp: remove gnu-efi and gummiboot recipesStefan Stanacar2014-03-134-131/+0
| | | | | | | | Nothing in meta-intel requires these and now they are in OE-core anyway. Signed-off-by: Stefan Stanacar <stefanx.stanacar@intel.com> Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
* crownbay: linux-yocto_3.10 SRCREV update (3.10.32, LTSI Update)Darren Hart2014-03-121-7/+6
| | | | | | | | | | Update the SRCREV to the latest available for 3.10. This includes a stable update to 3.10.32 and an LTSI update. Fixes the emgd build failure with the latest LTSI. Signed-off-by: Darren Hart <dvhart@linux.intel.com> Tested-by: Tom Zanussi <tom.zanussi@linux.intel.com> Acked-by: Nitin Kamble <nitin.a.kamble@intel.com>
* linux-yocto: Remove redundant recipesDarren Hart2014-03-129-109/+14
| | | | | | | | | | Remove all redundant linux-yocto recipes where the BSP is able to reuse the intel-common version. Update the common bbappends with the KERNEL_FEATURES and module_autoload* statements from the consolidated bbappends. Signed-off-by: Darren Hart <dvhart@linux.intel.com>
* linux-yocto-rt: Add intel-common linux-yocto-rt 3.10 bbappendDarren Hart2014-03-121-0/+19
| | | | | | | Create the bbappend to build intel-common -rt linux-yocto 3.10 kernels for all intel-common BSPs. Signed-off-by: Darren Hart <dvhart@linux.intel.com>
* Update linux-yocto-rt 3.8 to 3.10Darren Hart2014-03-128-96/+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-1210-127/+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-1213-211/+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-1212-195/+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>
* Use intel-common-pkgarch for non-emgd BSPsDarren Hart2014-03-128-1/+9
| | | | | | | | | Enable the intel-common pkgarch and machine override mechanism for most non-emgd BSPs. The Queensbay platforms show issues on the 3.10 kernel, and the NUC is experiencing some boot issues with the common kernel, so skip those for now. Signed-off-by: Darren Hart <dvhart@linux.intel.com>
* intel-common: Add a READMEDarren Hart2014-03-122-1/+41
| | | | | | | | | | | Add a README describing the intel-core* (intel-common) BSPs and the Linux kernel package architecture. Includes a list of currently tested BSPs compatible with the intel-common BSPs. Update the top-level README with a reference to this new README for the intel-common BSPs. Signed-off-by: Darren Hart <dvhart@linux.intel.com>
* nuc BSP: include AMT 8+ supportNitin A Kamble2014-03-121-1/+1
| | | | | | Include support for Intel Active Management Technology version 8+ on the NUC BSP. Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
* lms7: update the source download URLNitin A Kamble2014-03-121-2/+2
| | | | | | The old URL is not working anymore. Using a new URL for source zip file. Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
* intel-core*: Add common MACHINE_* valuesDarren Hart2014-03-102-0/+16
| | | | | | | | Add common values for the various MACHINE_ variables, derived from the existing BSPs in meta-intel. Include EFI and PCBIOS, 3G and wifi support, and video decoding. Include the linux-firmware package. Signed-off-by: Darren Hart <dvhart@linux.intel.com>
* intel-core*: Add default serial consoleDarren Hart2014-03-102-0/+8
| | | | | | | | For the intel-common BSPs, assume a default serial console of ttyS0 at 115200 BAUD. This will ensure the configuration is in place and is easy to find and modify on the resulting images. Signed-off-by: Darren Hart <dvhart@linux.intel.com>
* intel-core*: Add Xserver driversDarren Hart2014-03-102-0/+21
| | | | | | | | Include support for x86, ext, i9xx, fbdev, vesa, and modesetting drivers, as well as matrox for the 64b machines (for the Xeon server class systems). Signed-off-by: Darren Hart <dvhart@linux.intel.com>
* libva_1.0.16: Fix a QA issue in do_configureNitin A Kamble2014-03-101-0/+3
| | | | | | | | | | | | | | | | | Since the PACKAGECONFIG parameters were changed in the libva.inc file for the newer version of the libva recipe, this older version of libva recipe started throwing following QA warning. WARNING: QA Issue: libva: configure was passed unrecognised options: --enable-wayland --enable-x11 Fix the warning by nullifying PACKAGECONFIG variables coming from libva.inc. Fixes Bug: [YOCTO #5764] Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
* libva-intel-driver: upgrade to 1.2.2Laurentiu Palcu2014-03-101-2/+2
| | | | | Signed-off-by: Laurentiu Palcu <laurentiu.palcu@intel.com> Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
* intel-gpu-tools: upgrade to 1.5Laurentiu Palcu2014-03-102-12/+12
| | | | | | | | * Disable the dumper since it needs swig and python3; * refresh the install-fitter.patch; Signed-off-by: Laurentiu Palcu <laurentiu.palcu@intel.com> Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
* libva: Disable seperate build directoriesRichard Purdie2014-03-071-1/+1
| | | | | | | With ${B} != ${S} the build fails due to files being accessed incorrectly. Disable the functionlaity for now until the software can be fixed. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* intel-common-pkgarch: Correct PACKAGE_EXTRA_ARCHS usageDarren Hart2014-02-211-1/+1
| | | | | | | | The trailing S was missing from the variable name, resulting in the kernel-modules package not being found as the common arch was not added to the PACKAGE_ARCHS variable used by the package manager. Signed-off-by: Darren Hart <dvhart@linux.intel.com>
* meta-tlk: Update linux-yocto bbappend after bitbake changesRichard Purdie2014-02-171-1/+1
| | | | | | | | | | | | For various (good) reasons we needed to adjust bitbake so that PN is only set in bbappend/bb files, not from conf/inc files since in many cases this was leading to odd/unexpected behaviour. The variable can be used in these files however it cannot be expanded, as it is here. We therefore need to remove the expansion and replace with the real string. This fixes builds in master. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* emgd-driver-bin: Limit build to x86Koen Kooi2014-02-152-0/+4
| | | | | | | | | | | When building GL apps for non-x86 machines (e.g. raspberrypi) emgd-driver-bin is being dragged in as a valid provider. To avoid build breakage fix it at the source by limiting emgd-driver-bin to x86 architectures. Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> Acked-By: Nitin A Kamble <nitin.a.kamble@intel.com> Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
* linux-yocto: Add intel-common linux-yocto-3.10 recipeDarren Hart2014-02-111-0/+19
| | | | | | | | Support the intel-common package arch and BSPs on linux-yocto-3.10 as well. Signed-off-by: Darren Hart <dvhart@linux.intel.com> (cherry picked from commit e75ea81899beb885d892e5f5bf995c445981da3f)
* jasperforest: Correct typo in machine config tune fileDarren Hart2014-02-111-1/+1
| | | | | | | | | | | | The following commit: 3d270e3 jasperforest: Correct typo in machine config tune file introduced a bug with an incorrect required include filename, correct it. Signed-off-by: Darren Hart <dvhart@linux.intel.com> Reported-by: Nitin A. Kamble <nitin.a.kamble@intel.com>
* intel-common: Make using intel-common override opt-inDarren Hart2014-02-0564-96/+4
| | | | | | | | | | | | | | | | 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>
* MACHINEOVERRIDES: Use INTEL_COMMON_PACKAGE_ARCHDarren Hart2014-02-051-0/+1
| | | | | | | | Create the intel common override for use in currently machine-specific recipes which need to make overrides for all the compatible machines, such as COMPATIBLE_MACHINES in the linux-yocto* recipes. Signed-off-by: Darren Hart <dvhart@linux.intel.com>
* linux-yocto-dev: Update for intel-common BSPsDarren Hart2014-02-051-16/+15
| | | | | | | | | | | | | | | The intel-core* BSPs now have their own BSP description in linux-yocto. Update the recipe accordingly. All the existing BSPs (with the exception of the emgd variants) are now supported across these two BSPs. For machines that derive from the intel-common-pkgarch, allow the common linux-yocto-dev recipe to build for them by specifying $MACHINE for the common machine overrides (core2-32-intel-common and corei7-64-intel-common). Signed-off-by: Darren Hart <dvhart@linux.intel.com>
* sugarbay: Remove redundant usb webcam fragmentDarren Hart2014-02-051-1/+0
| | | | | | | | | The usb webcam media fragment is already included in the common-pc-64-standard BSP definition which is included by the sugarbay standard BSP description. There should be no need to duplicate that here. Signed-off-by: Darren Hart <dvhart@linux.intel.com>
* emenlow: Move reboot quirk to MACHINE config from linux-yoctoDarren Hart2014-02-032-1/+2
| | | | | | | | | | Move the "reboot=pci" quirk from the linux-yocto BSP definition to the machine config APPEND line. This pushes config space stuff up into the meta-intel machine definition where it is more accessible and allows for consolidation in the linux-yocto level. Signed-off-by: Darren Hart <dvhart@linux.intel.com> Cc: Nitin Kamble <nitin.a.kamble@intel.com>
* emgd-driver-bin: preserves the package stripping logicKoen Kooi2014-01-282-0/+2
| | | | | | | | | | | | Ensure package strip logic stays the same after oe-core package.bbclass changes. See http://patches.openembedded.org/patch/65311/ Signed-off-by: Koen Kooi <koen.kooi@linaro.org> Tested-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>
* sys940x: Set PACKAGE_ARCH to MACHINE_ARCH explicitlyDarren Hart2014-01-276-0/+18
| | | | | | | | | 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>
* sugarbay: Set PACKAGE_ARCH to MACHINE_ARCH explicitlyDarren Hart2014-01-276-0/+10
| | | | | | | | | 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>
* romley: Set PACKAGE_ARCH to MACHINE_ARCH explicitlyDarren Hart2014-01-273-0/+9
| | | | | | | | | 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>
* nuc: Set PACKAGE_ARCH to MACHINE_ARCH explicitlyDarren Hart2014-01-274-0/+8
| | | | | | | | | 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>
* n450: Set PACKAGE_ARCH to MACHINE_ARCH explicitlyDarren Hart2014-01-274-0/+7
| | | | | | | | | 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>
* jasperforest: Set PACKAGE_ARCH to MACHINE_ARCH explicitlyDarren Hart2014-01-276-0/+11
| | | | | | | | | 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: 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>
* emenlow: Set PACKAGE_ARCH to MACHINE_ARCH explicitlyDarren Hart2014-01-276-0/+14
| | | | | | | | | 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>
* crystalforest: Set PACKAGE_ARCH to MACHINE_ARCH explicitlyDarren Hart2014-01-274-0/+12
| | | | | | | | | 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>
* crownbay: Set PACKAGE_ARCH to MACHINE_ARCH explicitlyDarren Hart2014-01-277-0/+20
| | | | | | | | | 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>
* chiefriver: Set PACKAGE_ARCH to MACHINE_ARCH explicitlyDarren Hart2014-01-276-0/+11
| | | | | | | | | 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>
* sugarbay: Use the corei7 tuneDarren Hart2014-01-271-5/+4
| | | | | | | | Sandy Bridge based CPUs benefit from the new corei7 tune file. Update the XSERVER_* variables to use the new naming. Signed-off-by: Darren Hart <dvhart@linux.intel.com> Cc: Nitin A Kamble <nitin.a.kamble@intel.com>
* romley: Use corei7 tuningDarren Hart2014-01-272-10/+8
| | | | | | | | | Sandy Bridge and Ivy Bridge based CPUs benefit from the new corei7 tune file. Update the XSERVER_* variables to use the new naming. Signed-off-by: Darren Hart <dvhart@linux.intel.com> Cc: Haw Foo Chien <foo.chien.haw@intel.com> Cc: Ong Boon Leong <boon.leong.ong@intel.com>
* nuc: Use corei7 tuningDarren Hart2014-01-271-5/+4
| | | | | | | | Ivy Bridge based CPUs benefit from the new corei7 tune file. Update the XSERVER_* variables to use the new naming. Signed-off-by: Darren Hart <dvhart@linux.intel.com> Cc: Nitin A Kamble <nitin.a.kamble@intel.com>
* jasperforest: Use corei7 tuningDarren Hart2014-01-271-6/+5
| | | | | | | | Nehalem based CPUs benefit from the new corei7 tune file. Update the XSERVER_* variables to use the new naming. Signed-off-by: Darren Hart <dvhart@linux.intel.com> Cc: Nitin A Kamble <nitin.a.kamble@intel.com>
* haswell-wc: Use corei7 tuningDarren Hart2014-01-271-5/+4
| | | | | | | | Haswell based CPUs benefit from the new corei7 tune file. Update the XSERVER_* variables to use the new naming. Signed-off-by: Darren Hart <dvhart@linux.intel.com> Cc: Ong Boon Leong <boon.leong.ong@intel.com>
* emenlow: Use core2-32 tuningDarren Hart2014-01-272-10/+8
| | | | | | | | The Z5xx 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> Cc: Nitin A Kamble <nitin.a.kamble@intel.com>