aboutsummaryrefslogtreecommitdiffstats
path: root/common/recipes-sato
AgeCommit message (Collapse)Author
2017-06-01core-image-sato: deploy Vulkan components for v1000Awais Belal
This allows the user to leverage the INCLUDE_VULKAN variable from local.conf and tell the build system to deploy the required Vulkan bits on the target. Enables support for v1000 machine. Signed-off-by: Awais Belal <awais_belal@mentor.com>
2016-12-07core-image-sato: assign default valuesAdeel Arshad
VULKAN_COMPONENTS, CODEXL_COMPONENTS needs to be assign the default values for the machine other than amdfalconx86, otherwise it generates a parsing error. Also only populate CODEXL_COMPONENTS for amdfalconx86 machine, as we do not support it for other machines. Signed-off-by: Adeel Arshad <adeel_arshad@mentor.com>
2016-12-06core-image-sato: replace bb.utils.to_boolean with bb.utils.containsAdeel Arshad
bb.utils.to_boolean generates the parsing error when the variable it is evaluating is not defined, so replace it with bb.utils.contains which handles this case correctly. Signed-off-by: Adeel Arshad <adeel_arshad@mentor.com>
2016-11-30amdfalconx86/conf: split INCLUDE_GAMING_COMPONENTSAdeel Arshad
We have analyzed that the configuration variable INCLUDE_GAMING_COMPONENTS, is no longer valid as the components it include are not particularly specific to gaming. So we have splitted it into two configuration variables INCLUDE_VULKAN and INCLUDE_CODEXL. Signed-off-by: Adeel Arshad <adeel_arshad@mentor.com>
2016-06-23amd-multimedia: change to amd-commonMichael
2016-03-15core-image-sato: Only apply mesa-demos for radeon and amdgpu based systems.Drew Moseley
Signed-off-by: Drew Moseley <drew_moseley@mentor.com>
2016-03-11mesa-demos: install through image dependenciesAwais Belal
We were installing mesa-demos by making it a runtime recommendation for libgl-mesa. With the latest changes on mesa package this scheme is no longer workable because the recommendations for -mesa packages are handled differently. We now install mesa-demos through core-image-sato and core-image-base dependencies by making it a part of IMAGE_INSTALL. Signed-off-by: Awais Belal <awais_belal@mentor.com>
2015-07-20Merge branch 'dizzy' into fooDrew Moseley
Conflicts: common/recipes-benchmark/iperf/iperf_2.0.5.bbappend common/recipes-core/initrdscripts/initramfs-live-install-efi_1.0.bbappend common/recipes-core/initrdscripts/initramfs-live-install_1.0.bbappend common/recipes-multimedia/gstreamer/gstreamer1.0-libav_%.bbappend common/recipes-multimedia/mplayer/mplayer2_git.bbappend meta-baldeagle/conf/machine/baldeagle.conf meta-steppeeagle/conf/machine/steppeeagle.conf
2015-07-02common: recipe refinementsAwais Belal
The yocto standards specify that no layer should affect other layers when it is not intended to be built. So machine, distro or layer overrides should be used where ever possible to minimize the impact of any such anomaly. Signed-off-by: Awais Belal <awais_belal@mentor.com>
2015-03-22owl: remove (replaced by gst-player)Drew Moseley
Signed-off-by: Drew Moseley <drew_moseley@mentor.com>
2015-03-22gaku: remove (replaced by gst-player)Drew Moseley
Signed-off-by: Drew Moseley <drew_moseley@mentor.com>
2015-03-05Globally replace base_contains with bb.utils.containsAwais Belal
OE-Core has obsoleted the usage of base_contains function in favor of the bb.utils.contains functions. The earlier one will be dropped in coming releases of OE-Core. Signed-off-by: Awais Belal <awais_belal@mentor.com>
2015-03-04packagegroup-core-x11-sato: remove gaku only is distro is not MELAwais Belal
Additional tools are only available when distro is set to mel. Signed-off-by: Awais Belal <awais_belal@mentor.com>
2014-07-29amd: Enable gstreamer1.0 for AMD platforms.Drew Moseley
Signed-off-by: Drew Moseley <drew_moseley@mentor.com>
2014-07-29owl-video: Upgrade to gstreamer 1.0.Drew Moseley
Upgarde the owl-video app to support gstreamer 1.0. This requires code changes to correspond to API changes as well as configuration changes. Signed-off-by: Drew Moseley <drew_moseley@mentor.com>
2014-07-29gaku: Upgrade to gstreamer-1.0Drew Moseley
Change the dependent version of gstreamer for gaku to 1.0. Signed-off-by: Drew Moseley <drew_moseley@mentor.com>
2014-07-29core-image-sato: Cleanup the gaku removalDrew Moseley
Use a simpler conditional setting to remove gaku in mel-lite builds. Signed-off-by: Drew Moseley <drew_moseley@mentor.com>
2014-06-26core-image-sato: Remove gaku conditionally.Drew Moseley
Remove the gaku app when DISTRO=mel-lite to avoid the gstreamer dependency since gstreamer is unsupported in MEL Lite. Signed-off-by: Drew Moseley <drew_moseley@mentor.com>
2014-04-29core-image-sato: Remove gaku app which depends on gstreamerDrew Moseley
Since gstreamer is currently unsupported remove the one app which depends on it. Signed-off-by: Drew Moseley <drew_moseley@mentor.com>