aboutsummaryrefslogtreecommitdiffstats
path: root/meta-r1000
AgeCommit message (Collapse)Author
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>