aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2018-04-24Merge remote-tracking branch 'morty' into 'master'Awais Belal
2018-04-19Merge pull request #517 from abelal/amd_spectre_kaiserWade Farnsworth
AMD Spectre/Meltdown Upstream backports
2018-04-18Merge pull request #520 from abelal/elm-wipWade Farnsworth
Various updates for master
2018-04-18vulkan-samples: adjust build dependencies accordinglyAwais Belal
With recipe specific sysroots coming in to play each package needs to handle its build dependencies more strictly. This fixes such issues with vulkan-samples. Signed-off-by: Awais Belal <awais_belal@mentor.com>
2018-04-18packagegroup-multimedia-risky: fix license usageAwais Belal
The correct way of using a license is through the common_licenses from the meta layer so use that appropriately. This also silents the warning WARNING: packagegroup-multimedia-risky-1.0-r0 do_populate_lic: ${COREBASE}/LICENSE is not a valid license file, please use '${COMMON_LICENSE_DIR}/MIT' for a MIT License file in LIC_FILES_CHKSUM. This will become an error in the future Signed-off-by: Awais Belal <awais_belal@mentor.com>
2018-04-17mpv: align with upstreamAwais Belal
Drop layer specific recipe and leverage the upstream one which is more recent. This would also make the maintenance feasible. Signed-off-by: Awais Belal <awais_belal@mentor.com>
2018-04-17ffmpeg: align with upstreamAwais Belal
ffmpeg version upstream has moved on to 3.4.2 which is better than what we have at the moment so simply switch. Signed-off-by: Awais Belal <awais_belal@mentor.com>
2018-04-16systemd/udev-hwdb: fix postinst intentionAwais Belal
The intention with this post-installation script is to run it on the target at first boot so handle it accordingly otherwise it will only generate warnings on build time. Signed-off-by: Awais Belal <awais_belal@mentor.com>
2018-04-16libomxil: fix postinst intentionAwais Belal
The intention with this post-installation script is to run it on the target at first boot so handle it accordingly otherwise it will only generate warnings on build time. Signed-off-by: Awais Belal <awais_belal@mentor.com>
2018-04-13Merge pull request #518 from abelal/layercompatWade Farnsworth
layer.conf: add LAYERSERIES_COMPAT
2018-04-13gstreamer1.0-vaapi: drop changes that are not necessaryAwais Belal
gstreamer1.0-vaapi is now provided through oe-core so we do not have to maintain an outdated version ourselves. Signed-off-by: Awais Belal <awais_belal@mentor.com>
2018-04-13grub-efi: drop changes not needed anymoreAwais Belal
Between all the merges and reverts we mixed up a few things and ended up with a wrong configuration for MEL builds. This drops the unneccesary bits to fix such things. Signed-off-by: Awais Belal <awais_belal@mentor.com>
2018-04-13archive-release: use oe.utils.str_filter_outAwais Belal
oe_filter_out has been deprecated. Signed-off-by: Awais Belal <awais_belal@mentor.com>
2018-04-13layer.conf: add LAYERSERIES_COMPATAwais Belal
This is now an upstream requirement for compliance and throws warnings on the console if not handled appropriately. Signed-off-by: Awais Belal <awais_belal@mentor.com>
2018-04-12Merge pull request #519 from ArsalanHAwan/mortyWade Farnsworth
DRM/hotplug: fixed udev rule
2018-04-12DRM/hotplug: fixed udev ruleArsalan H. Awan
The udev rule for hotplug was getting triggered multiple times at system boot-up even when there was no occurance of a hotplug event. This generates a huge stream of DRM events at startup, observable in kernel logs, resulting in system boot-up delays. This commit fixes the udev rule by making use of the HOTPLUG uevent environment variable that is set by the uevent drm_sysfs_hotplug_event generated by DRM sysfs class at the time of a hotplug: kernel_source/drivers/gpu/drm/drm_sysfs.c That way, the udev hotplug rule is only triggered at the time of a DRM hotplug, as it should. Fixes issue: INTAMDDET-2306 Signed-off-by: Arsalan H. Awan <Arsalan_Awan@mentor.com>
2018-04-09Merge pull request #516 from ArsalanHAwan/masterWade Farnsworth
Fixed master/sumo branch build failure for v1000
2018-04-09Merge pull request #513 from abelal/dpdk_snowyWade Farnsworth
DPDK + Strongswan for Snowy Owl
2018-04-09v1000/drm: updated to newer version as required by mesaArsalan H. Awan
Mesa v17.3.7 requires libdrm >= v2.4.89. Newer version is available at poky/meta/recipes-graphics/drm/libdrm_2.4.91.bb The patches for libdrm were not applicable to the newer version. This commit switches to the newer version and forward-ports the patches while taking care of the changes introduced from libdrm v2.4.82 upto v2.4.91. Signed-off-by: Arsalan H. Awan <Arsalan_Awan@mentor.com>
2018-04-09v1000/llvm: switched to release_60 branchArsalan H. Awan
Switched from master branch to release_60 branch to get the actual LLVM v6 which includes changes that are required by mesa v17.3.7 Signed-off-by: Arsalan H. Awan <Arsalan_Awan@mentor.com>
2018-04-04linux-yocto_4.9: further simplify common settingsAwais Belal
This moves further common settings from the BSP specific appends to the common fragment. Signed-off-by: Awais Belal <awais_belal@mentor.com>
2018-04-04linux-yocto_4.9: move upstream backports to common layerAwais Belal
This moves the upstream backports to the common layer and uses an append to apply these so the same could be used for other common changes. Signed-off-by: Awais Belal <awais_belal@mentor.com>
2018-04-03linux-yocto: move 4.9 recipe to commonAwais Belal
The kernel 4.9 recipe is being used for v1000 as well as snowyowl. Move the base recipe to common and then use appends for BSP overrides. Signed-off-by: Awais Belal <awais_belal@mentor.com>
2018-04-02v1000/linux-yocto: backport speculation updates till 4.9.88Awais Belal
This backports the speculation related patches up till the 4.9.88 version from the linux-stable tree. Signed-off-by: Awais Belal <awais_belal@mentor.com>
2018-04-02v1000/linux-yocto: backport Spectre/Meltdown patches up till 4.9.85Awais Belal
This backports the patches for Spectre/Meltdown from the stable-4.9 tree that are found between 4.9.81 and 4.9.85. Additionally for now we've removed the disablement of IBPB as that would likely be the last patch going in from our side otherwise it will simply create conflicts while cherry-picking. Signed-off-by: Awais Belal <awais_belal@mentor.com>
2018-04-02v1000/linux-yocto: backport Spectre/Meltdown patches from 4.9.81Awais Belal
This backports the patches introduced in 4.9.81 and disables the IBPB support on top of that. Signed-off-by: Awais Belal <awais_belal@mentor.com>
2018-04-02v1000-extra-config.cfg: disable KPTIAwais Belal
AMD BSPs do not require the config and it has performance burden so disable the configuration. Signed-off-by: Awais Belal <awais_belal@mentor.com>
2018-04-02v1000/linux-yocto: backport patches for Spectre and MeltdownAwais Belal
This backports patches from linux-stable-4.9.y relevant to Spectre (V1/2) and Meltdown. There are some additional patches apart from these in order to make the backport smoother. Signed-off-by: Awais Belal <awais_belal@mentor.com>
2018-03-30Merge pull request #515 from abelal/masterWade Farnsworth
Updates for master
2018-03-30Merge pull request #514 from abelal/cleanup_mortyWade Farnsworth
common: drop packages merged mistakenly
2018-03-30Revert "qemu: fix builds with recent glibc"Awais Belal
This reverts commit e49d7b4d2e58ec381f059ca87539857abf16d389.
2018-03-30common: drop packages merged mistakenlyAwais Belal
This drops some packages which were merged unintentionally under https://github.com/MentorEmbedded/meta-amd/commit/2b7369b74af7b8c533fb061a5856ddb029ec0ff8 Signed-off-by: Awais Belal <awais_belal@mentor.com>
2018-03-30Revert "fontconfig: Fix namespace conflicts with glibc"Awais Belal
This reverts commit 2b7369b74af7b8c533fb061a5856ddb029ec0ff8.
2018-03-30Revert "qtbase-native: use the bundled pcre"Awais Belal
This reverts commit 653568002d28efdc388d7ccc09b7c82310b7b3f2.
2018-03-30Merge remote-tracking branch 'morty' in 'master'Awais Belal
2018-03-29console-image: install strongswan for snowyowlAwais Belal
Install the strongswan package conditionally for the snowyowl BSP only. Signed-off-by: Awais Belal <awais_belal@mentor.com>
2018-03-29console-image: include dpdk components for snowyowlAwais Belal
This installs various dpdk components on the target RFS conditionally for snowyowl BSP only at the moment. Signed-off-by: Awais Belal <awais_belal@mentor.com>
2018-03-29snowyowl/linux-yocto: enable UIOAwais Belal
This enables the userspace I/O drivers support which is required by DPDK to function properly. Signed-off-by: Awais Belal <awais_belal@mentor.com>
2018-03-29dpdk: fix deployment pathsAwais Belal
This forces the build system to deploy build artifacts such as examples and tests under /usr/share/dpdk/. Earlier the output would populate directly under /usr/share which is not very convenient for identifying what the package actually provides. Signed-off-by: Awais Belal <awais_belal@mentor.com>
2018-03-29dpdk/ccp/axgbe: fix shared libs buildAwais Belal
This fixes shared library builds for CCP and AXGBE drivers and provides a way of selecting the sort of build user requires however there are some caveats of using a shared mode build and this has been documented with the change. Signed-off-by: Awais Belal <awais_belal@mentor.com>
2018-03-29dpdk: integrate support for AXGBE driverAwais Belal
This enables support for the AXGBE driver found on the snowyowl BSP. The patches have been backported from the upstream dpdk project. Signed-off-by: Awais Belal <awais_belal@mentor.com>
2018-03-29dpdk: enable support for snowyowl and CCP driversAwais Belal
This enables the dpdk framework for the snowyowl BSP and backports the patches for the crypto hardware CCP from the main dpdk project. Signed-off-by: Awais Belal <awais_belal@mentor.com>
2018-03-28Merge pull request #512 from abelal/dri3_v1kWade Farnsworth
mesa: enable dri3 for v1000
2018-03-28Merge pull request #511 from smavila/mortyWade Farnsworth
Morty
2018-03-28mesa: enable dri3 for v1000Awais Belal
This enables dri3 under Mesa for v1000. Signed-off-by: Awais Belal <awais_belal@mentor.com>
2018-03-27 amd-xgbe Fix to auto negotiation and trainingSudheesh Mavila
Signed-off-by: Sudheesh Mavila <sudheesh.mavila@amd.com>
2018-03-27 amd-ccp Bug fixesSudheesh Mavila
Signed-off-by: Sudheesh Mavila <sudheesh.mavila@amd.com>
2018-03-27amd-xgbe fix to phy failure after suspend/resumeSudheesh Mavila
Signed-off-by: Sudheesh Mavila <sudheesh.mavila@amd.com>
2018-03-27Linux-UART-driver-to-support-DEV-ID-AMDI0021Sudheesh Mavila
Signed-off-by: Sudheesh Mavila <sudheesh.mavila@amd.com>
2018-03-27Driver-reports-error-for-incomplete-I2C-transactionSudheesh Mavila
Signed-off-by: Sudheesh Mavila <sudheesh.mavila@amd.com>