summaryrefslogtreecommitdiffstats
path: root/meta-sys940x/conf/machine/sys940x.conf
Commit message (Collapse)AuthorAgeFilesLines
* sys940x: add missing emgd video componentsTom Zanussi2013-03-201-1/+2
| | | | | | | The 1.16 version of EMGD split the video components up, which now need to be added individually to VA_FEATURES. Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
* sys940x: Update to EMGD 1.16Darren Hart2013-03-201-1/+1
| | | | | | | | | Use the recipe-space mechanism for adding emgd as a KERNEL_FEATURE. Update to the 1.16 version and update all the SRCREV's accordingly. Include the EMGD branch in the SRC_URI and SRCREV for the sys940x machine. Signed-off-by: Darren Hart <dvhart@linux.intel.com> Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
* sys940x: Add WEBTITLE and compliance informationDarren Hart2012-10-311-1/+2
| | | | | | | | | | The WEBTITLE will be used to publish the BSP on the Yocto Project website. Adding the Yocto Project compliance information for the 1.3 release. Update the DESCRIPTION in the machine config and the platform description in the README to be consistent. Signed-off-by: Darren Hart <dvhart@linux.intel.com>
* meta-intel: fix VA_FEATURES assignment in machine configsTom Zanussi2012-10-251-1/+1
| | | | | | | | | commit 2231d38 (meta-intel: make video acceleration choice dependent on LICENSE_FLAGS) inadvertently also changed '?=' to a hard assignment, making it hard to override as intended. This changes it back. Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
* meta-intel: don't require commercial licenses for gstreamer-vaapiRoss Burton2012-10-221-2/+1
| | | | | | | | Now that gstreamer-vaapi doesn't depend on ffmpeg, it can always be recommended by the machine configuration. Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
* sys940x: Update to Linux 3.4 and EMGD 1.14Darren Hart2012-09-241-4/+4
| | | | | | | Update the sys940x machines to use linux-yocto 3.4 and EMGD 1.14. Signed-off-by: Darren Hart <dvhart@linux.intel.com>
* meta-intel: have fri2 and sys940x prefer emgd-1.10Tom Zanussi2012-09-151-0/+1
| | | | | | 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: make video acceleration choice dependent on LICENSE_FLAGSTom Zanussi2012-09-151-1/+2
| | | | | | | | | | | | 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-intel.inc: have appropriate BSPs use itTom Zanussi2012-08-291-0/+1
| | | | | | | | 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>
* 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>
* sys940x: Drop PREFERRED_VERSION for emgd driverDarren Hart2012-05-071-1/+0
| | | | | | | 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>
* sys940x: Update to linux-yocto 3.2Darren Hart2012-05-071-0/+2
| | | | | | Prefer the 3.2 version of linux-yocto. Signed-off-by: Darren Hart <dvhart@linux.intel.com>
* sys940x: prefer xf86-input-evdev 2.6.0Darren Hart2012-05-071-0/+1
| | | | | | | | | | | | | | | | | | 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>
* meta-intel: replace "include" with "require"Paul Eggleton2012-02-241-2/+2
| | | | | | | | | We want a failure to occur if the files specified in these statements can't be found (e.g. when there is a misconfiguration), so use require instead of include. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
* meta-intel: Add Inforce SYS940x BSPDarren Hart2012-02-031-0/+23
The Inforce SYS940x-ECX Developer-Ready Reference Platform features: o Intel Atom E6xx (0.6-1.6 GHz) o Up to 1GB on-board DDR2 o Intel Platform Controller Hub EG20T o VGA,LVDS o HD Audio o SD Card o Dual SATA o Mini-PCIe http://www.inforcecomputing.com/SYS940X_ECX.html Signed-off-by: Darren Hart <dvhart@linux.intel.com>