aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2018-11-15wic/amd-usbimage.wks: reduce image sizeArsalan H. Awan
This cuts down the unnecessary free space in the image by setting the --overhead-factor to 1.0, therefore reduces the image size of amd-usbimage.wks & makes it easier to handle while transferring or flashing to a USB etc. Signed-off-by: Arsalan H. Awan <Arsalan_Awan@mentor.com>
2018-11-15wic/amd-usbimage.wks: set appropriate label considering other DISTROsArsalan H. Awan
This changes the partition label of amd-usbimage.wks wic image from "mel-live" to the default "boot", therefore makes it suitable to be used for MEL as well as open yocto (or other) DISTROs. Signed-off-by: Arsalan H. Awan <Arsalan_Awan@mentor.com>
2018-11-14Merge pull request #581 from abelal/cleanupWade Farnsworth
Cleanup
2018-11-14mesa: drop unused patchesAwais Belal
Although the patches were removed from SRC_URI during the upgrade process the actual patch files were left behind. Signed-off-by: Awais Belal <awais_belal@mentor.com>
2018-11-14common: drop all the 4.9 kernel metadataAwais Belal
None of the BSPs are currently based on the 4.9 kernel so drop the common metadata as well. Signed-off-by: Awais Belal <awais_belal@mentor.com>
2018-11-14snowyowl: drop the 4.9 kernel metadataAwais Belal
We're now supporting the 4.14 kernel. Signed-off-by: Awais Belal <awais_belal@mentor.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 #579 from abelal/mpv_updatesWade Farnsworth
MPV updates
2018-11-13Merge pull request #578 from abelal/fix_vulkanWade Farnsworth
v1000/amdfalconx86: drop deprecated packages from installation
2018-11-13Merge pull request #577 from abelal/rtq3_userlandWade Farnsworth
amdgpu userland upgrades for MEL Lite release
2018-11-13mpv: upgrade to 0.28.2Awais Belal
This upgrades mpv to 0.28.2 which is the stable version of the first release that works with libva 2.x which is what we're supporting now. Signed-off-by: Awais Belal <awais_belal@mentor.com>
2018-11-13ffmpeg: upgrade to 4.0.2Awais Belal
We need to upgrade ffmpeg to satisfy the upgrade of mpv which in turn is required for the libva upgrade. This is backported from the oe-core master branch. Signed-off-by: Awais Belal <awais_belal@mentor.com>
2018-11-13mpv: additionally depend on libva-x11Awais Belal
MPV also needs to depend on our libva-x11 stub package in order to pick up all the configurations correctly. Signed-off-by: Awais Belal <awais_belal@mentor.com>
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-13libva-utils: depend on libva-x11 additionallyAwais Belal
libva-utils requires x11 components explicitly which we have split out for taking care of a circular dependency between mesa and libva. Signed-off-by: Awais Belal <awais_belal@mentor.com>
2018-11-13libva: upgrade to 2.1.0Awais Belal
This upgrades the libva integration to 2.1.0 while updating mesa and gstreamer1.0-vaapi to use the new created mechanism for circular dependency resolution between mesa and libva. These changes cannot be split for the same reason. The new dependency chain is libva-x11 -> mesa -> libva. Signed-off-by: Awais Belal <awais_belal@mentor.com>
2018-11-12Merge pull request #573 from smavila/sumoWade Farnsworth
Sumo
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-12Snowy Owl : Enabled Kernel 4.14.71 as default kernelSudheesh Mavila
Signed-off-by: Sudheesh Mavila <sudheesh.mavila@amd.com>
2018-11-12Snowy Owl : eMMC patchesSudheesh Mavila
Signed-off-by: Sudheesh Mavila <sudheesh.mavila@amd.com>
2018-11-12Snowy Owl :SEV patchesSudheesh Mavila
Signed-off-by: Sudheesh Mavila <sudheesh.mavila@amd.com>
2018-11-12Snowy Owl : amd-xgbe patchesSudheesh Mavila
Signed-off-by: Sudheesh Mavila <sudheesh.mavila@amd.com>
2018-11-12snowy owl : fixed the build error with 4.14.71 kernel for amd-spiSudheesh Mavila
Signed-off-by: Sudheesh Mavila <sudheesh.mavila@amd.com>
2018-11-09Merge pull request #563 from ArsalanHAwan/wic-supportWade Farnsworth
common: add wic images support and drop hddimg
2018-11-08Merge pull request #575 from abelal/deprecate_lunargWade Farnsworth
Deprecate LunarG SDK
2018-11-08common/IMAGE_FSTYPES: drop "hddimg" in favor of "wic"Arsalan H. Awan
This drops hddimg support as the functionality offered by this is also available through the wic image "amd-usbimage.wks" which is enabled as a default wic image. Signed-off-by: Arsalan H. Awan <Arsalan_Awan@mentor.com>
2018-11-08common: add wic images supportArsalan H. Awan
This adds support for wic images for AMD BSPs by adding "wic" to IMAGE_FSTYPES. This commit also creates a "amd-usbimage.wks" file as a default wic image for AMD BSPs, which uses the bootimg-partition wic source plugin to create a bootable image. The contents of this image can be set via IMAGE_BOOT_FILES variable. This commit populates the image with the files same as in hddimg, therefore supports both grub EFI boot and syslinux legacy boot. The IMAGE_BOOT_FILES variable can be overridden to support any bootloader such as: systemd, or any other files that are required to be deployed into the wic image can be added here. This resulting image can be flashed on a USB, and supports both "boot" and "install" options in the bootloader menu. Signed-off-by: Arsalan H. Awan <Arsalan_Awan@mentor.com>
2018-11-08common: refactor IMAGE_FSTYPES for "hddimg" and "iso" supportArsalan H. Awan
IMAGE_FSTYPES "live" is enabled by default in oe-core which is responsible for building live images i.e. "iso" & "hddimg". We need to specify which ones to build and which not using NOISO and NOHDD vars because NOISO = "1" by default, so "iso" doesn't get built even if specified explicitly (See commit c787dcd in oe-core). This commit sets the standard NOISO and NOHDD vars as well for "hddimg" and "iso" support, while keeping in consideration the Toaster support as Toaster build artifacts collection mechanism depends on the IMAGE_FSTYPES variable to specify the image types explicitly (See commit a5b1aa4). Signed-off-by: Arsalan H. Awan <Arsalan_Awan@mentor.com>
2018-11-08lunarg-sdk/amdfalconx86: 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-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-08Snowy Owl : Added recipes for Kernel 4.14.71Sudheesh Mavila
Signed-off-by: Sudheesh Mavila <sudheesh.mavila@amd.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-31kernel : add support for v4.14.71Chaudhary Amit Kumar
Signed-off-by: Chaudhary Amit Kumar <chaudharyamit.kumar@amd.com>
2018-10-26Merge pull request #569 from abelal/mask_numaAwais Belal
snowyowl.conf: mask numactl as well
2018-10-26snowyowl.conf: mask numactl as wellAwais Belal
Signed-off-by: Awais Belal <awais_belal@mentor.com>
2018-10-22Merge pull request #566 from abelal/glibc_updates_mel_liteWade Farnsworth
MEL Lite: glibc updates for various packages
2018-10-22Merge pull request #568 from ArsalanHAwan/dpdk-fixesWade Farnsworth
dpdk: drop changes that are merged upstream
2018-10-18Merge pull request #567 from ArsalanHAwan/dpdk-fixesWade Farnsworth
snowyowl/dpdk: set DPDK_TARGET_MACHINE to align with target's ARCH
2018-10-18dpdk: drop changes that are merged upstreamArsalan H. Awan
This drops the do_compile override which was done to support build with external & multilib toolchains as it is merged upstream now. Signed-off-by: Arsalan H. Awan <Arsalan_Awan@mentor.com>
2018-10-17snowyowl/dpdk: set DPDK_TARGET_MACHINE to align with target's ARCHArsalan H. Awan
The -march flag used in compilation of DPDK defaults to an Intel specific machine i.e. "corei7", whereas snowyowl's arch is different. It is required by DPDK to set the var DPDK_TARGET_MACHINE accordingly. This sets the DPDK_TARGET_MACHINE (effectively fixes -march flag) according to target's ARCH i.e. znver1, which is one of the supported architectures in DPDK. Signed-off-by: Arsalan H. Awan <Arsalan_Awan@mentor.com>
2018-10-17numactl: fix build with glibc 2.28+Awais Belal
This is an upstream backport required for MEL Lite which is based on glibc 2.28. Signed-off-by: Awais Belal <awais_belal@mentor.com>
2018-10-16Merge pull request #565 from abelal/fUpdateWade Farnsworth
amd-features/common-configs: consolidate further
2018-10-16Merge pull request #564 from ArsalanHAwan/dpdk-upgradeWade Farnsworth
dpdk: upgrade to latest stable release v18.02.2
2018-10-16m4/m4-native: fix build with glibc 2.28+Awais Belal
Fixes build with glibc 2.28+ with a backport from oe-core master. MEL lite is based on gcc8.2 which in turn requires glibc 2.28 hence the fix is needed here conditionally. Signed-off-by: Awais Belal <awais_belal@mentor.com>
2018-10-16bison: fix build with glibc 2.28+Awais Belal
This backports a fix from oe-core master in order to fix the build for mel lite which is based on the glibc 2.28. Signed-off-by: Awais Belal <awais_belal@mentor.com>
2018-10-16hdparm: fix build with glibc 2.28+Awais Belal
This backports fixes from mainline hdparm in order fix build with glibc 2.28+, needed for mel lite. Signed-off-by: Awais Belal <awais_belal@mentor.com>