File tree Expand file tree Collapse file tree 3 files changed +37
-1
lines changed
recipes-core/images/aws-biga-image Expand file tree Collapse file tree 3 files changed +37
-1
lines changed Original file line number Diff line number Diff line change @@ -3,3 +3,8 @@ DISTRO = "fsl-auto"
33MACHINE = "s32g274ardb2"
44
55BB_DANGLINGAPPENDS_WARNONLY ?= "true"
6+
7+ SDKMACHINE = "x86_64"
8+
9+ # those are required to build gg-obs components
10+ TOOLCHAIN_TARGET_TASK += "aws-iot-device-sdk-cpp-v2-dev fmt-dev aws-crt-cpp-dev"
Original file line number Diff line number Diff line change @@ -2,10 +2,35 @@ MACHINE = "qemux86-64"
22DISTRO = "poky"
33EXTRA_IMAGE_FEATURES ?= "debug-tweaks"
44
5+ SDKMACHINE = "x86_64"
6+
57TEST_SUITES = "ping ssh gg"
68INHERIT += "testexport"
79
810QEMU_USE_KVM = ""
911QEMU_USE_SLIRP = "1"
1012
1113IMAGE_INSTALL:append = " ssh greengrass-bin"
14+
15+ # those are required to build gg-obs components
16+ TOOLCHAIN_TARGET_TASK += "aws-iot-device-sdk-cpp-v2-dev fmt-dev aws-crt-cpp-dev"
17+
18+ # systemd
19+ DISTRO_FEATURES:append = " largefile ptest multiarch systemd"
20+ VIRTUAL-RUNTIME_init_manager = "systemd"
21+ VIRTUAL-RUNTIME_initscripts = ""
22+ VIRTUAL-RUNTIME_syslog = ""
23+
24+ PACKAGECONFIG:pn-greengrass-bin = "fleetprovisioning"
25+ # GGV2_DATA_EP = "xxx-ats.iot.<your aws region>.amazonaws.com"
26+ GGV2_DATA_EP="a20mxm1jboggkj-ats.iot.eu-west-1.amazonaws.com"
27+ # GGV2_CRED_EP = "xxx.iot.<your aws region>.amazonaws.com"
28+ GGV2_CRED_EP="c2cw693ei5usp5.credentials.iot.eu-west-1.amazonaws.com"
29+ # GGV2_REGION = "<your aws region>"
30+ GGV2_REGION="eu-west-1"
31+ GGV2_THING_NAME = "ELThing"
32+ # we got this from the cloudformation
33+ GGV2_TES_RALIAS = "GGTokenExchangeRoleAlias"
34+ GGV2_THING_GROUP = "EmbeddedLinuxFleet"
35+
36+ QB_MEM = "-m 2048"
Original file line number Diff line number Diff line change @@ -19,4 +19,10 @@ IMAGE_INSTALL =+ "greengrass-bin"
1919# IMAGE_INSTALL:append:s32r45evb = " ${IPCSHM} "
2020
2121# ## test
22- # IMAGE_INSTALL = + "gg-obs-ipc gg-obs-pub-can-data gg-obs-pub-rtos-app-data gg-obs-pub-rtos-os-data ipc-shm-us"
22+ # IMAGE_INSTALL =+ "gg-obs-ipc gg-obs-pub-can-data gg-obs-pub-rtos-app-data gg-obs-pub-rtos-os-data ipc-shm-us"
23+
24+ # allow obs to run
25+ IMAGE_INSTALL = + "aws-iot-device-sdk-cpp-v2 python3-pyserial fmt"
26+
27+ # 500MB
28+ IMAGE_ROOTFS_EXTRA_SPACE = "524288"
You can’t perform that action at this time.
0 commit comments