Skip to content

Fix greengrass lite demo image naming in README #54

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Feb 4, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion meta-aws-demos/conf/layer.conf
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ LAYERVERSION_aws-demos = "1"
LAYERSERIES_COMPAT_aws-demos = "scarthgap"
LAYERDEPENDS_aws-demos = "core meta-aws"

# Ignore aws-greengrass-lite-container-demo-image.bb that requires meta-virtualization if it's not present.
# Ignore aws-iot-greengrass-lite-container-demo-image.bb that requires meta-virtualization if it's not present.
BBMASK += "${@bb.utils.contains('BBFILE_COLLECTIONS', 'virtualization-layer', '', 'meta-aws-demos/recipes-core/images/aws-iot-greengrass-lite-container-demo-image/aws-iot-greengrass-lite-container-demo-image*', d)}"

# Ignore other images than the selected IMAGE, this is necessary if an image use a layer global class that is not present in other images it will give error otherwise.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ runqemu slirp nographic
Configure this image

```bash
export IMAGE=aws-greengrass-demo-image
export IMAGE=aws-iot-greengrass-demo-image
```

Configure a device e.g. raspberrypi-64
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ runqemu slirp nographic
Configure this image

```bash
export IMAGE=aws-greengrass-lite-demo-image
export IMAGE=aws-iot-greengrass-lite-demo-image
```

Configure a device e.g. raspberrypi-64
Expand Down