aboutsummaryrefslogtreecommitdiffstats
path: root/BUILD.md
AgeCommit message (Collapse)Author
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-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>