aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2019-07-25poky-amd: disable sysvinit and enable systemd as system init managerArsalan H. Awan
This disables sysvinit and removes its initscripts, and enables systemd as system init manager. Signed-off-by: Arsalan H. Awan <Arsalan_Awan@mentor.com>
2019-07-25meta-amd-distro: initialize amd distro layer with poky-amd distroArsalan H. Awan
This adds a new distro layer for AMD BSPs and creates a poky-amd distro based on poky distro. We will customize this as per the requirements. Signed-off-by: Arsalan H. Awan <Arsalan_Awan@mentor.com>
2019-07-25amd-common-conf: add IMAGE_FSTYPE wic.bmap to take bmaptools advantageArsalan H. Awan
This adds wic.bmap to IMAGE_FSTYPE so that whenever a wic image is generated, its wic.bmap file is also created. This bmap file can be fed to bmaptool to make the image write process faster as bmaptool would only try to write storage space that is mapped to actual data rather than also writing the free space part to the disk and waisting time there. This data mapping comes from this bmap file. Signed-off-by: Arsalan H. Awan <Arsalan_Awan@mentor.com>
2019-07-22Merge pull request #639 from ArsalanHAwan/warriorWade Farnsworth
Initialize Yocto based warrior branch
2019-07-22common: let's port the 4.14 kernel recipes to start withArsalan H. Awan
This ports the 4.14 kernel recipes from upstream sumo branch into meta-amd to start with. User should be able to build an image for a BSP on which 4.14 kernel was supported previously. Signed-off-by: Arsalan H. Awan <Arsalan_Awan@mentor.com>
2019-07-22add LAYERSERIES_COMPAT warrior to common and all BSP layersArsalan H. Awan
This adds LAYERSERIES_COMPAT warrior to common and all BSP layers, i.e. * common * v1000 * r1000 * snowyowl * amdfalconx86 * steppeeagle Signed-off-by: Arsalan H. Awan <Arsalan_Awan@mentor.com>
2019-07-19common/core/systemd: remove backported patch which exists in sourceArsalan H. Awan
This removes a patch that was backported from upstream which is already a part of the source code of systemd v241 that we are using in warrior branch. Associated commit in systemd git repo (branch: v241-stable): cde942f61bf231ea4a0d50780cdb4e744458daeb Signed-off-by: Arsalan H. Awan <Arsalan_Awan@mentor.com>
2019-07-19common/graphics/libdrm: upgrade to v2.4.97 according to warrior branchArsalan H. Awan
This upgrades libdrm from v2.4.96 to v2.4.97 according to yocto warrior branch recipes. This also eliminates a circular dependency: libdrm -> cairo -> mesa -> libdrm Signed-off-by: Arsalan H. Awan <Arsalan_Awan@mentor.com>
2019-07-19v1000/graphics/mesa: remove mesa bbappend as dri3 is enabled by defaultArsalan H. Awan
This removes the mesa bbappend for v1000 which is only enabling the dri3 PACKAGECONFIG which is enabled by default. Signed-off-by: Arsalan H. Awan <Arsalan_Awan@mentor.com>
2019-07-19common/graphics/mesa: upgrade to v19.0.1 according to warrior branchArsalan H. Awan
This upgrades mesa from v19.0.0+git to v19.0.1 according to yocto warrior branch recipes. Signed-off-by: Arsalan H. Awan <Arsalan_Awan@mentor.com>
2019-07-19common/core/llvm: upgrade to v8.0.0 according to warrior branchArsalan H. Awan
This upgrades llvm from v7 to v8.0.0 according to yocto warrior branch recipes. Signed-off-by: Arsalan H. Awan <Arsalan_Awan@mentor.com>
2019-07-19all/machine/conf: remove BSP and PATCH versions for MEL releasesArsalan H. Awan
This removes the BSP and PATCH versions for MEL releases as these are not applicable anymore. This is being done in preparation for yocto based warrior branch. Signed-off-by: Arsalan H. Awan <Arsalan_Awan@mentor.com>
2019-07-18common/multimedia/gstreamer1.0-omx: upgrade according to warrior branchArsalan H. Awan
This upgrades gstreamer1.0-omx from v1.12.% to v1.14.4 according to yocto warrior branch recipes. Signed-off-by: Arsalan H. Awan <Arsalan_Awan@mentor.com>
2019-07-18common/graphics/xf86-video-amd: replace old *proto with new xorgprotoArsalan H. Awan
Xorg upstream have replaced the individual xorg proto repositories with one master repository. This moves xf86-video-amd xorg-driver to the new system. Signed-off-by: Arsalan H. Awan <Arsalan_Awan@mentor.com>
2019-07-18common/graphics/vdpau: replace depricated *proto with new xorgprotoArsalan H. Awan
Xorg upstream have replaced the individual xorg proto repositories with one master repository. This moves libvdpau to the new system. Signed-off-by: Arsalan H. Awan <Arsalan_Awan@mentor.com>
2019-07-18common/libva: upgrade vaapi components according to warrior branchArsalan H. Awan
This upgrades vaapi components: * libva * libva-x11 * libva-utils from v2.1.0 to v2.4.0 according to yocto warrior branch recipes. Signed-off-by: Arsalan H. Awan <Arsalan_Awan@mentor.com>
2019-07-18common: remove mentor related pkg inclusion of firmware-wirelessArsalan H. Awan
This removes inclusion of firmware-wireless pkg which is required in mentor's mel/mel-lite distros. This is being done in preparation for yocto based warrior branch. Signed-off-by: Arsalan H. Awan <Arsalan_Awan@mentor.com>
2019-07-18common: remove workaround for a mel distro related issueArsalan H. Awan
This removes a workaround for a mentor's mel related issue that is no longer applicable. This is being done in preparation for yocto based warrior branch. Signed-off-by: Arsalan H. Awan <Arsalan_Awan@mentor.com>
2019-07-18common: remove mentor iot packagesArsalan H. Awan
This removes the mentor iot packagegroups setting as required by the mel-iot layer that is no longer supported for AMD BSPs. This is being done in preparation for yocto based warrior branch. Signed-off-by: Arsalan H. Awan <Arsalan_Awan@mentor.com>
2019-07-18common: add multimedia & networking pkgs regardless of distroArsalan H. Awan
This removes the condition that multimedia & networking pkgs should only be included when mentor distro mel is being built. This is being done in preparation for yocto based warrior branch. Signed-off-by: Arsalan H. Awan <Arsalan_Awan@mentor.com>
2019-07-18common: remove mentor specific graphics & multimedia features configsArsalan H. Awan
Mentor's mel/mel-lite distros have EXTRA_IMAGE_FEATURES i.e. "graphics" and "multimedia" which control the inclusion of our AMD BSP specific features i.e. "amd-feature-graphics" and "amd-feature-multimedia". This removes mentor specific "graphics" & "multimedia" feature configs such that now we leave our AMD BSP specific features to be enabled by the machines themselves in their corresponding conf/machine/<bsp>.conf files. But the feature packages will be enabled conditionally in the amd-features.inc file depending on the availability of "x11-base" in the IMAGE_FEATURES for graphics pkgs and "alsa" in COMBINED_FEATURES for the multimedia pkgs. Also, MEL structure required "x11" in MACHINE_FEATURES for targets that required X11/GUI based images otherwise x11 is dropped from the distro. This also removes that config as x11 is not actually a machine feature. See following commits for background: 2dd6c485fda57ef86ce7d48536ca4d0b42cebd3e 5d05eb929bb27c30325471c6f01812ec0f125c72 63cbf8208d70f49fe46f3e938df3ee04455b7fed fca5be162809ffc1c3615dc629ada323a5aeb51a 36b85e0aec98955257826598e43bc9b81d75fc9f 7f28a188039e29455d5f58213cd3fc875412c4bc 8c46b32fb1225fe5aa015be0c958ff97ec2d7e56 We are doing this in preparation for yocto based warrior branch. Signed-off-by: Arsalan H. Awan <Arsalan_Awan@mentor.com>
2019-07-18common: remove mentor mel specific tools-testapps configsArsalan H. Awan
This removes the mentor mel specific tools-testapps configs in preparation for yocto based warrior branch Signed-off-by: Arsalan H. Awan <Arsalan_Awan@mentor.com>
2019-07-18common: remove mentor mel specific tools-profile configsArsalan H. Awan
This removes the mentor mel specific tools-profile configs in preparation for yocto based warrior branch Signed-off-by: Arsalan H. Awan <Arsalan_Awan@mentor.com>
2019-07-18common: remove mentor mel distro specific sato GUI config bitsArsalan H. Awan
This removes mentor mel distro specific sato GUI config bits in preparation for yocto based warrior branch Signed-off-by: Arsalan H. Awan <Arsalan_Awan@mentor.com>
2019-07-18common: remove mentor specific mini-x-session display resolution configArsalan H. Awan
This removes a mentor specific mini-x-session display resolution setting where mini-x-session sets the display resolution to 1024x768 by default by invoking xrandr, whereas we wanted the system to make use of all the available resolution on the 4k displays. This isn't applicable anymore, therefore removing it in preparation for yocto based warrior branch Signed-off-by: Arsalan H. Awan <Arsalan_Awan@mentor.com>
2019-07-18common: remove mentor installer support bitsArsalan H. Awan
This removes the mentor installer support bits (related to intent of not deploying ISO images to the installer) in preparation for yocto based warrior branch Signed-off-by: Arsalan H. Awan <Arsalan_Awan@mentor.com>
2019-07-18common: remove mentor docker support bitsArsalan H. Awan
This removes mentor docker support bits in preparation for yocto based warrior branch Signed-off-by: Arsalan H. Awan <Arsalan_Awan@mentor.com>
2019-07-18common: remove mentor security selinux support bitsArsalan H. Awan
This removes the mentor security selinux support bits in preparation for yocto based warrior branch Signed-off-by: Arsalan H. Awan <Arsalan_Awan@mentor.com>
2019-07-18common: remove mentor mel-lite gcc8 support bitsArsalan H. Awan
This removes the mentor mel-lite distro specific codebench gcc8 support bits in preparation for yocto based warrior branch Signed-off-by: Arsalan H. Awan <Arsalan_Awan@mentor.com>
2019-07-18common: remove mentor qt5 support bitsArsalan H. Awan
This removes the mentor qt5 support bits in preparation for the yocto based warrior branch Signed-off-by: Arsalan H. Awan <Arsalan_Awan@mentor.com>
2019-07-18common: remove mentor swupdate bitsArsalan H. Awan
This removes the mentor swupdate bits in preparation for the yocto based warrior branch Signed-off-by: Arsalan H. Awan <Arsalan_Awan@mentor.com>
2019-06-19Merge pull request #638 from smavila/sumosumoWade Farnsworth
amd-xgbe Sometimes driver report incorrect link status
2019-06-19amd-xgbe Sometimes driver report incorrect link statusSudheesh Mavila
This fixes the driver to report link status correctly otherwise we run into situations where misleading timeout errors are generated. Signed-off-by: Sudheesh Mavila <sudheesh.mavila@amd.com>
2019-06-17Merge pull request #637 from abelal/r1k-commonWade Farnsworth
Move changes from meta-r1000 to common
2019-06-17Merge pull request #634 from ArsalanHAwan/upgrade-dpdkWade Farnsworth
Upgrade DPDK to v18.11.1 LTS
2019-06-12mesa: move updates from meta-r1000 to commonAwais Belal
This allows usage of the mesa upgrade on BSPs other than the r1000 as well. Signed-off-by: Awais Belal <awais_belal@mentor.com>
2019-06-12linux-yocto: move updates from meta-r1000 to commonAwais Belal
This allows the latest updates to be used on other BSPs such as the v1000 where these modifications are applicable. Signed-off-by: Awais Belal <awais_belal@mentor.com>
2019-05-22common/dpdk: remove the older DPDK v18.02.2 componentsArsalan H. Awan
This removes the older DPDK v18.02.2 components as we have moved to DPDK v18.11.1 LTS. Signed-off-by: Arsalan H. Awan <Arsalan_Awan@mentor.com>
2019-05-22common/layer.conf: include bb files too from layer specific dirsArsalan H. Awan
This makes bitbake to pick up our layer-specific bb files as well (as opposed to the previous setting of picking only bbappends) which are only applied when that layer is included in our configuration. This change is required for common/dpdk/recipes-entended/dpdk recipe. Signed-off-by: Arsalan H. Awan <Arsalan_Awan@mentor.com>
2019-05-22common/dpdk: add DPDK v18.11.1 LTS recipeArsalan H. Awan
This adds the latest stable release v18.11.1 LTS recipe of DPDK which is based on meta-dpdk (thud) -> recipes-extended/dpdk/dpdk.inc Signed-off-by: Arsalan H. Awan <Arsalan_Awan@mentor.com>
2019-04-30Merge pull request #633 from abelal/rework_r1k_632Wade Farnsworth
r1000 GA updates
2019-05-01r1000/mesa: fix QA patch warningsAwais Belal
Signed-off-by: Awais Belal <awais_belal@mentor.com>
2019-05-01r1000/mesa: update for GA releaseAwais Belal
Signed-off-by: Chaudhary Amit Kumar <Chaudharyamit.Kumar@amd.com> Signed-off-by: Awais Belal <awais_belal@mentor.com>
2019-05-01r1000: amdgpu xgbe mmc update for GAAwais Belal
Signed-off-by: Chaudhary Amit Kumar <Chaudharyamit.Kumar@amd.com> Signed-off-by: Awais Belal <awais_belal@mentor.com>
2019-04-23Merge pull request #631 from abelal/sumoWade Farnsworth
mpv: update checksums for waf
2019-04-23mpv: update checksums for wafAwais Belal
This fixes the QA warnings regarding checksum mismatches WARNING: mpv-0.28.2-r0 do_fetch: Checksum mismatch for local file /data/awais/mel/elm/downloads/waf Cleaning and trying again. WARNING: mpv-0.28.2-r0 do_fetch: Renaming /data/awais/mel/elm/downloads/waf to /data/awais/mel/elm/downloads/waf_bad-checksum_fbb646eafa430f959743010c85e269be WARNING: mpv-0.28.2-r0 do_fetch: Checksum failure encountered with download of http://www.freehackers.org/~tnagy/release/waf-1.9.8;name=waf;downloadfilename=waf;subdir=mpv-0.28.2 - will attempt other sources if available The download source was updated in the last upgrade but we missed updating the checksums. Signed-off-by: Awais Belal <awais_belal@mentor.com>
2019-04-18Merge pull request #630 from abelal/sumoWade Farnsworth
local.conf.append.v1000: whitelist x264 for commercial multimedia
2019-04-18Merge pull request #629 from ArsalanHAwan/merge-sumoWade Farnsworth
Merge sumo into master
2019-04-17local.conf.append.v1000: whitelist x264 for commercial multimediaAwais Belal
The ffmpeg version in use for the v1000 depends on x264 so we need to whitelist x264 in configurations where INCLUDE_COMMERCIAL_MULTIMEDIA is enabled. Signed-off-by: Awais Belal <awais_belal@mentor.com>
2019-04-15Merge branch 'sumo' into masterArsalan H. Awan