aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2019-12-10Merge pull request #668 from ArsalanHAwan/warrior-v1000-ga-201912warrior-v1000-ga-201912Wade Farnsworth
release/warrior-v1000-ga-201912: add release docs and tag
2019-12-10release/warrior-v1000-ga-201912: add release docs and tagArsalan H. Awan
Signed-off-by: Arsalan H. Awan <Arsalan_Awan@mentor.com>
2019-12-10DOCUMENTATION.md: fix the link to Yocto Project – Quick BuildArsalan H. Awan
This fixes the link to documentation of Yocto Project – Quick Build. Signed-off-by: Arsalan H. Awan <Arsalan_Awan@mentor.com>
2019-12-10FEATURES.md: set V1000 HDMI as supported with the new Bilby V1000 HWArsalan H. Awan
The new Bilby V1000 hardware also has support for HDMI. So we list it as supported in this doc. Signed-off-by: Arsalan H. Awan <Arsalan_Awan@mentor.com>
2019-12-10CUSTOMIZE.md: remove extra spacesArsalan H. Awan
Signed-off-by: Arsalan H. Awan <Arsalan_Awan@mentor.com>
2019-12-10CUSTOMIZE.md: make the document pdf friendlyArsalan H. Awan
This makes some changes in the CUSTOMIZE.md to make it friendly to the PDF release document generation process. Signed-off-by: Arsalan H. Awan <Arsalan_Awan@mentor.com>
2019-12-10DEPLOY.md: make the document pdf friendlyArsalan H. Awan
This makes some changes in the DEPLOY.md to make it friendly to the PDF release document generation process. Signed-off-by: Arsalan H. Awan <Arsalan_Awan@mentor.com>
2019-12-10BUILD.md: make the document pdf friendlyArsalan H. Awan
This makes some changes in the BUILD.md to make it friendly to the PDF release document generation process. Signed-off-by: Arsalan H. Awan <Arsalan_Awan@mentor.com>
2019-12-10SETUP.md: make the document pdf friendlyArsalan H. Awan
This makes some changes in the SETUP.md to make it friendly to the PDF release document generation process. Signed-off-by: Arsalan H. Awan <Arsalan_Awan@mentor.com>
2019-11-21Merge pull request #667 from ArsalanHAwan/warrior-mpv-recipe-fixWade Farnsworth
mpv: fix SRC_URI for waf as the current source server has went down
2019-11-21Merge pull request #666 from chaudharyak/warriorWade Farnsworth
V1000 : update v1000 firmware
2019-11-20mpv: fix SRC_URI for waf as the current source server has went downArsalan H. Awan
One of the components that our mpv recipe is trying to fetch (i.e. waf) is not accessible because the server it is trying to get it from (i.e. freehackers.org) has went down: $:~ » ping freehackers.org 1 ↵ PING freehackers.org (82.64.38.244) 56(84) bytes of data. ^C --- freehackers.org ping statistics --- 4266 packets transmitted,0 received, 100% packet loss, time 4367172ms ...so bitbake falls back to getting it from MIRRORS and the version of waf available there is different.... so it gets a checksum mismatch and the build fails: ERROR: mpv-0.28.2-r0 do_fetch: Fetcher failure for URL: 'http://www.freehackers.org/~tnagy/release/waf-1.9.8;name=waf; \ downloadfilename=waf;subdir=mpv-0.28.2'. Checksum mismatch! This fixes the SRC_URI for waf to get it from sources.openembedded.org so that it works normally. Signed-off-by: Arsalan H. Awan <Arsalan_Awan@mentor.com>
2019-11-20amdgpu : kernel patch update to 2019_40 versionChaudhary Amit Kumar
2019-11-19V1000 : update v1000 firmwareChaudhary Amit Kumar
2019-11-18Merge pull request #665 from ArsalanHAwan/warrior-v1000-docsWade Farnsworth
warrior/v1000: docs updates
2019-11-18docs/FEATURES.md: list v1000 bsp supported featuresArsalan H. Awan
This adds a column for v1000 bsp to list its supported features. Signed-off-by: Arsalan H. Awan <Arsalan_Awan@mentor.com>
2019-11-13docs/DOCUMENTATION.md: update links to docs as per yocto version usedArsalan H. Awan
This updates the links of yocto docs references from v2.7 to v2.7.1 as the version of yocto being used at the moment is v2.7.1. Signed-off-by: Arsalan H. Awan <Arsalan_Awan@mentor.com>
2019-11-13docs/CUSTOMIZE.md: add v1000 as supported bsp for customizable featuresArsalan H. Awan
This lists v1000 as a supported bsp against the features that are customizable for it. Signed-off-by: Arsalan H. Awan <Arsalan_Awan@mentor.com>
2019-11-13docs/SETUP.md: update links to docs as per the yocto version being usedArsalan H. Awan
This updates the links of yocto docs references from v2.7 to v2.7.1 as being used at the moment. Signed-off-by: Arsalan H. Awan <Arsalan_Awan@mentor.com>
2019-10-23Merge pull request #664 from ArsalanHAwan/warrior-v1000-kernel-upgradeWade Farnsworth
warrior/v1000: kernel upgrade to v4.19.8
2019-10-23v1000: upgrade to kernel v4.19.8 from v4.14.71Arsalan H. Awan
Signed-off-by: Arsalan H. Awan <Arsalan_Awan@mentor.com>
2019-10-23v1000/kernel: add linux-yocto_4.19.8 support for v1000Arsalan H. Awan
This adds the linux-yocto_4.19.8 recipe for v1000. Signed-off-by: Arsalan H. Awan <Arsalan_Awan@mentor.com>
2019-10-23Merge pull request #663 from chaudharyak/warriorWade Farnsworth
amdgpu : amdgpu patch update for various issues fix for gfx, display,…
2019-10-23amdgpu : amdgpu patch update for various issues fix for gfx, display, kfdChaudhary Amit Kumar
2019-10-22Merge pull request #662 from ArsalanHAwan/warrior-v1000-rgpWade Farnsworth
warrior/v1000: upgrade rgp to v1.5.1 and enable graphics and multimedia
2019-10-22rgp: remove the older v1.3.1 recipeArsalan H. Awan
Both v1000 and r1000 have moved on to v1.5.1, so lets remove v1.3.1 recipe. Signed-off-by: Arsalan H. Awan <Arsalan_Awan@mentor.com>
2019-10-22v1000/rgp: upgrade from v1.3.1 to v1.5.1Arsalan H. Awan
Makes v1000 to use the newer v1.5.1 recipe. Signed-off-by: Arsalan H. Awan <Arsalan_Awan@mentor.com>
2019-10-22v1000/rgp: mv from VULKAN_PKGS to AMD_FEATURE_DEBUG_PROFILE_PKGSArsalan H. Awan
This moves rgp from VULKAN_PKGS to AMD_FEATURE_DEBUG_PROFILE_PKGS and enables amd-feature-debug-profile for v1000. rgp will be installed only if INCLUDE_VULKAN = "yes" as rgp only works with vulkan apps. Signed-off-by: Arsalan H. Awan <Arsalan_Awan@mentor.com>
2019-10-22v1000: enable graphics and multimedia featuresArsalan H. Awan
This enables the EXTRA_IMAGE_FEATURES amd-feature-graphics and amd-feature-multimedia for v1000 bsp. Signed-off-by: Arsalan H. Awan <Arsalan_Awan@mentor.com>
2019-10-21Merge pull request #660 from ArsalanHAwan/warrior-nextWade Farnsworth
meta-amd/docs: move to the latest commits for the upcoming release
2019-10-21meta-amd/docs: move to the latest commits for the upcoming releaseArsalan H. Awan
Signed-off-by: Arsalan H. Awan <Arsalan_Awan@mentor.com>
2019-10-07Merge pull request #659 from ArsalanHAwan/warrior-sato-and-serial-root-login-fixwarrior-r1000-ga-201910Arsalan H. Awan
warrior: sato gui and serial root login fix
2019-10-06dpkg: add a service to configure postinsts failed pkgs before GUI loadsArsalan H. Awan
SATO GUI sometimes doesn't show icons depending upon how the system booted first time and configured itself. This happens because some postinsts fail while do_rootfs becasue qemu usermode is not supported for AMD: NOTE: The postinstall intercept hook 'update_gio_module_cache' could not be executed due to missing qemu usermode support... NOTE: If an image is being built, the postinstalls for the following packages will be postponed for first boot: gconf glib-networking libglib-2.0-0 NOTE: The postinstall intercept hook 'update_font_cache' could not be executed due to missing qemu usermode support... NOTE: If an image is being built, the postinstalls for the following packages will be postponed for first boot: liberation-fonts NOTE: The postinstall intercept hook 'update_pixbuf_cache' could not be executed due to missing qemu usermode support... NOTE: If an image is being built, the postinstalls for the following packages will be postponed for first boot: libgdk-pixbuf-2.0-loader-gif libgdk-pixbuf-2.0-loader-jpeg libgdk-pixbuf-2.0-loader-png libgdk-pixbuf-2.0-loader-xpm These failing postinsts are deferred for execution on first boot. Now, the way debian package-management is implemented in yocto, it does not handle some corner cases where these postinsts might fail even on first boot - resulting in many pkgs being not configured: Errors were encountered while processing: libglib-2.0-0 glib-networking libgdk-pixbuf-2.0-loader-jpeg libgdk-pixbuf-2.0-loader-png matchbox-keyboard-im libgdk-pixbuf-2.0-loader-gif libgdk-pixbuf-2.0-loader-xpm gconf As a result, sato gui fails to show icons and fonts properly... This adds a service that attempts to reconfigure the pkgs (before the graphics load up after basic system init on first boot) that had failed postinsts. Service then disables itself and never runs again. That fixes the issues with SATO GUI. INTAMDDET-2758 Signed-off-by: Arsalan H. Awan <Arsalan_Awan@mentor.com>
2019-10-06meta-amd-distro/layer.conf: include bb and bbappend filesArsalan H. Awan
We need to add recipes in this layer. Signed-off-by: Arsalan H. Awan <Arsalan_Awan@mentor.com>
2019-10-06bsp/machine.confs: change SERIAL_CONSOLES ?= to = to make it effectiveArsalan H. Awan
This changes the loose assignment of SERIAL_CONSOLES ?= "115200;ttyS4 115200;ttyS5" to SERIAL_CONSOLES = "115200;ttyS4 115200;ttyS5" otherwise these definitions don't end up in /etc/securetty and as a result the root user is unable to login via serial console. INTAMDDET-2758 Signed-off-by: Arsalan H. Awan <Arsalan_Awan@mentor.com>
2019-10-04Merge pull request #658 from ArsalanHAwan/warrior-r1000-ga-201910Wade Farnsworth
release/warrior-r1000-ga-201910: add release tag in SETUP.md doc
2019-10-04release/warrior-r1000-ga-201910: add release tag in SETUP.md docArsalan H. Awan
Signed-off-by: Arsalan H. Awan <Arsalan_Awan@mentor.com>
2019-10-01Merge pull request #657 from ArsalanHAwan/warrior-docsWade Farnsworth
docs: fix SETUP.md & add FEATURES.md, DOCUMENTATION.md & RELEASE.md
2019-09-30docs: fix SETUP.md & add FEATURES.md, DOCUMENTATION.md & RELEASE.mdArsalan H. Awan
This makes the SETUP.md more understandable for the users by splitting the commands into sub steps and explaining what each step does. This also adds the following files: * FEATURES.md - enlists all the supported features by each BSP * DOCUMENTATION.md - enlists links to official docs of various features * RELEASE.md - enlists release notes for BSPs containing layer commit hashes, software vers, fixed/known issues Signed-off-by: Arsalan H. Awan <Arsalan_Awan@mentor.com>
2019-09-26Merge pull request #656 from ArsalanHAwan/warriorWade Farnsworth
amdvlk: add amdvlk64.so that was missed due to .gitignore rule
2019-09-26amdvlk: add amdvlk64.so that was missed due to .gitignore ruleArsalan H. Awan
Signed-off-by: Arsalan H. Awan <Arsalan_Awan@mentor.com>
2019-09-16Merge pull request #655 from ArsalanHAwan/warrior-docsWade Farnsworth
meta-amd/docs: add setup, build, deploy & customize instructions
2019-09-16Merge pull request #654 from ArsalanHAwan/warrior-sdk-fixWade Farnsworth
distro/poky-amd.conf: fix sdk build with debian package-management
2019-09-15meta-amd/docs: add setup, build, deploy & customize instructionsArsalan H. Awan
This adds a Getting Started Guide in the form of README docs to the meta-amd. Users can follow these instructions to: 1. Setup the build system 2. Build images and recipes for a supported target 3. Deploy the built image to a target machine 4. Customize the image by enabling or disabling certain configurable features and software components Signed-off-by: Arsalan H. Awan <Arsalan_Awan@mentor.com>
2019-09-14distro/poky-amd.conf: fix sdk build with debian package-managementArsalan H. Awan
Exclude complementary (-src,-dbg & -dev) pkgs of the following recipes as they are not required while populate_sdk, and they fail to get installed due to missing dependencies, therefore generate a warning and even the rest of the complementary pkgs in the list don't get installed when using debian based package-managemant. PACKAGE_EXCLUDE_COMPLEMENTARY = "dpkg|autoconf|automake|packagegroup-core-buildessential|packagegroup-core-sdk|packagegroup-core-tools-profile|perf|quilt|systemtap|target-sdk-provides-dummy" "apt" is an exception to the above PACKAGE_EXCLUDE_COMPLEMENTARY list as oe uses apt itself to install/remove/exclude the above-listed complementary pkgs, and when apt is listed in the above-listed PACKAGE_EXCLUDE_COMPLEMENTARY, it tries to removes itself, and it asks for user input and oe gets out of there and our complementary pkgs don't get installed, but they are required for development and debugging purposes using the SDK. TOOLCHAIN_TARGET_TASK_remove = " apt" Signed-off-by: Arsalan H. Awan <Arsalan_Awan@mentor.com>
2019-09-13Merge pull request #653 from ArsalanHAwan/warrior-enable-kgdbWade Farnsworth
bsp/linux-yocto: enable kgdb if DISTRO is poky-amd else disable kgdb
2019-09-12bsp/linux-yocto: enable kgdb if DISTRO is poky-amd else disable kgdbArsalan H. Awan
Signed-off-by: Arsalan H. Awan <Arsalan_Awan@mentor.com>
2019-09-12Merge pull request #652 from ArsalanHAwan/warrior-vulkan-rgp-opencl-fixesWade Farnsworth
warrior/r1000: vulkan upgrade, rgp refactor, and opencl drop
2019-09-12r1000/rgp: mv from VULKAN_PKGS to AMD_FEATURE_DEBUG_PROFILE_PKGSArsalan H. Awan
This moves rgp from VULKAN_PKGS to AMD_FEATURE_DEBUG_PROFILE_PKGS and enables amd-feature-debug-profile for r1000. rgp will be installed only if INCLUDE_VULKAN = "yes" as rgp only works with vulkan apps. Signed-off-by: Arsalan H. Awan <Arsalan_Awan@mentor.com>
2019-09-12r1000/rocm-opencl: remove as it is not supported at the momentArsalan H. Awan
Signed-off-by: Arsalan H. Awan <Arsalan_Awan@mentor.com>