aboutsummaryrefslogtreecommitdiffstats
path: root/meta-amd-bsp
AgeCommit message (Collapse)Author
2020-01-20R1000 : R1000 firmware updateChaudhary Amit Kumar
2020-01-17R1000_LP : add 4.19.8 amdgpu patch for R1000 LPChaudhary Amit Kumar
2019-12-19e3000/rt-kernel: move to linux-yocto-rt v4.19.8 from v4.14.71Arsalan H. Awan
This switches e3000 rt kernel to the new linux-yocto-rt v4.19.8 i.e. 4.19.8-rt3-yocto-preempt-rt from the previous v4.14.71. Signed-off-by: Arsalan H. Awan <Arsalan_Awan@mentor.com>
2019-12-19e3000/linux-yocto-rt: add recipe for the RT kernel v4.19.8Arsalan H. Awan
This adds the linux-yocto-rt v4.19.8 recipe for the e3000 BSP. This is just a base port without any patches. We might get patches from AMD on top of this port for e3000 later on. Signed-off-by: Arsalan H. Awan <Arsalan_Awan@mentor.com>
2019-12-18e3000/kernel: move to linux-yocto v4.19.8 from v4.14.71Arsalan H. Awan
This switches e3000 kernel to the new linux-yocto v4.19.8 from the previous v4.14.71. Signed-off-by: Arsalan H. Awan <Arsalan_Awan@mentor.com>
2019-12-18e3000/linux-yocto: add recipe for kernel v4.19.8Arsalan H. Awan
This adds the linux-yocto v4.19.8 recipe for the e3000 BSP. This is just a base port without any patches. We might get patches from AMD on top of this port for e3000 later on. Signed-off-by: Arsalan H. Awan <Arsalan_Awan@mentor.com>
2019-12-16dpdk: fix recipe of v18.11.1Arsalan H. Awan
This fixes the dpdk recipe of v18.11.1 for the next release. Signed-off-by: Arsalan H. Awan <Arsalan_Awan@mentor.com>
2019-11-21Merge pull request #667 from ArsalanHAwan/warrior-mpv-recipe-fixWade Farnsworth
mpv: fix SRC_URI for waf as the current source server has went down
2019-11-20mpv: fix SRC_URI for waf as the current source server has went downArsalan H. Awan
One of the components that our mpv recipe is trying to fetch (i.e. waf) is not accessible because the server it is trying to get it from (i.e. freehackers.org) has went down: $:~ » ping freehackers.org 1 ↵ PING freehackers.org (82.64.38.244) 56(84) bytes of data. ^C --- freehackers.org ping statistics --- 4266 packets transmitted,0 received, 100% packet loss, time 4367172ms ...so bitbake falls back to getting it from MIRRORS and the version of waf available there is different.... so it gets a checksum mismatch and the build fails: ERROR: mpv-0.28.2-r0 do_fetch: Fetcher failure for URL: 'http://www.freehackers.org/~tnagy/release/waf-1.9.8;name=waf; \ downloadfilename=waf;subdir=mpv-0.28.2'. Checksum mismatch! This fixes the SRC_URI for waf to get it from sources.openembedded.org so that it works normally. Signed-off-by: Arsalan H. Awan <Arsalan_Awan@mentor.com>
2019-11-20amdgpu : kernel patch update to 2019_40 versionChaudhary Amit Kumar
2019-11-19V1000 : update v1000 firmwareChaudhary Amit Kumar
2019-10-23v1000: upgrade to kernel v4.19.8 from v4.14.71Arsalan H. Awan
Signed-off-by: Arsalan H. Awan <Arsalan_Awan@mentor.com>
2019-10-23v1000/kernel: add linux-yocto_4.19.8 support for v1000Arsalan H. Awan
This adds the linux-yocto_4.19.8 recipe for v1000. Signed-off-by: Arsalan H. Awan <Arsalan_Awan@mentor.com>
2019-10-23Merge pull request #663 from chaudharyak/warriorWade Farnsworth
amdgpu : amdgpu patch update for various issues fix for gfx, display,…
2019-10-23amdgpu : amdgpu patch update for various issues fix for gfx, display, kfdChaudhary Amit Kumar
2019-10-22rgp: remove the older v1.3.1 recipeArsalan H. Awan
Both v1000 and r1000 have moved on to v1.5.1, so lets remove v1.3.1 recipe. Signed-off-by: Arsalan H. Awan <Arsalan_Awan@mentor.com>
2019-10-22v1000/rgp: upgrade from v1.3.1 to v1.5.1Arsalan H. Awan
Makes v1000 to use the newer v1.5.1 recipe. Signed-off-by: Arsalan H. Awan <Arsalan_Awan@mentor.com>
2019-10-22v1000/rgp: mv from VULKAN_PKGS to AMD_FEATURE_DEBUG_PROFILE_PKGSArsalan H. Awan
This moves rgp from VULKAN_PKGS to AMD_FEATURE_DEBUG_PROFILE_PKGS and enables amd-feature-debug-profile for v1000. rgp will be installed only if INCLUDE_VULKAN = "yes" as rgp only works with vulkan apps. Signed-off-by: Arsalan H. Awan <Arsalan_Awan@mentor.com>
2019-10-22v1000: enable graphics and multimedia featuresArsalan H. Awan
This enables the EXTRA_IMAGE_FEATURES amd-feature-graphics and amd-feature-multimedia for v1000 bsp. Signed-off-by: Arsalan H. Awan <Arsalan_Awan@mentor.com>
2019-10-06bsp/machine.confs: change SERIAL_CONSOLES ?= to = to make it effectiveArsalan H. Awan
This changes the loose assignment of SERIAL_CONSOLES ?= "115200;ttyS4 115200;ttyS5" to SERIAL_CONSOLES = "115200;ttyS4 115200;ttyS5" otherwise these definitions don't end up in /etc/securetty and as a result the root user is unable to login via serial console. INTAMDDET-2758 Signed-off-by: Arsalan H. Awan <Arsalan_Awan@mentor.com>
2019-09-26amdvlk: add amdvlk64.so that was missed due to .gitignore ruleArsalan H. Awan
Signed-off-by: Arsalan H. Awan <Arsalan_Awan@mentor.com>
2019-09-16Merge pull request #655 from ArsalanHAwan/warrior-docsWade Farnsworth
meta-amd/docs: add setup, build, deploy & customize instructions
2019-09-15meta-amd/docs: add setup, build, deploy & customize instructionsArsalan H. Awan
This adds a Getting Started Guide in the form of README docs to the meta-amd. Users can follow these instructions to: 1. Setup the build system 2. Build images and recipes for a supported target 3. Deploy the built image to a target machine 4. Customize the image by enabling or disabling certain configurable features and software components Signed-off-by: Arsalan H. Awan <Arsalan_Awan@mentor.com>
2019-09-12bsp/linux-yocto: enable kgdb if DISTRO is poky-amd else disable kgdbArsalan H. Awan
Signed-off-by: Arsalan H. Awan <Arsalan_Awan@mentor.com>
2019-09-12r1000/rgp: mv from VULKAN_PKGS to AMD_FEATURE_DEBUG_PROFILE_PKGSArsalan H. Awan
This moves rgp from VULKAN_PKGS to AMD_FEATURE_DEBUG_PROFILE_PKGS and enables amd-feature-debug-profile for r1000. rgp will be installed only if INCLUDE_VULKAN = "yes" as rgp only works with vulkan apps. Signed-off-by: Arsalan H. Awan <Arsalan_Awan@mentor.com>
2019-09-12r1000/rocm-opencl: remove as it is not supported at the momentArsalan H. Awan
Signed-off-by: Arsalan H. Awan <Arsalan_Awan@mentor.com>
2019-09-12r1000/vulkan: remove the old v1.1.70 vulkan recipe and dependenciesArsalan H. Awan
This removes the old v1.1.70 vulkan recipe and dependencies i.e. glslang, spirv-tools & vulkan-loader-layers as they not needed anymore because we are now using vulkan v1.1.92. Signed-off-by: Arsalan H. Awan <Arsalan_Awan@mentor.com>
2019-09-12r1000/vulkan: upgrade vulkan components to 1.1.92Arsalan H. Awan
This simply switches r1000 configs to use the vulkan recipes added in commit: 4d3eddb1209e36c922112910b01883670a7d1cf1 to upgrade to v1.1.92 Signed-off-by: Arsalan H. Awan <Arsalan_Awan@mentor.com>
2019-09-11Merge pull request #650 from ArsalanHAwan/warrior-omx-fixesWade Farnsworth
gstreamer1.0-omx: gstomx.conf add mesa omx bellagio enc avc & dec hevc
2019-09-11meta-amd-distro: mv distro related configs and the wic img file hereArsalan H. Awan
This moves the meta-amd-bsp/scripts/lib/wic/canned-wks/amd-usbimage.wks to meta-amd-distro/scripts/lib/wic/canned-wks/amd-usbimage.wks, and the wic img settings from amd-common-configurations.inc to poky-amd.conf, as well as a few related configs as well that are not BSP configs, rather distro configs. Signed-off-by: Arsalan H. Awan <Arsalan_Awan@mentor.com>
2019-09-04gstreamer1.0-omx: gstomx.conf add mesa omx bellagio enc avc & dec hevcArsalan H. Awan
This adds the mesa omx bellagio video encoder avc & video decoder hevc to the gstreamer1.0-omx's gstomx.conf so that they are availble in the gstreamer pipelines. Signed-off-by: Arsalan H. Awan <Arsalan_Awan@mentor.com>
2019-09-03vdpauinfo: mv from MACHINE_EXTRA_RRECOMMENDS to amd-feature-multimediaArsalan H. Awan
For some reason vdpauinfo was not getting installed and mpv was unable to find libvdpau-radeonsi.so which comes through mesa's sub-package libvdpau-mesa. vdpauinfo depends on libvdpau-mesa which is required for mpv --vo vdpau Signed-off-by: Arsalan H. Awan <Arsalan_Awan@mentor.com>
2019-09-03libvdpau: bring back --enable-dri2Arsalan H. Awan
This enables dri2 for libvdpau that was dropped mistakenly during a recent recipe upgrade to oe upstream version. partially reverts commit: f0030c24242527a30a723760b9cbb3f96c848f9c Signed-off-by: Arsalan H. Awan <Arsalan_Awan@mentor.com>
2019-09-02meta-amd-bsp/machine.confs: remove MEL ADE configsArsalan H. Awan
Signed-off-by: Arsalan H. Awan <Arsalan_Awan@mentor.com>
2019-09-02gstreamer1.0-plugins-bad: remove mel specific settingsArsalan H. Awan
Signed-off-by: Arsalan H. Awan <Arsalan_Awan@mentor.com>
2019-09-02pulseaudio: allow autospawn to fix audio and allign with upstream yoctoArsalan H. Awan
This aligns the recipe to upstream yocto and fixes system sound. Signed-off-by: Arsalan H. Awan <Arsalan_Awan@mentor.com>
2019-08-30boost: fix build with gcc8Arsalan H. Awan
Boost component libs/python/converter fails to compile with gcc8. This fixes the following in converter/builtin_converters.cpp:51:35: error: invalid conversion from 'const void*' to 'void*' [-fpermissive] Signed-off-by: Arsalan H. Awan <Arsalan_Awan@mentor.com>
2019-08-30boost: adjust BOOST_LIBS according to v1.59.0Arsalan H. Awan
poky/meta/recipes-support/boost/boost.inc for boost v1.69.0 in warrior branch changes the list of BOOST_LIBS. We change it back to previous settings as the library "contract" does not exist in boost v1.59.0, so the do_compile fails. This fixes that. Signed-off-by: Arsalan H. Awan <Arsalan_Awan@mentor.com>
2019-08-28bsp/e3000: add missing layer dependencies in layer.conf and README.mdArsalan H. Awan
LAYERDEPENDS_e3000 = "openembedded-layer meta-python meta-networking" Signed-off-by: Arsalan H. Awan <Arsalan_Awan@mentor.com>
2019-08-28meta-amd-bsp/formfactor/baldeagle: remove deprecated machine bitsArsalan H. Awan
This removes the leftovers of baldeagle machine which is deprecated. Signed-off-by: Arsalan H. Awan <Arsalan_Awan@mentor.com>
2019-08-28meta-amd-bsp/README: add machines and layer dependencies infoArsalan H. Awan
Signed-off-by: Arsalan H. Awan <Arsalan_Awan@mentor.com>
2019-08-28meta-amd-bsp: move xserver-xf86-config recipe here from r1000 & v1000Arsalan H. Awan
Signed-off-by: Arsalan H. Awan <Arsalan_Awan@mentor.com>
2019-08-28meta-amd-bsp: move amdvlk recipe here from v1000/recipes-graphicsArsalan H. Awan
Signed-off-by: Arsalan H. Awan <Arsalan_Awan@mentor.com>
2019-08-28meta-amd-bsp: move all the vulkan recipes here from r1000 & v1000Arsalan H. Awan
r1000: * vulkan-loader-layers_1.1.70.bb v1000: * vulkan_1.1.92.1.bb * vulkan-headers_1.1.92.0.bb * vulkan-tools_1.1.92.0.bb Signed-off-by: Arsalan H. Awan <Arsalan_Awan@mentor.com>
2019-08-28meta-amd-bsp: move spirv-tools recipe here from r1000/recipes-devtoolsArsalan H. Awan
Signed-off-by: Arsalan H. Awan <Arsalan_Awan@mentor.com>
2019-08-28meta-amd-bsp: move glslang recipe here from r1000 & v1000Arsalan H. Awan
Signed-off-by: Arsalan H. Awan <Arsalan_Awan@mentor.com>
2019-08-28meta-amd-bsp: move rgp recipes here from r1000 & v1000Arsalan H. Awan
Signed-off-by: Arsalan H. Awan <Arsalan_Awan@mentor.com>
2019-08-28meta-amd-bsp: move packagegroup-multimedia-risky here from r1000, v1000Arsalan H. Awan
Signed-off-by: Arsalan H. Awan <Arsalan_Awan@mentor.com>
2019-08-28meta-amd-bsp: move linux-yocto* recipes here from r1000, v1000 & e3000Arsalan H. Awan
Signed-off-by: Arsalan H. Awan <Arsalan_Awan@mentor.com>
2019-08-28meta-amd-bsp: move lttng-modules here from meta-e3000/recipes-kernelArsalan H. Awan
Signed-off-by: Arsalan H. Awan <Arsalan_Awan@mentor.com>