From 0957c8a98a9ad3a634d641d55202f53776643259 Mon Sep 17 00:00:00 2001 From: Thomas Roos Date: Fri, 17 Nov 2023 14:56:06 +0100 Subject: [PATCH] docs/setup.md: add renesas section --- docs/setup.md | 20 ++++++++++++++++++-- source-repo/renesas/README.md | 17 ----------------- 2 files changed, 18 insertions(+), 19 deletions(-) delete mode 100644 source-repo/renesas/README.md diff --git a/docs/setup.md b/docs/setup.md index 25940b6..9b48529 100644 --- a/docs/setup.md +++ b/docs/setup.md @@ -28,6 +28,22 @@ Yocto can be used to create an EC2 AMI. This example demonstrates using this lib TODO... -### Using A Processor SDK In A Pipeline +### Using pre-build, proprietary artifacts in a Pipeline -TODO... (Renesas) +This example is based on this [work](https://elinux.org/R-Car/Boards/Yocto-Gen3/v5.9.0) to build an image for Renesas R-Car-H3 Starter Kit Premier (unofficial name - H3ULCB) board including the proprietary graphics and multimedia drivers from Renesas. + +You need to download Multimedia and Graphics library and related Linux drivers, please from the following link (registration necessary): +https://www.renesas.com/us/en/application/automotive/r-car-h3-m3-h2-m2-e2-documents-software + +#### Download two files: + +R-Car_Gen3_Series_Evaluation_Software_Package_for_Linux-20220121.zip +R-Car_Gen3_Series_Evaluation_Software_Package_of_Linux_Drivers-20220121.zip + +Graphic drivers are required for Wayland. Multimedia drivers are optional. + +#### Steps to build the image + +Create a folder named `proprietary` in the root of the source repo. Put those two downloaded files into this folder. After you did deploy the build pipeline and uncomment the `#TODO` in the build.sh file. + +Now a build should automatically start, succeed and you will get an image containing the proprietary graphics and multimedia drivers. diff --git a/source-repo/renesas/README.md b/source-repo/renesas/README.md deleted file mode 100644 index 6823f7a..0000000 --- a/source-repo/renesas/README.md +++ /dev/null @@ -1,17 +0,0 @@ -# renesas example -based on https://elinux.org/R-Car/Boards/Yocto-Gen3/v5.9.0 - -To build a image containing the proprietary graphics and multimedia drivers from Renesas. -You need to download Multimedia and Graphics library and related Linux drivers, please from the following link: - -https://www.renesas.com/us/en/application/automotive/r-car-h3-m3-h2-m2-e2-documents-software - -Download two files: - -R-Car_Gen3_Series_Evaluation_Software_Package_for_Linux-20220121.zip -R-Car_Gen3_Series_Evaluation_Software_Package_of_Linux_Drivers-20220121.zip - - -Graphic drivers are required for Wayland. Multimedia drivers are optional. - -Put them into the proprietary folder in the root of the source repo, after deploying the build pipeline and uncomment the #TODO in the build.sh.