aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2012-10-17meta-cedartrail: Add development packages to pvr driver recipemaster16oct-rsaxenaRahul Saxena
Add header files from development packages Signed-off-by: Rahul Saxena <Rahul.Saxena@intel.com>
2012-10-17meta-cedartrail: Fix package naming issueRahul Saxena
cdv-pvr-driver was generating rpm packages with name "libwsbm" This name can potentialy clash with other package names. Fix this problem by specifying package names in the recipe with the PKG_ vars This fixes bug: [YOCTO #3286] Signed-off-by: Rahul Saxena <rahul.saxena@intel.com>
2012-10-17meta-cedartrail: Update README with product name and state Gfx acceleration ↵Rahul Saxena
support Add CPU and Chipset product names. Explicitly state support for Gfx & Media acceleration. Signed-off-by: Rahul Saxena <rahul.saxena@intel.com>
2012-10-15meta-crystalforest: Update SRCREV for meta.Kishore Bodke
Update SRCREVs of meta branch to include the new PCI config options added. Signed-off-by: Kishore Bodke <kishore.k.bodke@intel.com> Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
2012-10-12emgd-driver-bin: add custom-licenses dir for emgd recipe LicensesNitin A Kamble
Add a directory common/custom-licenses to store license texts of recipes in meta-intel layer using custom licenses. Adding these licenses text for emgd-driver-bin recipe: - Intel-software-license-emgd-1.14 - Intel-user-space-graphics-driver-binary-license-emgd-1.14 This takes care of this build warning: WARNING: emgd-driver-bin: No generic license file exists for: Intel-binary-only in any provider This addresses one of the issue reported in the bug: [YOCTO #3238] Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com> Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
2012-10-12emgd-driver-bin: note all the EMGD licensesNitin A Kamble
There are two files containing the custom license data for EMGD: license: which holds INTEL SOFTWARE LICENSE AGREEMENT readme.txt: which holds User Space Graphics Driver Binary License checksum both these files to track any license changes in future. Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com> Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
2012-10-12meta-intel: update maintainers of various BSPsNitin A Kamble
BSP maintainership for following BSPs is now transitioned from Tom to Nitin sugarbay, emenlow, crownbay, jasperforest, chiefriver Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com> Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
2012-10-12meta-fishriver: retire BSPNitin A Kamble
This commit removes fishriver bsp from meta-intel layer. Fish-River-Island-2 hardware and BSP has made this Fish-River-Island hardware and BSP obsolete. Also we discussed this on the Yocto Execution Tracking Meeting, and to our knowledge no customer is using (cares about) this BSP now. Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com> Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
2012-10-12emgd-driver_bin: Remove 1.10 in favor of 1.14Nitin A Kamble
All BSPs have been migrated to 1.14, we can now safely retire 1.10 Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com> Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
2012-10-12meta-crownbay: specify the 8.0.4 version as preferred version of mesa-driNitin A Kamble
Avoid following warnings while building crownbay BSPs: NOTE: preferred version 7.11 of mesa-dri not available (for item virtual/libgl) NOTE: versions of mesa-dri available: 2:8.0.4 2:8.0.4+git1+c1f4867c89adb1a6b19d66ec8ad146115909f0a7 This commit addresses one of the issue reported on the bug: [YOCTO #3238] Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com> Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
2012-10-12xf86-video-intel: Bring 2.20.0 version to match released graphics stackNitin A Kamble
The Intel Linux graphics stack version 12.07 released on 2012-07-24 requires version 2.20.0 as seen here: http://intellinuxgraphics.org/2012.07.html Currently oecore has 2.19.0 version. So get this 2.20.0 version in meta-intel layer to be used by sugarbay and other BSPs using the Intel graphics stack. Also took changes from version 2.20.8 recipe from Ross Burton's branch. Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com> Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
2012-10-09Fix use of PRINC in meta-intel BSPsDarren Hart
Replaces all uses of PRINC with the form: PRINC := "${@int(PRINC) + N}" Where N is the previously assigned value plus one to ensure a monotonically increasing PRINC value. Signed-off-by: Darren Hart <dvhart@linux.intel.com> Acked-by: Tom Zanussi <tom.zanussi@intel.com> CC: Saul Wold <sgw@linux.intel.com> CC: Nitin Kamble <nitin.a.kamble@intel.com>
2012-10-08crownbay: uprev v3.4 kernel commit idsNitin A Kamble
Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com> Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
2012-10-08crownbay.conf: add kernel parameters for EMGD video accelerationNitin A Kamble
This is recommended in the EMGD User Guide. My understanding is that, the emgd kernel driver need to allocate memory dynamically, and the "vmalloc=256MB" parameter ensures enough will be available for the driver. Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com> Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
2012-10-06meta-tlk: fix included file nameMihai Lindner
PN in linux-yocto-tlk.inc takes the .inc file name and becomes linux-yocto-tlk. Renamed to linux-yocto_tlk.inc to avoid confusions. Related to: [YOCTO #3217] Signed-off-by: Mihai Lindner <mihaix.lindner@linux.intel.com> Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
2012-10-05meta-tlk: fix ignored SRC_URI appendsMihai Lindner
Fix SRC_URI appends ignored by meta-cedartrail and meta-crownbay. Used SRC_URI_append instead of SRC_URI. Also placed all variables in an .inc file to be required by all linux-yocto recipes in here, since all versions use the same. [YOCTO #3217] Signed-off-by: Mihai Lindner <mihaix.lindner@linux.intel.com> Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
2012-10-04meta-crownbay: remove 3.0 kernel supportTom Zanussi
There's no need to support linux-yocto-3.0 for crownbay any more, so remove the 3.0 bbappends. Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
2012-10-04meta-crownbay: remove -rt 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-10-04meta-crownbay: add 3.4 rt supportTom Zanussi
Add the -rt version of linux-yocto-3.4. Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
2012-10-04jasperforest: uprev v3.4 kernel commit idsNitin A Kamble
Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
2012-10-04fishriver: uprev v3.4 kernel commit idsNitin A Kamble
Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com> Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
2012-10-04emenlow: uprev v3.4 kernel commit idsNitin A Kamble
Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com> Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
2012-10-04chiefriver: uprev v3.4 kernel commit idsNitin A Kamble
Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com> Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
2012-10-04sugarbay: uprev v3.4 kernel commit idsNitin A Kamble
Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com> Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
2012-10-03meta-crystalforest: Create a custom build Image recipe.Kishore Bodke
To build with the corpus files recipes, create a customized recipe to install them into the Image. Signed-off-by: Kishore Bodke <kishore.k.bodke@intel.com> Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
2012-10-02gst-va-intel: incude gst-ffmpeg only if 'commercial' is whitelistedtzanussi/make-gst-va-intel-commercialTom Zanussi
World and universe builds break if the newly commercial gst-ffmpeg is included without a 'commercial' entry in LICENSE_FLAGS_WHITELIST, so only add gst-ffmpeg if that's the case. Normally BSPs conditionally include gst-va-intel and thus gst-ffmpeg is included in the build only if 'commercial' is added to LICENSE_FLAGS_WHITELIST and therefore this isn't an issue, but world and universe builds are different. Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
2012-10-02meta-cedartrail: add missing dependency on EXA module to X driverRoss Burton
[YOCTO #3204] Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
2012-10-02meta-emenlow: don't set virtual/libx11 providerRoss Burton
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>
2012-10-02meta-emenlow: add missing exa dependencyRoss Burton
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>
2012-10-02meta-intel: use FILESEXTRAPATHS for xserver-xf86-config bbappendsTom Zanussi
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>
2012-09-28fri2: Update xorg.conf per EMGD 1.14 user guideDarren Hart
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>
2012-09-27meta-cedartrail: add machine override to SRC_URITom Zanussi
The SRC_URI for the cedartrail machine is missing the machine override, add it. Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
2012-09-25meta-crystalforest: Add Silesia Corpus recipe.Kishore Bodke
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>
2012-09-25meta-crystalforest: Add Canterbury Corpus recipe.Kishore Bodke
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>
2012-09-25meta-crystalforest: Add Calgary Corpus recipe.Kishore Bodke
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>
2012-09-24sys940x: Update to Linux 3.4 and EMGD 1.14Darren Hart
Update the sys940x machines to use linux-yocto 3.4 and EMGD 1.14. Signed-off-by: Darren Hart <dvhart@linux.intel.com>
2012-09-24fri2: Update to Linux 3.4 and EMGD 1.14Darren Hart
Update the fri2 machines to use linux-yocto 3.4 and EMGD 1.14. Signed-off-by: Darren Hart <dvhart@linux.intel.com>
2012-09-24emgd: Avoid 'already stripped' warningsDarren Hart
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>
2012-09-21meta-jasperforest: switch kernel back to 3.4Tom Zanussi
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>
2012-09-21meta-jasperforest: update kernel SRCREVsTom Zanussi
To pick up the latest meta and machine commits. Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
2012-09-21meta-chiefriver: update kernel SRCREVsTom Zanussi
To pick up the latest meta and machine commits. Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
2012-09-20emgd-driver-bin: Fix package naming issueNitin A Kamble
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>
2012-09-19meta-cedartrail: update linux-yocto-3.0 meta SRCREVTom Zanussi
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>
2012-09-19cdv-pvr-driver: fix unpackRoss Burton
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>
2012-09-15meta-intel: move emgd-driver-bin_1.14 to xorg-driver/tzanussi/va-license-flags-commercialTom Zanussi
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>
2012-09-15meta-intel: have fri2 and sys940x prefer emgd-1.10Tom Zanussi
fri2 and sys940x need to use emgd-1.10 instead of the newer 1.14. Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
2012-09-15meta-intel: restore emgd 1.10Tom Zanussi
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>
2012-09-15meta-intel: make video acceleration choice dependent on LICENSE_FLAGSTom Zanussi
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>
2012-09-15meta-cedartrail: Update PVR graphics driver to version 1.0.3Rahul Saxena
This driver update fixes a memory leak bug Signed-off-by: Rahul Saxena <rahul.saxena@intel.com>
2012-09-15meta-cedartrail: Add video accelerationRahul Saxena
This adds gstreamer and vaapi video acceleration components to enable acceleration with pvr driver Signed-off-by: Rahul Saxena <rahul.saxena@intel.com>