aboutsummaryrefslogtreecommitdiffstats
path: root/meta-chiefriver/conf
AgeCommit message (Collapse)Author
2013-03-21layer.conf: Use .= for adding to BBPATH and += to BBFILESdanny-8.0.1Khem Raj
Fixes parsing errors which is appearing after this commit to meta-openembedded http://cgit.openembedded.org/meta-openembedded/commit/?id=3c21a46020bd0816579648f684c41dbd6333583e This triggers exception NameError: name 'base_contains' is not defined without this change Avoid the immediate expansion operator (:=) which caused base_contains added in the previous commit to fail to expand at the time the meta-intel layer configs are parsed and replace it with one of the append operators (.= or +=) that allows for delayed variable expansion. Signed-off-by: Khem Raj <raj.khem@gmail.com> Acked-by: Tom Zanussi <tom.zanussi@intel.com> Signed-off-by: Darren Hart <dvhart@linux.intel.com> Signed-off-by: Christopher Larson <chris_larson@mentor.com>
2012-10-25chiefriver: add WEBTITLE & Compliance informationNitin A Kamble
The WEBTITLE will be used to publish the BSP on the Yocto Project Website. And adding the Yocto Project Compliance information for the 1.3 release. Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com> Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
2012-10-25meta-intel: fix VA_FEATURES assignment in machine configsTom Zanussi
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>
2012-10-22meta-intel: don't require commercial licenses for gstreamer-vaapiRoss Burton
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>
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-08-30meta-intel: use va-impl-intel MACHINE_FEATURETom Zanussi
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>
2012-07-17meta-chiefriver: switch to linux-yocto-3.4 kernelTom Zanussi
Switch chiefriver to the 3.4 kernel and update kernel SRCREVs. Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
2012-05-30meta-chiefriver: use lmsTom Zanussi
Chiefriver needs lms support for AMT, add it. Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
2012-05-30meta-chiefriver: use gst-va-intel and va-intelTom Zanussi
Have chiefriver use gst-va-intel and va-intel so we can easily test and make use of the video acceleration capabilities of this machine. Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
2012-05-30meta-chiefriver: new layer for Chief River (Ivy Bridge/Panther Point) systemsTom Zanussi
This layer provides support for Ivy Bridge + Panther Point Intel systems. Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>