Skip to content

Commit 0487682

Browse files
adadoucheAbdelhalim Dadouche
and
Abdelhalim Dadouche
authored
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]>
1 parent 7ef913f commit 0487682

File tree

5 files changed

+6639
-625
lines changed

5 files changed

+6639
-625
lines changed

Diff for: .github/dependabot.yml

+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# To get started with Dependabot version updates, you'll need to specify which
2+
# package ecosystems to update and where the package manifests are located.
3+
# Please see the documentation for all configuration options:
4+
# https://docs.github.com/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file
5+
6+
version: 2
7+
updates:
8+
- package-ecosystem: "npm" # See documentation for possible values
9+
directory: "/" # Location of package manifests
10+
schedule:
11+
interval: "weekly"

Diff for: README.md

+11-5
Original file line numberDiff line numberDiff line change
@@ -117,32 +117,38 @@ where **\<pipeline-id\>** can be one or more of the following:
117117

118118
Again, the created pipeline can be found in the AWS console under `Developer Tools > Pipeline - CodePipeline > Pipelines`.
119119

120-
> [!NOTE] **NXP-IMX**
120+
> ### **NXP-IMX**
121121
>
122122
> 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.
123123
>
124124
> The source files are available in a S3 bucket that you can get with the following command:
125125
>
126126
> ```sh
127-
> aws cloudformation describe-stacks --stack-name aws4el-ci-pipeline-nxp-imx --output text --query "Stacks[0].Outputs[?OutputKey=='SourceURI'].OutputValue"
127+
> aws cloudformation describe-stacks \
128+
> --stack-name aws4el-ci-pipeline-nxp-imx \
129+
> --output text \
130+
> --query "Stacks[0].Outputs[?OutputKey=='SourceURI'].OutputValue"
128131
> ```
129132
>
130133
> Once you have adjusted the content, you can update and upload the zip back to Amazon S3, and the pipeline will restart.
131134
>
132135
133-
> [!NOTE] **Renesas**
136+
> ### **Renesas**
134137
>
135138
> 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.
136139
> The source files are available in a S3 bucket that you can get with the following command:
137140
>
138141
> ```sh
139-
> aws cloudformation describe-stacks --stack-name aws4el-ci-pipeline-renesas --output text --query "Stacks[0].Outputs[?OutputKey=='SourceURI'].OutputValue"
142+
> aws cloudformation describe-stacks \
143+
> --stack-name aws4el-ci-pipeline-renesas \
144+
> --output text \
145+
> --query "Stacks[0].Outputs[?OutputKey=='SourceURI'].OutputValue"
140146
> ```
141147
>
142148
> Once you have adjusted the content, you can update and upload the zip back to Amazon S3, and the pipeline will restart.
143149
>
144150
145-
> [!NOTE] **Custom Pipeline**
151+
> ### **Custom Pipeline**
146152
>
147153
> When using the **Custom** pipeline, you will need to provide your own `build.buildspec.yml` file.
148154
>

0 commit comments

Comments
 (0)