aboutsummaryrefslogtreecommitdiffstats
path: root/meta-v1000
AgeCommit message (Collapse)Author
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>
2018-08-02amdvlk update to 1.1.70Chaudhary Amit Kumar
Signed-off-by: Chaudhary Amit Kumar <chaudharyamit.kumar@amd.com>
2018-08-02libdrm update for 2018 Q2Chaudhary Amit Kumar
Signed-off-by: Chaudhary Amit Kumar <chaudharyamit.kumar@amd.com>
2018-08-02amdgpu-firmware/kernel: update for 2018Q2 and add RGP,VkEvent,MDVSYNCChaudhary Amit Kumar
Signed-off-by: Chaudhary Amit Kumar <chaudharyamit.kumar@amd.com>
2018-07-27v1000.conf: disable ttyUSB0Awais Belal
There's no point in using the ttyUSB0 now as the actual serial ports on the target are funtioning as expected and this causes boot delays. Signed-off-by: Awais Belal <awais_belal@mentor.com>
2018-07-18tune-x.inc: use the m64 TUNE_FEATUREAwais Belal
All the currently supported BSPs are 64bit so use the appropriate m64 TUNE_FEATURE in order to get the build environment evaluated properly. Otherwise the basic -m64 switch which is required for proper linker output specification and other such things do not end up in the correct form and the build fails in case a toolchain that supports 32 and 64bit builds is used. Signed-off-by: Awais Belal <awais_belal@mentor.com>
2018-06-22AMD-Features: feature component var names to follow _PKGS conventionArsalan H. Awan
This makes configurable feature component variables to use a standardized naming convention i.e. should end with _PKGS instead of _COMPONENTS or _PACKAGES Signed-off-by: Arsalan H. Awan <Arsalan_Awan@mentor.com>
2018-06-22Created IMAGE_FEATURES to be used by AMD BSPs removing all img.bbappendsArsalan H. Awan
This defines AMD Features that can be added as EXTRA_IMAGE_FEATURES to different machines based on what is supported on a machine. This adds a broad flexibility and control over packages being installed on a machine for any image without needing to create bbappends for all the images that are to be supported. > Each feature can contain packages and packagegroups as its components. > Feature components can be dependent on DISTRO, IMAGE_FEATURE, or any variable in general. e.g.: Components of "amd-feature-graphics" may be dependent on "x11-base" as an IMAGE_FEATURE. Some packages may only be included for a specific DISTRO. Some packages may only be installed if user allows them in local.conf etc. > Each machine must add the required features to EXTRA_IMAGE_FEATURES in its own machine config file. > All required features must be added to a machine regardless of the image being built, but make sure that feature components are included based on dependency conditions. e.g. say "amd-feature-graphics" was added to a machine that supported graphics, but components of this feature must not be installed on an image that is only console based such as "core-image-base", therefore such components must depend on an IMAGE_FEATURE that is based on graphics such as "x11-base". > Each machine can also override feature components in its own machine config when adding the feature to EXTRA_IMAGE_FEATURES. e.g.: a feature may be added to a specific machine with minimal (or extended) packages based on requirement. Features are classified as: * amd-common-pkgs : Common pkgs to be added to all machines * amd-feature-multimedia : Multimedia packages (it does not depend on graphics because a machine may not have a GUI but could play videos and sounds from console) * amd-feature-graphics : Graphics packages * amd-feature-networking : Networking packages * amd-feature-debug-profile : Debugging and Profiling tools * More features may be added later as needed Signed-off-by: Arsalan H. Awan <Arsalan_Awan@mentor.com>
2018-06-01Merge remote-tracking branch 'origin/morty' into masterAwais Belal
2018-05-23linux-yocto-v1000_4.9.inc: drop unnecessary config fragmentsAwais Belal
These configuration fragments are not required for the v1000 builds and generate kernel configuration warnings if included so drop them. Signed-off-by: Awais Belal <awais_belal@mentor.com>
2018-05-16linux-yocto_4.9: further unify the support using the common layerAwais Belal
This will allow for an easier maintenance procedure such that the common fragments can be handled more seamlessly. Signed-off-by: Awais Belal <awais_belal@mentor.com>
2018-05-09Merge pull request #521 from abelal/add_amdvlkWade Farnsworth
Add amdvlk for v1000
2018-04-24Merge remote-tracking branch 'morty' into 'master'Awais Belal
2018-04-18amdvlk: add AMD Vulkan ICD libraryAwais Belal
This integrates the closed source AMD Vulkan ICD library. Signed-off-by: Awais Belal <awais_belal@mentor.com>