You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
adjusting the example to the new code from the lastest aws4embeddedlinux-ci version (#25)
* adjusting the example to the new code from the lastes aws4embeddedlinux-ci version
* updated packages
---------
Co-authored-by: Abdelhalim Dadouche <[email protected]>
Copy file name to clipboardExpand all lines: README.md
+11-5
Original file line number
Diff line number
Diff line change
@@ -117,32 +117,38 @@ where **\<pipeline-id\>** can be one or more of the following:
117
117
118
118
Again, the created pipeline can be found in the AWS console under `Developer Tools > Pipeline - CodePipeline > Pipelines`.
119
119
120
-
> [!NOTE]**NXP-IMX**
120
+
> ###**NXP-IMX**
121
121
>
122
122
> The deployed pipeline for **NXP-IMX** will not complete as you should first accept the EULA and update the `build.buildspec.yml` file accordingly. See the [IMX Yocto Users Guide](https://www.nxp.com/docs/en/user-guide/IMX_YOCTO_PROJECT_USERS_GUIDE.pdf) for more detail.
123
123
>
124
124
> The source files are available in a S3 bucket that you can get with the following command:
125
125
>
126
126
> ```sh
127
-
> aws cloudformation describe-stacks --stack-name aws4el-ci-pipeline-nxp-imx --output text --query "Stacks[0].Outputs[?OutputKey=='SourceURI'].OutputValue"
> Once you have adjusted the content, you can update and upload the zip back to Amazon S3, and the pipeline will restart.
131
134
>
132
135
133
-
>[!NOTE]**Renesas**
136
+
>### **Renesas**
134
137
>
135
138
> The deployed pipeline for **Renesas** will complete. However, it won't include the Multimedia and Graphics library and related Linux drivers. See the [Renesas](https://github.com/adadouche/aws4embeddedlinux-ci/blob/dev-adadouche/README.md#renesas) section for more detail.
136
139
> The source files are available in a S3 bucket that you can get with the following command:
137
140
>
138
141
> ```sh
139
-
> aws cloudformation describe-stacks --stack-name aws4el-ci-pipeline-renesas --output text --query "Stacks[0].Outputs[?OutputKey=='SourceURI'].OutputValue"
0 commit comments