aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2012-05-08meta-fishriver: remove smp options from recipe-spaceTom Zanussi
SMP support is now configured in the kernel branch, remove it from recipe-space. Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
2012-05-08meta-emenlow: remove smp options from recipe-spaceTom Zanussi
SMP support is now configured in the kernel branch, remove it from recipe-space. Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
2012-05-08meta-crownbay: remove smp options from recipe-spaceTom Zanussi
SMP support is now configured in the kernel branch, remove it from recipe-space. Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
2012-05-07fri2: Update SRCREVs for 3.2 KernelDarren Hart
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>
2012-05-07sys940x: Drop PREFERRED_VERSION for emgd driverDarren Hart
Accept the default version of the emgd driver, 1.8 is no longer available anyway. This avoids the warning about 1.8 not being available. Signed-off-by: Darren Hart <dvhart@linux.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-05-07ia32-base.inc: Use a weak default assignment for kernel provider and versionDarren Hart
Using the default assignment operator (?=) requires the including recipes to ensure to assign the Linux kernel provider and version prior to including ia32-base.inc. By use the weak default assignment operator (??=), the assignment can come after the inclusion, which avoids confusion and can lead to a more natural recipe structure. Signed-off-by: Darren Hart <dvhart@linux.intel.com> Acked-by: Tom Zanussi <tom.zanussi@intel.com>
2012-05-07sys940x: Add product URL to READMEDarren Hart
Add the Inforce Computing website product URL for the SYS940X reference plaform to the sys940x bsp README. Signed-off-by: Darren Hart <dvhart@linux.intel.com>
2012-05-07sys940x: prefer xf86-input-evdev 2.6.0Darren Hart
Per the following commit, sys940x also uses emgd and requires the same treatment. commit b612c79f600b7e904aeab37df5aaa3ca5d306b4d Author: Richard Purdie <richard.purdie@linuxfoundation.org> Date: Wed Apr 25 21:15:06 2012 +0100 common/meta-graphics: Add xf86-input-evdev 2.6.0 This is needed by the pvr graphics stacks since newer versions won't build with the older xserver those platforms are using. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> Signed-off-by: Darren Hart <dvhart@linux.intel.com>
2012-05-07n450: Update to linux-yocto 3.2Darren Hart
Update the PREFERRED_VERSION to 3.2. Drop cfg/smp.scc as this is now included in common-pc. Signed-off-by: Darren Hart <dvhart@linux.intel.com>
2012-05-07linux-firmware: Move fri2 linux-firmware append to commonDarren Hart
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>
2012-05-07fri2: Prefer linux-yocto 3.2Darren Hart
Update the Fish River Island II BSPs to build using linux-yocto_3.2 by default. Signed-off-by: Darren Hart <dvhart@linux.intel.com>
2012-05-04Cedartrail: Update SRCREV of yocto/pvr kernel branchKishore Bodke
Yocto/pvr branch has been updated with new kernel patches. So update the SRCREV for the same. Add SRC_URI to build Cedartrail with nopvr version. Signed-off-by: Kishore Bodke <kishore.k.bodke@intel.com> Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
2012-04-26meta-emenlow: update kernel SRCREVsTom Zanussi
Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
2012-04-25meta-cedartrail: add yocto/pvr branch to SRC_URITom Zanussi
meta-cedartrail merges yocto/pvr via the back-end kernel tooling, but there's nothing to tell it when it needs to be re-fetched. Add pvr to the SRC_URI along with its current SRCREV, so the git fetcher can determine whether or not it needs to refetch the repo. Fixes [YOCTO #2294]. Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
2012-04-25common: Fix xf86-input-evdev path mixupRichard Purdie
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2012-04-25cedartrail: Use xf86-input-evdev 2.6.0Tom Zanussi
This is needed by the pvr graphics stack since newer versions won't build w the older xserver this BSP is using. Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
2012-04-25common/meta-graphics: Add xf86-input-evdev 2.6.0Richard Purdie
This is needed by the pvr graphics stacks since newer versions won't build with the older xserver those platforms are using. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2012-04-19ia32-base: don't use obsolete kernel26Tom Zanussi
kernel26 is now a no-op so don't use it. Signed-off-by: Tom Zanussi <tom.zanussi@intel.com> Acked-by: Darren Hart <dvhart@linux.intel.com>
2012-04-13Romley: Update SRCREVKishore Bodke
Update the SRCREV to include the 82580 Gigabit ethernet driver from meta branch for the romley machine. Signed-off-by: Kishore Bodke <kishore.k.bodke@intel.com> Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
2012-04-12Cedartrail: Update the README.Kishore Bodke
Add instructions on how to build with pvr graphics support and how to build with custom image. Signed-off-by: Kishore Bodke <kishore.k.bodke@intel.com> Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
2012-04-12Cedartrail: Add new recipe for test image.Kishore Bodke
This recipes builds the custom images with builtin features like web-kit and adds the Audio and Video media samples. Signed-off-by: Kishore Bodke <kishore.k.bodke@intel.com> Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
2012-04-12Cedartrail: Add new recipes for audio and video samples.Kishore Bodke
This recipe adds sample Audio files and Video files for testing with pvr Acceleration driver. Signed-off-by: Kishore Bodke <kishore.k.bodke@intel.com> Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
2012-04-12Cedartrail: separte machconfig in recipes-bsp.Kishore Bodke
Have two separte machconfig for supporting both pvr and vesa version. Signed-off-by: Kishore Bodke <kishore.k.bodke@intel.com> Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
2012-04-12Cedartrail: Add Cedartrail-nopvr statement.Kishore Bodke
Cedartrail-nopvr statement added to support both pvr and nopvr versions. Signed-off-by: Kishore Bodke <kishore.k.bodke@intel.com> Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
2012-04-12Cedartrail: Add PVR graphics support.Kishore Bodke
New recipe for PVR graphics support. Signed-off-by: Kishore Bodke <kishore.k.bodke@intel.com> Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
2012-04-12Cedartrail: split xorg.conf files.Kishore Bodke
Have two xorg.conf files. One for pvr-graphics driver. One for vesa graphics driver. Signed-off-by: Kishore Bodke <kishore.k.bodke@intel.com> Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
2012-04-12Cedartrail: Update SRCREVS and add EFI Support.Kishore Bodke
Add EFI support and update the SRCREVS for pvr version of build. Add pvr merge scc file to pull in the pvr patches. Signed-off-by: Kishore Bodke <kishore.k.bodke@intel.com> Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
2012-04-12Cedartrail: Split machine.confKishore Bodke
Have two machine.conf files. One for pvr and the other for no-pvr. PVR machine.conf has the both pcbios and efi support. no-pvr has only pcbios support. Signed-off-by: Kishore Bodke <kishore.k.bodke@intel.com> Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
2012-04-05Romley: Add new bbappend file for 3.2 kernelKishore Bodke
Switching Romley to 3.2 kernel. Signed-off-by: Kishore Bodke <kishore.k.bodke@intel.com> Signed-off-by: Darren Hart <dvhart@linux.intel.com>
2012-03-23MAINTAINERS: Add FRI2 maintainerDarren Hart
Add dvhart as the FRI2 maintainer. Signed-off-by: Darren Hart <dvhart@linux.intel.com>
2012-03-23efilinux: Add efilinux 1.0 and gnu-efiDarren Hart
efilinux is a UEFI OS loader. It was created as a reference implementation with the aim of being well documented and containing well written source code. efilinux is lightweight and convenient as a tool to debug misbehaving UEFI systems. Thanks to Paul Eggleton for is initial set of recipes from which these were based. Signed-off-by: Darren Hart <dvhart@linux.intel.com> CC: Paul Eggleton <paul.eggleton@linux.intel.com> CC: Tom Zanussi <tom.zanussi@intel.com> CC: Kishore K Bodke <kishore.k.bodke@intel.com> Signed-off-by: Darren Hart <dvhart@linux.intel.com>
2012-03-22n450: fix wrong video driverZhai Edwin
n450 should use i915 rather than i965. [YOCTO #1840] fixed Signed-off-by: Zhai Edwin <edwin.zhai@intel.com> Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
2012-03-20fri2: Add 3.2 kernel recipesDarren Hart
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>
2012-03-20fri2: Autoload module iwlwifiDarren Hart
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>
2012-03-20fri2: Update KMACHINE and KBRANCH variablesDarren Hart
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>
2012-03-20fri2: Update serial console settingsDarren Hart
With the pch_uart changes now in tree, update the machine config to make use of it. Trick syslinux into using the port by IO address and a magic baud rate. Signed-off-by: Darren Hart <dvhart@linux.intel.com> CC: Tom Zanussi <tom.zanussi@intel.com>
2012-03-18meta-emenlow: switch to linux-yocto-3.2 kernelTom Zanussi
Switch emenlow to the 3.2 kernel. Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
2012-03-18ia32-base: add libva display dependencies to emgd xserverTom Zanussi
libgstmixvideoplugin.so is being blacklisted due to a missing libva-tpi library, so add it and make the other two libva display libraries available while we're at it. Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
2012-03-18meta-crownbay: switch to linux-yocto-3.2 kernelTom Zanussi
Switch crownbay and crownbay-noemgd to the 3.2 kernel. Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
2012-03-18meta-sugarbay: switch to linux-yocto-3.2 kernelTom Zanussi
Switch sugarbay to the 3.2 kernel and update kernel SRCREVs. Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
2012-03-18meta-jasperforest: switch to linux-yocto-3.2 kernelTom Zanussi
Switch jasperforest to the 3.2 kernel. Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
2012-03-18meta-fishriver: switch to linux-yocto-3.2 kernelTom Zanussi
Switch fishriver to the 3.2 kernel. Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
2012-03-06ia32-base: remove libc-headers PREFERRED_PROVIDERTom Zanussi
Let the distro do this. Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
2012-03-05meta-emenlow: add SRC_URI checksums to libvaTom Zanussi
Add md5 and sha256 checksums to the recipe. Signed-off-by: Tom Zanussi <tom.zanussi@linux.intel.com>
2012-03-05meta-emenlow: add SRC_URI checksums to psb-firmwareTom Zanussi
Add md5 and sha256 checksums to the recipe. Signed-off-by: Tom Zanussi <tom.zanussi@linux.intel.com>
2012-03-05meta-emenlow: add SRC_URI checksums to xserver-xorg-video-psbTom Zanussi
Add md5 and sha256 checksums to the recipe. Signed-off-by: Tom Zanussi <tom.zanussi@linux.intel.com>
2012-03-05meta-emenlow: add SRC_URI checksums to xserver-psbTom Zanussi
Add md5 and sha256 checksums to the recipe. Signed-off-by: Tom Zanussi <tom.zanussi@linux.intel.com>
2012-03-05meta-emenlow: add SRC_URI checksums to xpsb-glxTom Zanussi
Add md5 and sha256 checksums to the recipe. Signed-off-by: Tom Zanussi <tom.zanussi@linux.intel.com>
2012-02-24meta-intel: add LAYERDEPENDS for layers needing the meta-intel common layer1.2_M3.rc11.2_M3Paul Eggleton
These layers all contain machine configuration that depends on having the meta-intel common layer enabled as well, so use LAYERDEPENDS in the layer configuration for each one to make this explicit. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>