Skip to content

Commit 388dd7b

Browse files
committed
gg-images: add cgexec, fix venv
1 parent 41b149d commit 388dd7b

File tree

7 files changed

+8
-2
lines changed

7 files changed

+8
-2
lines changed

meta-aws-demos/recipes-core/images/aws-iot-greengrass-demo-image/aws-iot-greengrass-demo-image.bb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ IMAGE_INSTALL += "\
1414
### AWS ###
1515
IMAGE_INSTALL:append = " greengrass-bin udev"
1616
IMAGE_INSTALL:append = " aws-iot-device-sdk-python-v2"
17+
IMAGE_INSTALL:append = " python3-misc python3-venv python3-tomllib python3-ensurepip libcgroup python3-pip"
1718

1819
### rauc ###
1920
CORE_IMAGE_EXTRA_INSTALL:append = " rauc-grow-data-part"

meta-aws-demos/recipes-core/images/aws-iot-greengrass-demo-simple-image/aws-iot-greengrass-demo-simple-image.bb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ IMAGE_INSTALL += "\
1414
"
1515
### AWS ###
1616
IMAGE_INSTALL:append = " greengrass-bin udev"
17+
IMAGE_INSTALL:append = " python3-misc python3-venv python3-tomllib python3-ensurepip libcgroup python3-pip"
1718

1819
# only adding if device is rpi, as others might have a different partition layout
1920
IMAGE_INSTALL:append:rpi = " greengrass-config-init yq"

meta-aws-demos/recipes-core/images/aws-iot-greengrass-lite-container-demo-image/aws-iot-greengrass-lite-container-demo-image.bb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ IMAGE_INSTALL = " \
2020
${CONTAINER_SHELL} \
2121
"
2222

23+
IMAGE_INSTALL:append = " python3-misc python3-venv python3-tomllib python3-ensurepip libcgroup python3-pip"
24+
2325
# If the following is configured in local.conf (or the distro):
2426
# PACKAGE_EXTRA_ARCHS:append = " container-dummy-provides"
2527
#

meta-aws-demos/recipes-core/images/aws-iot-greengrass-lite-demo-image/aws-iot-greengrass-lite-demo-image.bb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ IMAGE_INSTALL += "\
1616
IMAGE_INSTALL:append = " greengrass-lite"
1717
IMAGE_INSTALL:append = " aws-iot-device-sdk-python-v2"
1818
IMAGE_INSTALL:append = " jq"
19-
IMAGE_INSTALL:append = " python3-virtualenv python3-pip"
19+
IMAGE_INSTALL:append = " python3-misc python3-venv python3-tomllib python3-ensurepip libcgroup python3-pip"
2020

2121
### rauc ###
2222
CORE_IMAGE_EXTRA_INSTALL:append = " rauc-grow-data-part"

meta-aws-demos/recipes-core/images/aws-iot-greengrass-lite-demo-simple-image/aws-iot-greengrass-lite-demo-simple-image.bb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ IMAGE_INSTALL:append = " tmux"
2323
GLIBC_GENERATE_LOCALES = "en_US.UTF-8 UTF-8"
2424
IMAGE_INSTALL:append = " glibc-utils localedef "
2525
IMAGE_INSTALL:append = " ssh openssh-sshd openssh-sftp"
26+
IMAGE_INSTALL:append = " python3-misc python3-venv python3-tomllib python3-ensurepip libcgroup python3-pip"
2627

2728
### aws-iot-device-client ###
2829
# IMAGE_INSTALL:append = " aws-iot-device-client"

meta-aws-demos/recipes-core/images/aws-iot-greengrass-lite-demo-tiny-image/aws-iot-greengrass-lite-demo-tiny-image.bb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ inherit core-image
99
### AWS ###
1010
# disabled as there is a link issue
1111
IMAGE_INSTALL:append = " greengrass-lite"
12+
IMAGE_INSTALL:append = " python3-misc python3-venv python3-tomllib python3-ensurepip libcgroup python3-pip"
1213

1314
# only adding if device is rpi
1415
IMAGE_INSTALL:append:rpi = " greengrass-config-init"

meta-aws-demos/recipes-core/images/aws-iot-greengrass-lite-webrtc-demo-image/aws-iot-greengrass-lite-webrtc-demo-image.bb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ IMAGE_INSTALL += "\
1616
IMAGE_INSTALL:append = " greengrass-lite"
1717
IMAGE_INSTALL:append = " aws-iot-device-sdk-python-v2"
1818
IMAGE_INSTALL:append = " jq"
19-
IMAGE_INSTALL:append = " python3-virtualenv python3-pip"
19+
IMAGE_INSTALL:append = " python3-misc python3-venv python3-tomllib python3-ensurepip libcgroup python3-pip"
2020

2121
### rauc ###
2222
CORE_IMAGE_EXTRA_INSTALL:append = " rauc-grow-data-part"

0 commit comments

Comments
 (0)