Skip to content

Commit

Permalink
greengrass-bin: set default JVM to java 11
Browse files Browse the repository at this point in the history
As java 11 is still the default for greengrass and Corretto 11 is under LTS:
https://aws.amazon.com/de/about-aws/whats-new/2020/08/amazon-corretto-8-11-support-extended/
  • Loading branch information
thomas-roos committed Jul 8, 2024
1 parent deb31f0 commit 7496196
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion recipes-iot/aws-iot-greengrass/greengrass-bin_2.12.6.bb
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ FILES:${PN} += "\

RDEPENDS:${PN} += "\
ca-certificates \
java-17 \
java-11 \
python3-core \
python3-json \
python3-numbers \
Expand Down

0 comments on commit 7496196

Please sign in to comment.