aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2016-04-28Merge pull request #295 from mwpow3ll/intamddet-1316Drew Moseley
dosfstools: Disable iconv conversion
2016-04-28dosfstools: Disable iconv conversionMichael
2016-04-28xserver-xf86-config: do not use SWcursorAwais Belal
With the latest updates to the amdgpu driver the cursor problem is no longer observed after power save so we drop the work-around now. Signed-off-by: Awais Belal <awais_belal@mentor.com>
2016-04-26Merge pull request #292 from abelal/waylandDrew Moseley
amd: Disable wayland
2016-04-26amd: Disable waylandDrew Moseley
Signed-off-by: Drew Moseley <drew_moseley@mentor.com>
2016-04-24Merge pull request #291 from mwpow3ll/intamddet-1035Drew Moseley
python: test_ossaudiodev.py: fix assertion to be more lenient
2016-04-22python: test_ossaudiodev.py: fix assertion to be more lenientMichael
2016-04-21Merge pull request #290 from abelal/misc_updatesDrew Moseley
Misc updates
2016-04-21linux-yocto/amdfalconx86: drop duplicated configsAwais Belal
These configurations are already provided through the common layer. Signed-off-by: Awais Belal <awais_belal@mentor.com>
2016-04-21linux-yocto: enable HID_MULTITOUCH for all platformsAwais Belal
This was only being applied to the amdfalconx86 BSP earlier. Signed-off-by: Awais Belal <awais_belal@mentor.com>
2016-04-21linux-yocto: disable RODATA for all platforms when KGDB is neededAwais Belal
The issue was first noted and fixed for the amdfalconx86 BSP. We now move it to common so it applies across all. Signed-off-by: Awais Belal <awais_belal@mentor.com>
2016-04-20Merge pull request #289 from abelal/gstbaseDrew Moseley
gstreamer1.0-plugins-base: disable conversions in default config
2016-04-20gstreamer1.0-plugins-base: disable conversions in default configAwais Belal
This disables video conversions in default configuration for playbin and playsink which misbehave with this setting where hardware decoding is used. Signed-off-by: Awais Belal <awais_belal@mentor.com>
2016-04-15Merge pull request #286 from mwpow3ll/intamddet-1221Awais Belal
Intamddet 1221
2016-04-14gstreamer-vaapi-1.0: revert commit 8da1ccbdMichael
Decreasing the priority of all gstreamer-vaapi plugins causes crashes
2016-04-14gstreamer1.0-plugins-bad: Add VDPAU supportMichael
2016-04-08Merge pull request #282 from mwpow3ll/imc_supportDrew Moseley
Imc support
2016-04-08Merge pull request #283 from abelal/update_lconfDrew Moseley
local.conf.append: restructure inclusion logic
2016-04-08local.conf.append: restructure inclusion logicAwais Belal
It is seen that when a boolean variable isn't enabled, there's no change to the value at all, not even a space if += is used. So in order to cope with the value exactly and to avoid un-intended results we use .= to strengthen the logic. Signed-off-by: Awais Belal <awais_belal@mentor.com>
2016-04-07Enable IMC and or AMD SPI SDKArindam Nath
- amdfalconx86 / SteppeEagle: IMC and AMD SPI SDK - BaldEagle: Enable IMC Signed-off-by: Arindam Nath <arindam.nath@amd.com> Signed-off-by: Michael Powell <michael_powell@mentor.com>
2016-04-06Merge pull request #281 from abelal/linux_updatesDrew Moseley
linux-yocto cleanups
2016-04-06linux-yocto: drop wildcard versioned appendAwais Belal
The wildcard versioned append is only working around a race condition so we move the workaround to the versioned append and simply drop the wildcard one. Signed-off-by: Awais Belal <awais_belal@mentor.com>
2016-04-06linux-yocto: drop CVE-2016-0728Awais Belal
All the BSPs have moved to 4.1.18 which has the fix already in base source so we drop the application from our layer. Signed-off-by: Awais Belal <awais_belal@mentor.com>
2016-04-05Merge pull request #272 from mwpow3ll/se_be_kernel_upgradeDrew Moseley
Upgrade Baldeagle and Steppeeagle to linux-yocto v4.1
2016-04-05Merge pull request #276 from abelal/gst-vaapiDrew Moseley
GStreamer VA-API support
2016-04-05linux-yocto: Upgrade SE / BE to v4.1 kernel and refactorMichael
2016-04-05Merge pull request #279 from drewmoseley/se-libvaDrew Moseley
amd: Make va configuration dependent on GPU type
2016-04-05gstreamer-vaapi-1.0: do not use gstreamer-vaapi as defaultAwais Belal
There are cases where a particular graphics stack does not provide capabilities for decoding a stream with an unsupported profile etc whereas the stream format is supported. This leads to issues while using default players (gst-play, gst-launch playbin etc) and the user experience would be annoying because error reporting of gstreamer-vaapi is not as good. The accompanying patch decreases the priority of all the gstreamer-vaapi plugins so they can only be invoked using manual pipelines when the user is sure about the capability matching between the stream and what actually is support through the VA interface. Signed-off-by: Awais Belal <awais_belal@mentor.com>
2016-04-02amd: Make va configuration dependent on GPU typeDrew Moseley
Signed-off-by: Drew Moseley <drew_moseley@mentor.com>
2016-04-01gstreamer-vaapi: allow packaging of test appsAwais Belal
This patch allows installation of test apps that come with gstreamer-vaapi. Signed-off-by: Awais Belal <awais_belal@mentor.com>
2016-04-01amd-multimedia: deploy gstreamer-vaapi on the target conditionallyAwais Belal
GStreamer is mainly a supported feature on MEL commercial distro so we add the gstreamer-vaapi support on the target at the same basis. Signed-off-by: Awais Belal <awais_belal@mentor.com>
2016-04-01gstreamer-vaapi: add recipe for gstreamer-vaapiAwais Belal
This adds support for building gstreamer-vaapi which can be used on amdgpu as it supports VA. The recipe has been taken from meta-intel. Signed-off-by: Awais Belal <awais_belal@mentor.com>
2016-03-31Merge pull request #274 from abelal/libvaDrew Moseley
incorporate libva and enable support in mesa
2016-03-31mesa: enable libva supportAwais Belal
We now enable VA support in mesa in a way that the circular dependency chain between mesa and libva is taken care off. Signed-off-by: Awais Belal <awais_belal@mentor.com>
2016-03-31libva: add required packagesAwais Belal
This pulls in the latest available (1.6.2) libva package from meta-intel and modifies it in a way suitable for building for amdfalconx86 platform. libva is split into two packages (libva and libva-gl) to cope for a circular dependency that exists between mesa and libva. The libva-gl package that depends on mesa provides the gl (EGL and GLX) VA backends. Signed-off-by: Awais Belal <awais_belal@mentor.com>
2016-03-30Merge pull request #275 from abelal/lttng-tools-dropDrew Moseley
Revert "lttng-tools: fix lttng-tools ptest hang"
2016-03-30Revert "lttng-tools: fix lttng-tools ptest hang"Awais Belal
This reverts commit b616d667f4d890ee13d4bd0d3683344a18e2c1d9. This has been submitted upstream for the jethro branch and is taken care of in our cedar manifest through meta-mentor.
2016-03-28Merge pull request #269 from abelal/llvm_mesa_libdrm_upgradeDrew Moseley
steppeeagle/baldeagle: upgrade llvm, mesa and libdrm
2016-03-28steppeeagle/baldeagle: upgrade llvm and mesaAwais Belal
This essentially upgrades mesa and llvm for the steppeeagle and baldeagle BSPs while the amdfalconx86 BSP already uses the ugraded versions. Mesa is upgraded from 10.6.3 to 11.0.8 (git) LLVM is upgraded from 3.4.2 to 3.7.1 Signed-off-by: Awais Belal <awais_belal@mentor.com>
2016-03-23Merge pull request #268 from drewmoseley/remove-glamorDrew Moseley
glamor-egl: Remove deprecated recipe.
2016-03-21llvm: move 3.7.1 to commonAwais Belal
Move the llvm 3.7.1 version from the amdfalconx86 BSP layer to the common layer so it can be leveraged on other machines. Signed-off-by: Awais Belal <awais_belal@mentor.com>
2016-03-21libdrm: move to common layerAwais Belal
This moves the libdrm 2.4.66 recipe to the common layer so it could be used for platforms other than amdfalconx86. This move essentially upgrades the package for other BSPs as this tends to be the latest version available in the meta-data. Signed-off-by: Awais Belal <awais_belal@mentor.com>
2016-03-18glamor-egl: Remove deprecated recipe.Drew Moseley
This stand-aloneo Xorg driver has been replaced by the version that is part of the Xserver-xorg package. Switch to the one provided by xserver-xorg.
2016-03-18xf86-video-amd: Update to latest release tags.Drew Moseley
Signed-off-by: Drew Moseley <drew_moseley@mentor.com>
2016-03-18mesa: drop un-needed filesAwais Belal
These files were left in mistakenly during an upgrade of the package, these are not needed as the patches are already incorporated in the source of the currently used version. Signed-off-by: Awais Belal <awais_belal@mentor.com>
2016-03-17Merge pull request #267 from abelal/mplayer2_cedar_async1Drew Moseley
Mplayer2 cedar async1 changes
2016-03-15Merge pull request #266 from drewmoseley/cleanupsDrew Moseley
Cleanups
2016-03-15mplayer2: drop changes moved to meta-mentorAwais Belal
Signed-off-by: Awais Belal <awais_belal@mentor.com>
2016-03-15libvpx: drop changes moved to meta-mentorAwais Belal
Signed-off-by: Awais Belal <awais_belal@mentor.com>
2016-03-15steppeeagle.conf: adjust configurations to allow usage of RT kernelDrew Moseley
The radeon driver is not RT-safe so we only pick it up when a standard kernel is being used. We also adjust the PREFERRED_PROVIDER for virtual/kernel accordingly. Signed-off-by: Drew Moseley <drew_moseley@mentor.com>