Skip to content
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