aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2020-09-24e3000/kernel: move to linux-yocto v5.4.2Arsalan H. Awan
Signed-off-by: Arsalan H. Awan <Arsalan_Awan@mentor.com>
2020-09-24bsp/kernel: rm linux-yocto-4.14.71 bits as it is not used by any bspArsalan H. Awan
We are keeping the linux-yocto-4.19.8 for now as r1000 has not moved to linux-yocto-5.4.2 yet. Signed-off-by: Arsalan H. Awan <Arsalan_Awan@mentor.com>
2020-09-24dpdk: upgrade to v18.11.8 as per yocto dunfell v3.1.2Arsalan H. Awan
Signed-off-by: Arsalan H. Awan <Arsalan_Awan@mentor.com>
2020-09-24distro/poky-amd.conf: set INIT_MANAGER = "systemd"Arsalan H. Awan
This removes the system init manager vars being set in poky-amd.conf as they are now taken care of by single var i.e. INIT_MANAGER here: meta/conf/distro/defaultsetup.conf: require conf/distro/include/init-manager-${INIT_MANAGER}.inc Signed-off-by: Arsalan H. Awan <Arsalan_Awan@mentor.com>
2020-09-24docs: set ground for next releaseArsalan H. Awan
This moves the following yocto meta layers to latest commits for next release: * poky * meta-openembedded * meta-dpdk This also unties meta-amd from previous release tag. Signed-off-by: Arsalan H. Awan <Arsalan_Awan@mentor.com>
2020-09-23Merge branch 'warrior' into masterArsalan H. Awan
2020-05-29Merge pull request #679 from choubeyrahul/dunfellWade Farnsworth
amdgpu patches on 5.4.2 Linux kernel
2020-05-28linux-yocto_5.4.2 : add 5.4.2 amdgpu patchRahul Kumar
2020-05-28Fix amd-spi build failureRahul Kumar
- access_ok argument reduced to 2 parmaters in 5.4 kernel
2020-05-28Revert "amd-spi,spirom: disable for now as they dont get built with kernel 5.4"Rahul Kumar
This reverts commit ec4447e4a8be054fc58bdfeb3beb0e9070d07f16.
2020-05-21Merge pull request #678 from ArsalanHAwan/dunfellWade Farnsworth
yocto v3.1 dunfell init for v1000 with kernel v5.4.2
2020-05-21vulkan: inherit features_check as distro_features_check is deprecatedArsalan H. Awan
This was changed in yocto v3.1 dunfell. Signed-off-by: Arsalan H. Awan <Arsalan_Awan@mentor.com>
2020-05-21vulkan: rename to vulkan-loader to fulfill gstreamer dependsArsalan H. Awan
This is also being renamed to align with upstream yocto naming of this recipe. Signed-off-by: Arsalan H. Awan <Arsalan_Awan@mentor.com>
2020-05-21mpv: rm v0.28.2 recipe and use v0.32.0 from yocto dunfellArsalan H. Awan
our mpv v0.28.2 recipe relies on python2 which is not available in yocto dunfell. So lets move to the newer one from yocto. Signed-off-by: Arsalan H. Awan <Arsalan_Awan@mentor.com>
2020-05-21v1000/kernel: move to linux-yocto v5.4.2Arsalan H. Awan
Signed-off-by: Arsalan H. Awan <Arsalan_Awan@mentor.com>
2020-05-21amd-spi,spirom: disable for now as they dont get built with kernel 5.4Arsalan H. Awan
Signed-off-by: Arsalan H. Awan <Arsalan_Awan@mentor.com>
2020-05-21linux-yocto: add kernel v5.4.2 recipeArsalan H. Awan
Signed-off-by: Arsalan H. Awan <Arsalan_Awan@mentor.com>
2020-05-21mesa: upgrade to v20.0.2 as per yocto dunfellArsalan H. Awan
This also removes the libglu_9.0.0.bbappend as the patch it was adding is not applicable anymore. This also sets the following: MESA_LLVM_RELEASE_amd = "9.0.1" CLAMAV_LLVM_RELEASE_amd = "9.0.1" Signed-off-by: Arsalan H. Awan <Arsalan_Awan@mentor.com>
2020-05-21libdrm: rm libdrm v2.4.99 and use v2.4.100 from yocto dunfellArsalan H. Awan
Signed-off-by: Arsalan H. Awan <Arsalan_Awan@mentor.com>
2020-05-21llvm: upgrade to v9.0.1 as per yocto dunfellArsalan H. Awan
Signed-off-by: Arsalan H. Awan <Arsalan_Awan@mentor.com>
2020-05-21dpdk: upgrade to v18.11.7 as per yocto dunfellArsalan H. Awan
Signed-off-by: Arsalan H. Awan <Arsalan_Awan@mentor.com>
2020-05-21libffi: upgrade to v3.3 as per yocto dunfellArsalan H. Awan
Signed-off-by: Arsalan H. Awan <Arsalan_Awan@mentor.com>
2020-05-21gstreamer1.0-omx: upgrade to 1.16.2 as per yocto dunfellArsalan H. Awan
Signed-off-by: Arsalan H. Awan <Arsalan_Awan@mentor.com>
2020-05-21xrandr: upgrade to v1.5.1 as per yocto dunfellArsalan H. Awan
Signed-off-by: Arsalan H. Awan <Arsalan_Awan@mentor.com>
2020-05-21libvdpau: upgrade vdpau to v1.3 as per yocto dunfellArsalan H. Awan
Signed-off-by: Arsalan H. Awan <Arsalan_Awan@mentor.com>
2020-05-21libva: upgrade vaapi to v2.6 as per yocto dunfellArsalan H. Awan
This upgrades the libva-utils_2.4.0 to libva-utils_2.6.0 and libva_2.4.0 to libva_2.6.1 as per yocto dunfell. We still need to upgrade libva-x11 to v2.6.1 according to the new meson based build. Signed-off-by: Arsalan H. Awan <Arsalan_Awan@mentor.com>
2020-05-21python2: remove bbappend as python2 support has ended in yocto dunfellArsalan H. Awan
Signed-off-by: Arsalan H. Awan <Arsalan_Awan@mentor.com>
2020-05-21bsp/grub: make v2.02 build use python3 as python2 is gone in dunfellArsalan H. Awan
This exports the PYTHON var so that the grub 2.02 build process can pick up the right version of python i.e. 3 because python2 support has ended in yocto dunfell and so the build fails to find python2. Signed-off-by: Arsalan H. Awan <Arsalan_Awan@mentor.com>
2020-05-21bsp/grub: fallback to grub 2.02 as 2.04 fails to build for amd znver1Arsalan H. Awan
The new grub-efi v2.04 fails to build for the amd ryzen znver1 platform with error: error: SSE register return with SSE disabled This adds the recipe for grub 2.02 and uses that as the bootloader. This sets the PREFERRED_VERSION_grub,grub-efi to 2.02 accordingly. Signed-off-by: Arsalan H. Awan <Arsalan_Awan@mentor.com>
2020-05-21bsp/kernel: let's port the 4.19 kernel recipes to start with on dunfellArsalan H. Awan
This ports the 4.19 kernel recipes from upstream warrior branch into meta-amd to start with the new dunfell branch. User should be able to build an image for a BSP on which 4.19 kernel was supported previously. Signed-off-by: Arsalan H. Awan <Arsalan_Awan@mentor.com>
2020-05-21meta-amd/bsp,distro: move to yocto dunfell branchArsalan H. Awan
This sets the following vars in the respective layers: LAYERSERIES_COMPAT_amd-bsp = "dunfell" LAYERSERIES_COMPAT_amd-distro = "dunfell" Signed-off-by: Arsalan H. Awan <Arsalan_Awan@mentor.com>
2020-05-21docs/BUILD.md: change branch name to YOCTO_BRANCH varArsalan H. Awan
Signed-off-by: Arsalan H. Awan <Arsalan_Awan@mentor.com>
2020-05-21docs/DOCUMENTATION.md: update links as per yocto version being usedArsalan H. Awan
This updates the links of yocto docs references from v2.7.2 to v3.1 as being used at the moment for the next release. Signed-off-by: Arsalan H. Awan <Arsalan_Awan@mentor.com>
2020-05-21docs/SETUP.md: set ground for next releaseArsalan H. Awan
This moves the following yocto meta layers to the latest commits on the dunfell branch for next release: * poky * meta-openembedded * meta-dpdk This also unties meta-amd from the previous release tag. This also updates the links of yocto docs references from v2.7.2 to v3.1 as being used at the moment for the next release. This also updates the build system's dependencies as per the current yocto version 3.1. Finally, this does some dir renames. Signed-off-by: Arsalan H. Awan <Arsalan_Awan@mentor.com>
2020-02-27Merge pull request #677 from ArsalanHAwan/warrior-r1000-ga-202002warrior-r1000-ga-202002warriorWade Farnsworth
release/warrior-r1000-ga-202002: add release docs and tag
2020-02-27release/warrior-r1000-ga-202002: add release docs and tagArsalan H. Awan
See RELEASE.md for the release notes and FEATURES.md for a list of supported features in this release. See README.md for instructions about getting started with meta-amd. Signed-off-by: Arsalan H. Awan <Arsalan_Awan@mentor.com>
2020-02-14Merge pull request #676 from ArsalanHAwan/warrior-e3000-ga-202002warrior-e3000-ga-202002Wade Farnsworth
release/warrior-e3000-ga-202002: add release docs and tag
2020-02-14release/warrior-e3000-ga-202002: add release docs and tagArsalan H. Awan
Signed-off-by: Arsalan H. Awan <Arsalan_Awan@mentor.com>
2020-01-23Merge pull request #675 from chaudharyak/warriorWade Farnsworth
R1000_LP : add 4.19.8 amdgpu patch for R1000 LP
2020-01-21Merge pull request #674 from wfarnsworth/wfarnsworth-fix-mailing-listArsalan H. Awan
Fix link to mailing list
2020-01-20R1000 : R1000 firmware updateChaudhary Amit Kumar
2020-01-17R1000_LP : add 4.19.8 amdgpu patch for R1000 LPChaudhary Amit Kumar
2020-01-17Fix link to mailing listWade Farnsworth
Signed off by: Wade Farnsworth \<wade_farnsworth@mentor.com\>
2019-12-19Merge pull request #673 from ArsalanHAwan/warrior-e3000-rt-kernel-upgradeWade Farnsworth
warrior/e3000: linux-yocto-rt upgrade to v4.19.8 (4.19.8-rt3-yocto-preempt-rt)
2019-12-19e3000/rt-kernel: move to linux-yocto-rt v4.19.8 from v4.14.71Arsalan H. Awan
This switches e3000 rt kernel to the new linux-yocto-rt v4.19.8 i.e. 4.19.8-rt3-yocto-preempt-rt from the previous v4.14.71. Signed-off-by: Arsalan H. Awan <Arsalan_Awan@mentor.com>
2019-12-19e3000/linux-yocto-rt: add recipe for the RT kernel v4.19.8Arsalan H. Awan
This adds the linux-yocto-rt v4.19.8 recipe for the e3000 BSP. This is just a base port without any patches. We might get patches from AMD on top of this port for e3000 later on. Signed-off-by: Arsalan H. Awan <Arsalan_Awan@mentor.com>
2019-12-18Merge pull request #672 from ArsalanHAwan/warrior-e3000-kernel-upgradeWade Farnsworth
warrior/e3000: linux-yocto upgrade to v4.19.8
2019-12-18e3000/kernel: move to linux-yocto v4.19.8 from v4.14.71Arsalan H. Awan
This switches e3000 kernel to the new linux-yocto v4.19.8 from the previous v4.14.71. Signed-off-by: Arsalan H. Awan <Arsalan_Awan@mentor.com>
2019-12-18e3000/linux-yocto: add recipe for kernel v4.19.8Arsalan H. Awan
This adds the linux-yocto v4.19.8 recipe for the e3000 BSP. This is just a base port without any patches. We might get patches from AMD on top of this port for e3000 later on. Signed-off-by: Arsalan H. Awan <Arsalan_Awan@mentor.com>
2019-12-16Merge pull request #671 from ArsalanHAwan/warrior-e3000-docs-updatesWade Farnsworth
warrior/e3000: docs updates