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
Copy file name to clipboardExpand all lines: README.md
+5-3Lines changed: 5 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -27,15 +27,15 @@ cdk deploy --all
27
27
28
28
Alternatively to deploy just a specific pipeline example, you can use the CDK deploy command:
29
29
30
-
EXAMPLE can be one or more of those: QemuEmbeddedLinuxPipeline, PokyAmiPipeline, KasPipeline, RenesasPipeline, NxpImxPipeline
30
+
EXAMPLE can be one or more of those: PokyPipeline, QemuEmbeddedLinuxPipeline, PokyAmiPipeline, KasPipeline, RenesasPipeline, NxpImxPipeline
31
31
32
32
```bash
33
-
cdk deploy BuildImagePipeline <EXAMPLE>
33
+
cdk deploy <EXAMPLE>
34
34
```
35
35
36
36
The pipelines can be found in the `Developer Tools > Code Pipeline > Pipelines` Console page. The newly created
37
37
pipeline `ubuntu_22_04BuildImagePipeline` should start automatically. If not, it will need to be run before other
38
-
pipelines will work correctly. Once it is complete, the EmbeddedLinuxPipeline in the CodePipeline console page is ready to run. Thus `BuildImagePipeline`must always be part of the deployment if you deploy just a specific example.
38
+
pipelines will work correctly. Once it is complete, the EmbeddedLinuxPipeline in the CodePipeline console page is ready to run. Thus `BuildImagePipeline`will always be a dependency of the deployment if you deploy just a specific example.
39
39
40
40
### Removing Pipelines
41
41
The `cdk destroy` command can be used to remove individual pipelines and their related resources. This can also be done in the CloudFormation Console Page.
@@ -55,6 +55,8 @@ The recommended place to view this is from the `Developer Tools > Code Pipeline
55
55
followed by some unique identifier. From the pipeline page, you can find the CodeCommit source repository, the CodeBuild Project (with build logs),
56
56
and the S3 bucket that the image is uploaded to, at the end.
57
57
58
+
Example stack name: PokyPipeline
59
+
58
60
#### Using Kas
59
61
The Kas example shows how to use a [Kas Config](https://github.com/aws4embeddedlinux/aws4embeddedlinux-ci/blob/main/source-repo/kas/kas.yml) to manage
60
62
layers. This tool can help programatically manage layers and config with tighter Yocto integration than Git Submodules or the Repo tool.
0 commit comments