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
* moving the code to cdk folder
* - switching from npm to yarn
- updating libraries to new cdk version and requirements
* adjusting the example to the new code from adadouche/aws4embeddedlinux-ci#dev-adadouche
* doc adjustments
* updated documentation
* adjusting to aws4embeddedlinux-ci latest version
* adjusting to aws4embeddedlinux-ci latest version
* fixing package reference
* doc adjustments
* updating eslint, removing unused tests code
* updating dependencies
---------
Co-authored-by: Abdelhalim Dadouche <adadouch@amazon.fr>
Copy file name to clipboardExpand all lines: README.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -117,7 +117,7 @@ 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
-
> [!**NXP-IMX**]
120
+
> [!NOTE]**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
>
@@ -130,7 +130,7 @@ Again, the created pipeline can be found in the AWS console under `Developer Too
130
130
> Once you have adjusted the content, you can update and upload the zip back to Amazon S3, and the pipeline will restart.
131
131
>
132
132
133
-
> [!**Renesas**]
133
+
> [!NOTE] **Renesas**
134
134
>
135
135
> 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
136
> The source files are available in a S3 bucket that you can get with the following command:
@@ -142,7 +142,7 @@ Again, the created pipeline can be found in the AWS console under `Developer Too
142
142
> Once you have adjusted the content, you can update and upload the zip back to Amazon S3, and the pipeline will restart.
143
143
>
144
144
145
-
> [!**Custom Pipeline**]
145
+
> [!NOTE] **Custom Pipeline**
146
146
>
147
147
> When using the **Custom** pipeline, you will need to provide your own `build.buildspec.yml` file.
148
148
>
@@ -161,7 +161,7 @@ To deploy _all_ the example pipelines, you can use the CDK deploy command:
161
161
cdk deploy aws4el-ci-pipelines --require-approval never --concurrency 3
162
162
```
163
163
164
-
> [!*NOTE*]
164
+
> [!NOTE]
165
165
>
166
166
> `aws4el-ci-pipelines`is an empty stack that depends on the other stacks, so that if you deploy it, it will deploy the others.
0 commit comments