aboutsummaryrefslogtreecommitdiffstats
path: root/meta-v1000
AgeCommit message (Collapse)Author
2019-03-13V1000 : RTQA1 update for amdvlkChaudhary Amit Kumar
Signed-off-by: Chaudhary Amit Kumar <Chaudharyamit.Kumar@amd.com>
2019-03-13V1000 : enable CONFIG_HSA_AMD configChaudhary Amit Kumar
Signed-off-by: Chaudhary Amit Kumar <Chaudharyamit.Kumar@amd.com>
2019-03-13V1000 : amd firmware updateChaudhary Amit Kumar
Signed-off-by: Chaudhary Amit Kumar <Chaudharyamit.Kumar@amd.com>
2019-01-29v1000: include SWUpdate compound update filesAwais Belal
When building an SWUpdate enabled image for a platform the build system requires these files to identify and generate update images. These will mostly be identical for all the platforms supported under meta-amd but for now the feature is only being tested on v1000. Signed-off-by: Awais Belal <awais_belal@mentor.com>
2018-12-04v1000: add BSP and PATCH versions for MEL releasesAwais Belal
The new release process and numbering requires these versions being defined by each BSP. Signed-off-by: Awais Belal <awais_belal@mentor.com>
2018-11-27Merge pull request #586 from abelal/4.14-commonWade Farnsworth
Move 4.14 patches to common
2018-11-24linux-yocto: move v1000 patches to commonAwais Belal
These patches apply to other BSPs as well which utilize the amdgpu driver so move these to common. There are patches against XGBE and other peripherals in the same list which will be split in the upcoming commits so BSPs not requiring the subsets can modify or drop the fragments as needed. Signed-off-by: Awais Belal <awais_belal@mentor.com>
2018-11-20Merge pull request #585 from abelal/cleanupWade Farnsworth
Minor cleanups
2018-11-20v1000: drop tiny kernel definitionAwais Belal
We do not support the tiny kernel configurations so there's no need of keeping any such fragments either. Signed-off-by: Awais Belal <awais_belal@mentor.com>
2018-11-16V1000 : rocm update 1.6.3 to 1.7.0Chaudhary Amit Kumar
Signed-off-by: Chaudhary Amit Kumar <chaudharyamit.kumar@amd.com>
2018-11-14v1000: drop the 4.9 kernel metadataAwais Belal
Now that we've moved on to supporting the 4.14 kernel we're dropping the 4.9 support. Signed-off-by: Awais Belal <awais_belal@mentor.com>
2018-11-13Merge pull request #578 from abelal/fix_vulkanWade Farnsworth
v1000/amdfalconx86: drop deprecated packages from installation
2018-11-13v1000/amdfalconx86: drop deprecated packages from installationAwais Belal
We deprecated the LunarG SDK in one of the previous updates but missed one instance where these packages were being explicitly installed on the target, this generates a build time error. Fix this by dropping the deprecated packages from the installation list. Signed-off-by: Awais Belal <awais_belal@mentor.com>
2018-11-12xf86-video-amd: upgrade to 18.0.1 for amdgpuAwais Belal
This upgrades the amdgpu component of the xf86-video-amd to 18.0.1. Signed-off-by: Awais Belal <awais_belal@mentor.com>
2018-11-12mesa: upgrade to 18.1.1Awais Belal
Signed-off-by: Awais Belal <awais_belal@mentor.com>
2018-11-08lunarg-sdk/v1000: deprecate the sdkAwais Belal
We're now deprecating the LunarG SDK support but we'll still keep basic Vulkan support in. The directory structure has also been changed just to make it clear. Signed-off-by: Awais Belal <awais_belal@mentor.com>
2018-11-02V1000 : Enabled Kernel 4.14.71 as default kernelChaudhary Amit Kumar
Signed-off-by: Chaudhary Amit Kumar <chaudharyamit.kumar@amd.com>
2018-11-02amd-spi : change include <asm/uaccess.h> to <linux/uaccess.h>Chaudhary Amit Kumar
Signed-off-by: Chaudhary Amit Kumar <chaudharyamit.kumar@amd.com>
2018-11-02V1000 : RTQA3 backport patch add for v1000 bspChaudhary Amit Kumar
Signed-off-by: Chaudhary Amit Kumar <chaudharyamit.kumar@amd.com>
2018-10-31V1000 : Add recipes for Kernel 4.14.71Chaudhary Amit Kumar
Signed-off-by: Chaudhary Amit Kumar <chaudharyamit.kumar@amd.com>
2018-10-04amd-features.inc: align with MELAwais Belal
MEL is now basing its features in a way that disregard which _particular image_ is being built and gives this flexibility to user where they can decide which extra features should be populated. This is manipulated in the local.conf using EXTRA_IMAGE_FEATURES. This aligns the AMD features accordingly and basis all functionality on EXTRA_IMAGE_FEATURES. This would help minimize the risk of going off track with feature manipulation while doing open as well as MEL based builds. Signed-off-by: Awais Belal <awais_belal@mentor.com>
2018-09-24Merge pull request #558 from abelal/meta-pythonWade Farnsworth
layer.conf/README.md: add meta-python as a dependency
2018-09-24layer.conf/README.md: add meta-python as a dependencyAwais Belal
All the GPU based BSPs use mesa as their GL. The newer versions of mesa require python-mako on host (native) to generate some build files and python-mako-native is only available through meta-python at this time. The core layer only provides python3-mako-native which is not usable here. Signed-off-by: Awais Belal <awais_belal@mentor.com>
2018-09-17vulkan-tools: add cxx flags in CMakeLists for cross compilationArsalan H. Awan
This fixes vulkan-tools build (on sumo) by adding the missing cxx flags in CMakeLists required for cross compilation Signed-off-by: Arsalan H. Awan <Arsalan_Awan@mentor.com>
2018-09-17vulkan-samples: bring back build dependency dropped during mergeArsalan H. Awan
This adds the build dependency for vulkan-samples on glslang-native which is needed in sumo for this package due to recipe specific sysroot requirement. Signed-off-by: Arsalan H. Awan <Arsalan_Awan@mentor.com>
2018-09-11Merge branch 'morty' into sumoArsalan H. Awan
LunarG SDK components upgraded to v1.1.70 Signed-off-by: Arsalan H. Awan <Arsalan_Awan@mentor.com>
2018-09-05vulkan-samples: upgrade to 1.1.70Awais Belal
This updates the Vulkan Samples repository support to the SDK version 1.1.70. Signed-off-by: Awais Belal <awais_belal@mentor.com>
2018-09-05vulkan-tools: upgrade to 1.1.70Awais Belal
This updates the Vulkan Tools repository support to the SDK version 1.1.70. Signed-off-by: Awais Belal <awais_belal@mentor.com>
2018-09-05vulkan-loader-layers: upgrade to 1.1.70Awais Belal
This updates the Vulkan loader and basic layers support to the SDK version 1.1.70. Signed-off-by: Awais Belal <awais_belal@mentor.com>
2018-09-05spirv: upgrade spirv for LunarG SDK updateAwais Belal
As part of LunarG SDK upgrade to 1.1.70 spirv needs to be updated. Signed-off-by: Awais Belal <awais_belal@mentor.com>
2018-09-05glslang: upgrade glslang for LunarG SDK updateAwais Belal
As part of LunarG SDK upgrade to 1.1.70 glslang needs to be updated. Signed-off-by: Awais Belal <awais_belal@mentor.com>
2018-09-05v1000.conf: enable MEL specific graphics featureAwais Belal
MEL provides an additional graphics feature which is required in order to support different types of images under MEL. Signed-off-by: Awais Belal <awais_belal@mentor.com>
2018-09-05libdrm: move to common layerAwais Belal
This moves the libdrm updates from the v1000 layer to common so all BSPs can leverage the support and the maintenance burden is minimized. Signed-off-by: Awais Belal <awais_belal@mentor.com>
2018-09-05mesa: consolidate everything under the common layerAwais Belal
This moves all the basic changes from meta-v1000, which has the latest mesa version, to the common layer so that all BSPs can leverage the latest support. Signed-off-by: Awais Belal <awais_belal@mentor.com>
2018-09-05opencl: fix QA errorsAwais Belal
This fixes ERROR: opencl-1.0-r0 do_package_qa: QA Issue: /usr/lib64/libamdocl64.so contained in package opencl-amd-drivers requires libhsa-runtime64.so.1()(64bit), but no providers found in RDEPENDS_opencl-amd-drivers? [file-rdeps] ERROR: opencl-1.0-r0 do_package_qa: QA Issue: /usr/lib64/libamdocl64.so contained in package opencl-amd-drivers requires libhsa-runtime64.so.1(ROCR_1)(64bit), but no providers found in RDEPENDS_opencl-amd-drivers? [file-rdeps] The RDEPENDS are handled through the main package's dependencies. Signed-off-by: Awais Belal <awais_belal@mentor.com>
2018-09-05v1000/mesa: drop unnecessary changesAwais Belal
These changes were backported from OE-Core in the past and are now present upstream for the current release. Signed-off-by: Awais Belal <awais_belal@mentor.com>
2018-08-30v1000.conf: moved opencl from graphics pkgs to platform specific pkgsArsalan H. Awan
Signed-off-by: Arsalan H. Awan <Arsalan_Awan@mentor.com>
2018-08-30v1000: renaming xserver-nodm-init_2.0.bbappend for newer versionArsalan H. Awan
xserver-nodm-init_2.0 was upgraded to v3.0 in sumo. Therefore renaming the bbappend from _2.0.bbappned to _%.bbappend Signed-off-by: Arsalan H. Awan <Arsalan_Awan@mentor.com>
2018-08-30v1000/mesa: --with-platforms is already set in mesa.incArsalan H. Awan
removing this line because it overrides PACKAGECONFIG[egl] which is already set in mesa.inc. Also, no need to set --with-platforms here because is is already being set in mesa.inc Signed-off-by: Arsalan H. Awan <Arsalan_Awan@mentor.com>
2018-08-30Merge branch 'morty' into sumoArsalan H. Awan
2018-08-24added RGP 1.2.0.33 with updated LicenseChaudhary Amit Kumar
Signed-off-by: Chaudhary Amit Kumar <chaudharyamit.kumar@amd.com>
2018-08-17xserver-nodm-init: force the server to be run on vt7Awais Belal
When X server is launched it queries the kernel VT driver for next free VT and as that particular kernel API is not locked a race is sometimes seen between X server and systemd's securetty and both try to acquire the same tty that is tty1 an depending on what runs first either one of these services, X server / securetty, fails on boot. It has now become a tradition for many of the distros to run X on vt7 and use VTs from 1-6 i.e. tty[1-6] for text consoles so we'll just follow suite. Signed-off-by: Awais Belal <awais_belal@mentor.com>
2018-08-10v1000: force autoloading of amdgpuAwais Belal
This force amdgpu to be loaded at boot time to avoid xserver failures in various situations. Signed-off-by: Awais Belal <awais_belal@mentor.com>
2018-08-10Merge pull request #543 from abelal/ROCmWade Farnsworth
OpenCL binary integration
2018-08-10opencl: integrate binary solutionAwais Belal
This integrates various OpenCL components in the binary form which can be utilized for runtime/development purposes. Signed-off-by: Awais Belal <awais_belal@mentor.com>
2018-08-10hsa: integrate binary solutionAwais Belal
This integrates the binary components of the Heterogeneous System Architecture (HSA) which is required for the upcoming OpenCL support. Signed-off-by: Awais Belal <awais_belal@mentor.com>
2018-08-10libhsakmt: integrate binary solutionAwais Belal
This integrates the binary components of libhsakmt which is required for the upcoming OpenCL support. Signed-off-by: Awais Belal <awais_belal@mentor.com>
2018-08-02llvm update for 2018 Q2Chaudhary Amit Kumar
Signed-off-by: Chaudhary Amit Kumar <chaudharyamit.kumar@amd.com>
2018-08-02xf86-video-amd update for 2018 Q2Chaudhary Amit Kumar
Signed-off-by: Chaudhary Amit Kumar <chaudharyamit.kumar@amd.com>
2018-08-02mesa update version 18.1.0Chaudhary Amit Kumar
Signed-off-by: Chaudhary Amit Kumar <chaudharyamit.kumar@amd.com>