summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* meta-cedartrail: Update PVR graphics driver to version 1.0.2Rahul Saxena2012-08-274-137/+141
| | | | | | | This update of the driver enables support for B3 stepping of Cedarview processor and also support for DP/eDP ports. Signed-off-by: Rahul Saxena <rahul.saxena@intel.com>
* meta-cedartrail: Update SRCREV for the linux-yocto kernel pvr branchRahul Saxena2012-08-271-1/+1
| | | | | | Update SRCREV to point to yocto/pvr kernel branch with v1.0.2 pvr driver support. Signed-off-by: Rahul Saxena <rahul.saxena@intel.com>
* crownbay: fix KBRANCHTom Zanussi2012-08-241-1/+1
| | | | | | | | | KBRANCH_crownbay is set to standard/default/crownbay, which isn't even a 3.4 branch. Set it to standard/crownbay, which is. Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
* ia32-base.inc: Drop glibc --with-tls option, its now the only option for glibcRichard Purdie2012-08-221-1/+0
| | | | | | | | | This option is unused by (e)glibc since 2011 and is the default. It has been shown to interact badly with the configure option in atom-pc from meta-yocto causing a rebuild of the whole system despite the only change being an assignment with += vs =. The easiest fix is simply to drop it. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* meta-cedartrail: fixed PREFERRED_VERSION_linux-yoctoMihai Lindner2012-08-201-0/+1
| | | | | | | | | | | | | | Missing PREFERRED_VERSION_linux-yocto generated NOTEs when building. """ NOTE: preferred version 3.4% of linux-yocto not available (for item virtual/kernel) """ [YOCTO #2962] Signed-off-by: Mihai Lindner <mihaix.lindner@linux.intel.com> Acked-by: Kishore Bodke <kishore.k.bodke@intel.com> Signed-off-by: Darren Hart <dvhart@linux.intel.com>
* layer.conf: Clarify BBFILES comments regarding recipe-* directoriesTrevor Woerner2012-08-154-4/+4
| | | | | | | | The recipes are no longer stored in a "packages" directory but in directories under recipes-*. Signed-off-by: Trevor Woerner <twoerner@gmail.com> Signed-off-by: Darren Hart <dvhart@linux.intel.com>
* sys940x: fix libva dependency issuesNitin A Kamble2012-08-151-1/+5
| | | | | | | | | | | | | | | This fixes bug: [YOCTO #2946] Avoids these errors: | error: Failed dependencies: | libva.so.1 is needed by libegl1-1.10-r0.core2 | libva-tpi.so.1 is needed by libegl1-1.10-r0.core2 | libva-x11.so.1 is needed by libegl1-1.10-r0.core2 NOTE: package core-image-sato-sdk-1.0-r0: task do_rootfs: Failed Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com> Signed-off-by: Darren Hart <dvhart@linux.intel.com>
* meta-romley: Add Matrox MGA variable to romley.confKishore Bodke2012-08-101-2/+1
| | | | | | | | Since Matrox MGA recipe is moved to common, include the Matrox MGA varialbe to romley.conf. Signed-off-by: Kishore Bodke <kishore.k.bodke@intel.com> Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
* meta-intel:Add a MATROX MGA variable to ia32-base.incKishore Bodke2012-08-101-0/+4
| | | | | | | | Add XSERVER_IA32_MATROX_MGA variable for including Matrox MGA graphics recipe. Signed-off-by: Kishore Bodke <kishore.k.bodke@intel.com> Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
* meta-romley: Move Matrox MGA Xorg driver to meta-intel/commonKishore Bodke2012-08-101-0/+0
| | | | | | | | Matrox MGA Xorg driver is being used by other meta-intel BSPs. So move this to meta-intel/common/recipes-graphics. Signed-off-by: Kishore Bodke <kishore.k.bodke@intel.com> Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
* crownbay: make v3.4 the default kernel1.3_M3.rc21.3_M3.final1.3_M3Nitin A Kamble2012-07-312-2/+2
| | | | | | Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com> Signed-off-by: Tom Zanussi <tom.zanussi@intel.com> Tested-by: Tom Zanussi <tom.zanussi@intel.com>
* crownbay: add recipe extension for linux-yocto-3.4Nitin A Kamble2012-07-311-0/+20
| | | | | | | | | | | | | Add emgd branch info in git src_uri At build time, the emgd-1.14 branch is merged with the crownbay bsp kernel source branch to get emgd kernel driver's support. Reference it in the src_uri, and its commit-id to be used, so that any changes in the emgd branch will not affect build unknowingly. Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com> Signed-off-by: Tom Zanussi <tom.zanussi@intel.com> Tested-by: Tom Zanussi <tom.zanussi@intel.com>
* emgd-driver-bin: upgrade from 1.10 to 1.14Nitin A Kamble2012-07-312-12/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | 1.14 is the latest released driver for emgd. This change is tested on crownbay machine. Add runtime dependency to libxcb-dri2 Otherwise the libxcb-dri2.so is not getting installed, and video acceleration of emgd does not work. It is dynamic dependency of emgd_drv_video.so put files in gstreamer-0.10/.debug directory to the debug package. It avoids debug files packaging warnings. add downloadfilename param to SRC_URI As the url does not have the filename of the tarball, specify it here so that updated wget bitbake fetcher can save the downloaded file accordingly. BTW now EDC has also published another download URL on our request: http://edc.intel.com/App_Shared/Downloads/LIN_IEMGD_1_14_GOLD_2443.tgz And update emgd driver version in the README. Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com> Signed-off-by: Tom Zanussi <tom.zanussi@intel.com> Tested-by: Tom Zanussi <tom.zanussi@intel.com>
* gnu-efi_3.0m.bb: Fix tabs with spaces in python snippetKhem Raj2012-07-271-5/+5
| | | | | | | | This shuts up new bitbake otherwise it warns about this always. Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Darren Hart <dvhart@linux.intel.com>
* emgd-driver-bin: remove FILES_${PN}-dev additionTom Zanussi2012-07-201-2/+1
| | | | | | | | The package reordering patches exposed a problem in that the files specified in the FILES_${PN}-dev shouldn't really be put in the -dev package in the first place - this removes them. Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
* va-intel.bb: Add compatible host x86/x86_64Khem Raj2012-07-201-0/+2
| | | | | | | | This lets meta-intel to play well in multi-bsp setup Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
* jasperforest: retire linux-yocto-3.0Tom Zanussi2012-07-193-18/+2
| | | | | | | With the move to linux-yocto-3.4, linux-yocto-3.0 support can be removed. Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
* meta-jasperforest: switch to linux-yocto-3.4 kernelTom Zanussi2012-07-183-1/+18
| | | | | | Switch jasperforest to the 3.4 kernel and update kernel SRCREVs. Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
* meta-chiefriver: switch to linux-yocto-3.4 kernelTom Zanussi2012-07-173-1/+19
| | | | | | Switch chiefriver to the 3.4 kernel and update kernel SRCREVs. Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
* meta-n450: explicitly specify KBRANCH we expect to useTom Zanussi2012-07-121-1/+1
| | | | | | | | Without this, we get standard/default/common-pc/base with the correct SRCREV initially checked out but standard/default/common-pc/atom-pc checked out as if using AUTOREV for the actual build. Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
* linux-firmware: update md5sum for LICENCE.iwlwifi_firmware1.3_M2.rc11.3_M2.final1.3_M2Tom Zanussi2012-07-111-1/+1
| | | | | | | | | Update the LIC_FILES_CHKSUM, since the license changed slightly. According to the git log: "Just an extension of the copyright dates." Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
* meta-sys940x: Catch up with netbase 4.47 -> 5.0 upgradeRichard Purdie2012-07-111-0/+0
| | | | Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* cedartrail: update kernel SRCREVsTom Zanussi2012-07-111-2/+2
| | | | | | | 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>
* sys940x: update kernel SRCREVsTom Zanussi2012-07-101-4/+4
| | | | | | | 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>
* romley: update kernel SRCREVsTom Zanussi2012-07-101-2/+2
| | | | | | | 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>
* jasperforest: update kernel SRCREVsTom Zanussi2012-07-101-2/+2
| | | | | | | 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 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>
* fishriver: update kernel SRCREVsTom Zanussi2012-07-101-1/+1
| | | | | | | 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>
* emenlow: update kernel SRCREVsTom Zanussi2012-07-101-1/+1
| | | | | | | 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>
* crownbay: update kernel SRCREVsTom Zanussi2012-07-101-4/+4
| | | | | | | 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>
* chiefriver: update kernel SRCREVsTom Zanussi2012-07-101-2/+2
| | | | | | | 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>
* sugarbay: update kernel SRCREVsTom Zanussi2012-07-101-1/+1
| | | | | | | 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>
* sugarbay: set v3.4 as the default kernel recipe versionNitin A Kamble2012-07-091-1/+1
| | | | | Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com> Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
* sugarbay: add recipe extention for linux-yocto_3.4Nitin A Kamble2012-07-091-0/+9
| | | | | | | This is tested on the HuronRiver (sugarbay laptop) platform, and it works as expected. Signed-Off-By: Nitin A Kamble <nitin.a.kamble@intel.com> Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
* emenlow: set v3.4 as the default kernel recipe versionNitin A Kamble2012-07-091-1/+1
| | | | | Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com> Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
* emenlow: add recipe extention for linux-yocto_3.4Nitin A Kamble2012-07-091-0/+8
| | | | | | | | This is tested on the emenlow hardware, and it works as expected. Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com> Signed-off-by: Tom Zanussi <tom.zanussi@intel.com> Tested-by: Tom Zanussi <tom.zanussi@intel.com>
* FishRiver: set v3.4 as the default kernel recipe versionNitin A Kamble2012-07-091-1/+1
| | | | | Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com> Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
* FishRiver: add recipe extention for linux-yocto_3.4Nitin A Kamble2012-07-091-0/+8
| | | | | | | Tested this on FishRiver hardware, and it works as expected. Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com> Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
* linux-firmware: Fix FILESEXTRAPATHS typoDarren Hart2012-06-201-1/+1
| | | | | | Add a missing } in the FILESEXTRAPATHS assignment. Signed-off-by: Darren Hart <dvhart@linux.intel.com>
* meta-emenlow: prefer 1.10.2 cairoTom Zanussi2012-06-141-0/+1
| | | | | | | | | emenlow needs to use the old 1.10.2 cairo library instead of the upgraded version. Fixes [YOCTO #2507] Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
* meta-emenlow: add 1.10.2 cairo recipeTom Zanussi2012-06-141-0/+39
| | | | | | | | | | The emenlow graphics stack doesn't work with the cairo_1.12.2 library upgrade; this adds the old 1.10.2 recipe from poky locally to the emenlow layer in order to get it working again. Fixes [YOCTO #2507] Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
* meta-emenlow: Update qt4 bbappend to 4.8.11.3_M1Richard Purdie2012-06-121-0/+0
| | | | Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* meta-n450: remove linux-yocto-2.6.37 .bbappendTom Zanussi2012-06-111-10/+0
| | | | | | | linux-yocto-2.6.37.bb was removed from oe-core, so remove the corresponding .bbappend from meta-n450. Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
* meta-jasperforest: remove linux-yocto-2.6.37 .bbappendTom Zanussi2012-06-111-8/+0
| | | | | | | linux-yocto-2.6.37.bb was removed from oe-core, so remove the corresponding .bbappend from meta-jasperforest. Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
* meta-fishriver: remove linux-yocto-2.6.37 .bbappendTom Zanussi2012-06-111-6/+0
| | | | | | | linux-yocto-2.6.37.bb was removed from oe-core, so remove the corresponding .bbappend from meta-fishriver. Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
* meta-emenlow: remove linux-yocto-2.6.37 .bbappendTom Zanussi2012-06-111-6/+0
| | | | | | | linux-yocto-2.6.37.bb was removed from oe-core, so remove the corresponding .bbappend from meta-emenlow. Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
* meta-crownbay: remove linux-yocto-2.6.37 .bbappendTom Zanussi2012-06-111-15/+0
| | | | | | | linux-yocto-2.6.37.bb was removed from oe-core, so remove the corresponding .bbappend from meta-crownbay. Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
* meta-sugarbay: remove linux-yocto-2.6.37 .bbappendTom Zanussi2012-06-111-7/+0
| | | | | | | linux-yocto-2.6.37.bb was removed from oe-core, so remove the corresponding .bbappend from meta-sugarbay. Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
* meta-cedartrail: update SRCREVKishore Bodke2012-06-081-3/+1
| | | | | | | | | | Remove the kernel feature set from the BSP. These have been moved to kernel features. Update the SRCREV for meta to pull in these kernel feature set. Signed-off-by: Kishore Bodke <kishore.k.bodke@intel.com> Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
* meta-fri2: add video accelerationTom Zanussi2012-06-061-2/+4
| | | | | | | | This adds the video acceleration components needed to enable EMGD video acceleration. Signed-off-by: Tom Zanussi <tom.zanussi@intel.com> Acked-by: Darren Hart <dvhart@linux.intel.com>