aboutsummaryrefslogtreecommitdiffstats
path: root/meta-r1000
AgeCommit message (Collapse)Author
2019-08-28meta-amd: remove meta-r1000, meta-v1000 & meta-e3000 as they are mergedArsalan H. Awan
This removes the following layers: * meta-r1000 * meta-v1000 * meta-e3000 as they are merged into a single meta-amd-bsp. All three machines can be used to build recipes against just as before and all machines have their seperate space inside meta-amd-bsp. This makes managing the layers easier. 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 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-28linux-yocto: remove unnecessary executable permissions from patch filesArsalan H. Awan
Signed-off-by: Arsalan H. Awan <Arsalan_Awan@mentor.com>
2019-08-28meta-amd-bsp: move amdgpu-firmware recipes here from r1000 & v1000Arsalan H. Awan
Signed-off-by: Arsalan H. Awan <Arsalan_Awan@mentor.com>
2019-08-28meta-amd-bsp: move amd-wdt kernel module here from r1000, v1000 & e3000Arsalan H. Awan
Signed-off-by: Arsalan H. Awan <Arsalan_Awan@mentor.com>
2019-08-28meta-amd-bsp: move amd-spi kernel module here from r1000, v1000 & e3000Arsalan H. Awan
Signed-off-by: Arsalan H. Awan <Arsalan_Awan@mentor.com>
2019-08-28meta-amd-bsp: move spi-test recipe here from r1000, v1000 & e3000Arsalan H. Awan
Signed-off-by: Arsalan H. Awan <Arsalan_Awan@mentor.com>
2019-08-28meta-amd-bsp: move gpio-test recipe here from r1000, v1000 & e3000Arsalan H. Awan
Signed-off-by: Arsalan H. Awan <Arsalan_Awan@mentor.com>
2019-08-28r1000: move machine/bsp configurations to meta-amd-bsp layerArsalan H. Awan
Signed-off-by: Arsalan H. Awan <Arsalan_Awan@mentor.com>
2019-08-28recipes-rocm: move from r1000 & v1000 to the common meta-amd-bsp layerArsalan H. Awan
Signed-off-by: Arsalan H. Awan <Arsalan_Awan@mentor.com>
2019-08-28common: rename to meta-amd-bspArsalan H. Awan
This renames common layers to meta-amd-bsp as it is going to hold all the bsps in it in the following commits. This also changes the layer title in layer.conf from "amd" to "amd-bsp" Signed-off-by: Arsalan H. Awan <Arsalan_Awan@mentor.com>
2019-08-27r1000/machine.conf: enable graphics and multimedia featuresArsalan H. Awan
This adds amd-feature-graphics and amd-feature-multimedia to EXTRA_IMAGE_FEATURES in the meta-r1000/conf/machine/r1000.conf. Effectivelty enables the mesa-demos and various multimedia packages. Signed-off-by: Arsalan H. Awan <Arsalan_Awan@mentor.com>
2019-08-26Merge pull request #644 from chaudharyak/warriorWade Farnsworth
linux-yocto_4.19.8 : add 4.19.8 amdgpu patch
2019-08-23R1000 : update R1000 firmwareChaudhary Amit Kumar
2019-08-22linux-yocto_4.19.8 : add 4.19.8 amdgpu patchChaudhary Amit Kumar
2019-08-11r1000/rgp: upgrade from v1.2.0 to v1.5.1Arsalan H. Awan
Signed-off-by: Arsalan H. Awan <Arsalan_Awan@mentor.com>
2019-08-02r1000/graphics/mesa: remove mesa bbappend as dri3 is enabled by defaultArsalan H. Awan
This removes the mesa bbappend for r1000 which is only enabling the dri3 PACKAGECONFIG which is enabled by default. Signed-off-by: Arsalan H. Awan <Arsalan_Awan@mentor.com>
2019-07-22add LAYERSERIES_COMPAT warrior to common and all BSP layersArsalan H. Awan
This adds LAYERSERIES_COMPAT warrior to common and all BSP layers, i.e. * common * v1000 * r1000 * snowyowl * amdfalconx86 * steppeeagle Signed-off-by: Arsalan H. Awan <Arsalan_Awan@mentor.com>
2019-07-19all/machine/conf: remove BSP and PATCH versions for MEL releasesArsalan H. Awan
This removes the BSP and PATCH versions for MEL releases as these are not applicable anymore. This is being done in preparation for yocto based warrior branch. Signed-off-by: Arsalan H. Awan <Arsalan_Awan@mentor.com>
2019-06-12mesa: move updates from meta-r1000 to commonAwais Belal
This allows usage of the mesa upgrade on BSPs other than the r1000 as well. Signed-off-by: Awais Belal <awais_belal@mentor.com>
2019-06-12linux-yocto: move updates from meta-r1000 to commonAwais Belal
This allows the latest updates to be used on other BSPs such as the v1000 where these modifications are applicable. Signed-off-by: Awais Belal <awais_belal@mentor.com>
2019-05-01r1000/mesa: fix QA patch warningsAwais Belal
Signed-off-by: Awais Belal <awais_belal@mentor.com>
2019-05-01r1000/mesa: update for GA releaseAwais Belal
Signed-off-by: Chaudhary Amit Kumar <Chaudharyamit.Kumar@amd.com> Signed-off-by: Awais Belal <awais_belal@mentor.com>
2019-05-01r1000: amdgpu xgbe mmc update for GAAwais Belal
Signed-off-by: Chaudhary Amit Kumar <Chaudharyamit.Kumar@amd.com> Signed-off-by: Awais Belal <awais_belal@mentor.com>
2019-03-18Merge pull request #617 from abelal/v1k-userspaceWade Farnsworth
Additional V1000 userspace updates for RTQA1 2019
2019-03-18Merge pull request #616 from ArsalanHAwan/extra-pkgs-controlWade Farnsworth
Extra Packages Control using INCLUDE_<component>
2019-03-18r1000/linux-yocto: drop unnecessary patch fragmentAwais Belal
The fragment does not have any patch files left so drop it as it is not a generic fragment. Signed-off-by: Awais Belal <awais_belal@mentor.com>
2019-03-18xserver-nodm-init: switch X to VT7 for all amdgpu platformsAwais Belal
Rather than applying the setting specifically to some BSPs we do this for all the amdgpu enabled targets. Signed-off-by: Awais Belal <awais_belal@mentor.com>
2019-03-18ffmpeg: enable vaapi for amdgpu targetsAwais Belal
This simply enables the vaapi config of ffmpeg through the common layer depending conditionally on the amdgpu override so we don't have to specify the setting for separate BSPs. Signed-off-by: Awais Belal <awais_belal@mentor.com>
2019-03-18mesa/llvm: move to common layer from r1000Awais Belal
All targets are being aligned on the same mesa and llvm versions so move configurations to the common layer. This upgrades llvm to v7 and mesa to 19.0.0 for all platforms. Signed-off-by: Awais Belal <awais_belal@mentor.com>
2019-03-14libdrm: move from r1000 to common (v2.4.96)Awais Belal
All platforms are being aligned on the same version of libdrm so moving it to common makes sense. Signed-off-by: Awais Belal <awais_belal@mentor.com>
2019-03-13amdgpu : RTQA1 2019 kernel patch backportedChaudhary Amit Kumar
Signed-off-by: Chaudhary Amit Kumar <Chaudharyamit.Kumar@amd.com>
2019-03-12v1000,r1000,amdfalconx86/local.conf: organize INCLUDE_<components>Arsalan H. Awan
To use a single description for all INCLUDE_<components> alongwith the supported <component> summary in each BSP's local.conf. This also helps to have a single place for all the configurable <components> in the local.conf instead of having huge paragraph for each <component> and having to scroll to find each <component>. Signed-off-by: Arsalan H. Awan <Arsalan_Awan@mentor.com>
2019-03-11v1000,r1000/opencl: install only if INCLUDE_OPENCL is set to "yes"Arsalan H. Awan
This introduces var INCLUDE_OPENCL into local.conf to control the inclusion of OpenCL into the image. If user needs OpenCL, they can add it by setting INCLUDE_OPENCL = "yes" in the local.conf. This helps in keeping the image size smaller as OpenCL consumes a lot of disk space. Signed-off-by: Arsalan H. Awan <Arsalan_Awan@mentor.com>
2019-02-20r1000/llvm: fix QA warningAwais Belal
This fixes ... Now at patch 0002-llvm-allow-env-override-of-exe-path.patch WARNING: llvm-7-r0 do_patch: Some of the context lines in patches were ignored. This can lead to incorrectly applied patches. ... We don't need to update the SRC_URI because the patch file is already added through the main recipe and we simply force our patch file as our layer has a higher prio. Signed-off-by: Awais Belal <awais_belal@mentor.com>
2019-02-18r1000 : amd-xgbe and mmc fixChaudhary Amit Kumar
Signed-off-by: Chaudhary Amit Kumar <chaudharyamit.kumar@amd.com>
2019-02-15libdrm: use a more aligned value for PVAwais Belal
This is more of a good practise and lets the user know the exact version more easily rather than digging through the source. Signed-off-by: Awais Belal <awais_belal@mentor.com>
2019-02-14r1000/mesa: fix for radeonsi dri driver crashAwais Belal
This fixes the radeonsi dri driver loading crash seen with X server. Essentially this is a backport of an upstream commit which is required in this cases. Signed-off-by: Awais Belal <awais_belal@mentor.com>
2019-02-08r1000/mesa: fix QA issuesAwais Belal
This fixes WARNING: mesa-2_19.0.0+gitAUTOINC+0144bbdb98-r0 do_configure: QA Issue: mesa: configure was passed unrecognised options: --enable-texture-float [unknown-configure-option] WARNING: mesa-2_19.0.0+gitAUTOINC+0144bbdb98-r0 do_package: QA Issue: mesa: Files/directories were installed but not shipped in any package: /usr/share /usr/share/drirc.d /usr/share/drirc.d/00-mesa-defaults.conf Please set FILES such that these items are packaged. Alternatively if they are unneeded, avoid installing them or delete them within do_install. mesa: 3 installed and not shipped files. [installed-vs-shipped] Signed-off-by: Awais Belal <awais_belal@mentor.com>
2019-02-08r1000/llvm: fix QA issueAwais Belal
This fixes WARNING: llvm-7-r0 do_package: QA Issue: llvm: Files/directories were installed but not shipped in any package: /usr/lib64/llvm7/TestPlugin.so /usr/lib64/llvm7/.debug/TestPlugin.so Please set FILES such that these items are packaged. Alternatively if they are unneeded, avoid installing them or delete them within do_install. llvm: 2 installed and not shipped files. [installed-vs-shipped] Signed-off-by: Awais Belal <awais_belal@mentor.com>
2019-02-08r1000: upgrade mesa and llvm packagesAwais Belal
This upgrades llvm to v7 and mesa to 19.0.0. Signed-off-by: Awais Belal <awais_belal@mentor.com>
2019-02-08r1000/libdrm: upgrade to 2.4.96Awais Belal
Signed-off-by: Awais Belal <awais_belal@mentor.com>
2019-02-08r1000/linux-yocto: RTQA4 updated amdgpu kernel patchAwais Belal
Signed-off-by: Awais Belal <awais_belal@mentor.com>
2019-02-08r1000: add the initial meta layerAwais Belal
This adds the initial meta-r1000 layer. Signed-off-by: Awais Belal <awais_belal@mentor.com>