summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* meta-emenlow: don't set virtual/libx11 providerRoss Burton2012-10-021-1/+0
| | | | | | | | | libx11-trim doesn't exist anymore so setting that as the default isn't going to work, resulting in a "multiple providers" error. Tthe default provider (libx11) is good for 99.9% of people, so inherit that from oe-core. Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
* meta-emenlow: add missing exa dependencyRoss Burton2012-10-021-1/+3
| | | | | | | | | | The psb video drivers use the EXA framework, so add a dependency on xserver-psb-module-exa. [YOCTO #3149] Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
* meta-intel: use FILESEXTRAPATHS for xserver-xf86-config bbappendsTom Zanussi2012-10-0212-33/+12
| | | | | | | | The xserver-xf86-config .bbappends are still using FILESPATH - update them to use FILESEXTRAPATHS as recommended by the Poky Reference Manual and BSP Developer's Guides. Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
* fri2: Update xorg.conf per EMGD 1.14 user guideDarren Hart2012-09-282-7/+24
| | | | | | | | | | | | | | | | | Correct the port order to only list SDVOB and LVDS. Update the Edid flags as appropriate. No EDID over LVDS. Enable built-in and edid timings as well as DTDs for the SDVOB port. Force 24-bit mode for LVDS port to work around an apparent bug with EMGD in which the default 18-bit mode results in a dim display using the secondary (LVDS) HDMI port (lower port). Add backlight intensity and inverter frequency specifications for the LVDS port per the note in the EMGD 1.14 User Guide (p 184) for E6xx CPUs. Signed-off-by: Darren Hart <dvhart@linux.intel.com>
* meta-cedartrail: add machine override to SRC_URITom Zanussi2012-09-271-1/+1
| | | | | | | The SRC_URI for the cedartrail machine is missing the machine override, add it. Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
* meta-crystalforest: Add Silesia Corpus recipe.Kishore Bodke2012-09-251-0/+32
| | | | | | | Add a new recipe Silesia Corpus for testing with another Data Compression algorithm for Crystal Forest BSP. Signed-off-by: Kishore Bodke <kishore.k.bodke@intel.com>
* meta-crystalforest: Add Canterbury Corpus recipe.Kishore Bodke2012-09-251-0/+40
| | | | | | | Add a new recipe for Crystal Forest BSP for testing the lossless compresstion algorithms with Canterbury Corpus. Signed-off-by: Kishore Bodke <kishore.k.bodke@intel.com>
* meta-crystalforest: Add Calgary Corpus recipe.Kishore Bodke2012-09-251-0/+25
| | | | | | | Add a new recipe Calgary Corpus for Crystal Forest BSP for testing the lossless compression algorithms. Signed-off-by: Kishore Bodke <kishore.k.bodke@intel.com>
* sys940x: Update to Linux 3.4 and EMGD 1.14Darren Hart2012-09-242-6/+6
| | | | | | | Update the sys940x machines to use linux-yocto 3.4 and EMGD 1.14. Signed-off-by: Darren Hart <dvhart@linux.intel.com>
* fri2: Update to Linux 3.4 and EMGD 1.14Darren Hart2012-09-244-4/+34
| | | | | | | Update the fri2 machines to use linux-yocto 3.4 and EMGD 1.14. Signed-off-by: Darren Hart <dvhart@linux.intel.com>
* emgd: Avoid 'already stripped' warningsDarren Hart2012-09-242-0/+4
| | | | | | | | The EMGD binaries comes stripped in the download, so there is nothing we can do about it. Avoid printing the warnings about them being already stripped. Signed-off-by: Darren Hart <dvhart@linux.intel.com>
* meta-jasperforest: switch kernel back to 3.4Tom Zanussi2012-09-211-2/+1
| | | | | | | The preferred kernel was inadvertently changed to 3.2-rt; change it back to 3.4. Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
* meta-jasperforest: update kernel SRCREVsTom Zanussi2012-09-212-4/+4
| | | | | | To pick up the latest meta and machine commits. Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
* meta-chiefriver: update kernel SRCREVsTom Zanussi2012-09-212-4/+4
| | | | | | To pick up the latest meta and machine commits. Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
* emgd-driver-bin: Fix package naming issueNitin A Kamble2012-09-201-1/+7
| | | | | | | | | | | | | | | emgd-driver-bin is generating rpm package with name libegl1. This name clashes with a package with sanme name from mesa-dri recipe. This name clash blocks installation of emgd user land binaries in the image. And due to missing emgd user land components X fails to start on BSPs like crownbay. Fix this problem by specifying package names in the recipe with the PKG_ vars. This fixes bug: [YOCTO #3063] Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
* meta-cedartrail: update linux-yocto-3.0 meta SRCREVTom Zanussi2012-09-191-1/+1
| | | | | | | | Fix for problem in this thread, fix by Bruce Ashfield: https://lists.yoctoproject.org/pipermail/linux-yocto/2012-September/000159.html Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
* cdv-pvr-driver: fix unpack1.3_M5.rc21.3_M5.rc11.3_M5Ross Burton2012-09-191-3/+3
| | | | | | | | Recent bitbakes will unpack RPM files automatically. For some reason this is aborting (#3137) so disable that functionality. Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* meta-intel: move emgd-driver-bin_1.14 to xorg-driver/Tom Zanussi2012-09-151-0/+0
| | | | | | | emgd-driver-bin should be in common/recipes-graphics/xorg-driver rather than common/recipes-graphics/xorg-xserver so move it there. Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
* meta-intel: have fri2 and sys940x prefer emgd-1.10Tom Zanussi2012-09-152-0/+2
| | | | | | fri2 and sys940x need to use emgd-1.10 instead of the newer 1.14. Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
* meta-intel: restore emgd 1.10Tom Zanussi2012-09-151-0/+91
| | | | | | | The upgrade to emgd 1.14 inadvertantly removed 1.10, which is still used by some BSPs, so restore it for them. Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
* meta-intel: make video acceleration choice dependent on LICENSE_FLAGSTom Zanussi2012-09-1512-6/+102
| | | | | | | | | | | | The gst-ffmpeg recipe in oe-core had LICENSE_FLAGS added to make it "commercial", so to avoid build errors the BSPs that use it (via the gst-va-intel VA_FEATURE) should only include it if the user has added "commercial" to LICENSE_FLAGS_WHITELIST when building. This adds a conditional to detect that, along with a NOTE in the README to explain the need for the flag. Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
* meta-cedartrail: Update PVR graphics driver to version 1.0.3Rahul Saxena2012-09-152-14/+21
| | | | | | This driver update fixes a memory leak bug Signed-off-by: Rahul Saxena <rahul.saxena@intel.com>
* meta-cedartrail: Add video accelerationRahul Saxena2012-09-151-0/+4
| | | | | | | This adds gstreamer and vaapi video acceleration components to enable acceleration with pvr driver Signed-off-by: Rahul Saxena <rahul.saxena@intel.com>
* meta-crystalforest: Add Maintainer.Kishore Bodke2012-09-111-0/+4
| | | | | | | Add Maintainer for the newly added Crystal Forest BSP. Signed-off-by: Kishore Bodke <kishore.k.bodke@intel.com> Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
* meta-crystalforest: Crystal Forest BSP Created.1.3_M4.rc11.3_M4Kishore Bodke2012-09-0715-0/+337
| | | | | | | Initial checkin for the new Crystal Forest BSP. This BSP is based on Sandybridge CPU and Cave Creek Chipset. Signed-off-by: Kishore Bodke <kishore.k.bodke@intel.com>
* README: add info explaining meta-tlk layer purposePaul Eggleton2012-09-061-4/+7
| | | | | Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
* psplash: Add TLK info to psplash imageSaul Wold2012-09-052-0/+10
| | | | | Signed-off-by: Saul Wold <sgw@linux.intel.com> Acked-by: Tom Zanussi <tom.zanussi@intel.com>
* base-files: add /etc/motd with TLK infoSaul Wold2012-09-052-0/+10
| | | | | Signed-off-by: Saul Wold <sgw@linux.intel.com> Acked-by: Tom Zanussi <tom.zanussi@intel.com>
* linux-yocto: Update linux-yocto for 3.2 and 3.4Saul Wold2012-09-053-0/+14
| | | | | Signed-off-by: Saul Wold <sgw@linux.intel.com> Acked-by: Tom Zanussi <tom.zanussi@intel.com>
* meta-emenlow: rename recipes-gnome bbappendsTom Zanussi2012-09-042-0/+0
| | | | | | | The recipes these .bbappends correspond to were renamed, so rename them here as well. Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
* meta-intel: remove task-core-tools-profile.bbappendTom Zanussi2012-09-0410-23/+0
| | | | | | | | | | | | | | | | | | | | The functionality previously added by these bbappends was already handled in task-core-tools-profile.bb (now packagegroup-core-tools-profile.bb), so remove these. SYSTEMTAP = "systemtap" SYSTEMTAP_mips = "" LTTNGUST = "lttng-ust" LTTNGUST_mips = "" RDEPENDS_${PN} = "\ ${PROFILETOOLS} \ ${LTTNGUST} \ ${SYSTEMTAP} \ ${VALGRIND} \ Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
* meta-intel: use va-impl-intel MACHINE_FEATURETom Zanussi2012-08-304-2/+5
| | | | | | | Explicitly specify the va-impl-intel MACHINE_FEATURE, and update the mixvideo uses with the feature rename. Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
* meta-intel: add va-impl-intel MACHINE_FEATURETom Zanussi2012-08-302-7/+25
| | | | | | | | | | | | Add a new va-impl-intel MACHINE_FEATURE to explicitly choose intel video acceleration, rather than have it as the fallthrough default, so that anything that wants to specify something different locally doesn't get unwanted components. Also rename the gst-va-mixvideo feature to va-impl-mixvideo match and since it isn't only concerned with gst. Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
* meta-emenlow: unset preferred providers for virtual/libgles[12]Ross Burton2012-08-301-0/+2
| | | | | | | | | | | | | | | | | The recent changes to enable GLES/EGL in mesa-dri have caused emenlow to fail: ERROR: Trying to resolve runtime dependency libglu resulted in conflicting PREFERRED_PROVIDER entries being found. The providers found were: ['/srv/home/pokybuild/yocto-autobuilder/yocto-slave/emenlow/build/yocto/meta-intel/meta-emenlow/recipes-graphics/xpsb-glx/xpsb-glx_0.18.bb', '/srv/home/pokybuild/yocto-autobuilder/yocto-slave/emenlow/build/meta/recipes-graphics/mesa/mesa-dri_8.0.4.bb'] The PREFERRED_PROVIDER entries resulting in this conflict were: ['PREFERRED_PROVIDER_mesa-dri = xpsb-glx', 'PREFERRED_PROVIDER_virtual/libgles1 = mesa-dri'] Because emenlow's xpsb-glx contains mesa, it needs to entirely replace mesa-dri. We'd normally set virtual/libgles1 and virtual/libgles2 to xpsb-glx but these drivers don't build the GLES libraries so that would be a lie. So, unset the preferred provider entries so that bitbake doesn't look at mesa-dri at all. Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
* meta-intel.inc: have appropriate BSPs use itTom Zanussi2012-08-294-0/+4
| | | | | | | | ia32-base.inc no longer contains everything these BSPs need - some of what was in that file is now in meta-intel.inc, so we need to include that too. Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
* ia32-base.inc: removeTom Zanussi2012-08-291-58/+0
| | | | | | This has been moved to oe-core, so remove it. Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
* meta-intel.inc: new fileTom Zanussi2012-08-292-7/+16
| | | | | | | | | | | Move a couple intel-specific variables into a new meta-intel.inc include file. meta-intel.inc is meant to contain variables and definitions that only make sense and are only available if the meta-intel layer is included in bblayers.conf. This is in preparation for moving the rest into oe-core. Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
* 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>