File tree Expand file tree Collapse file tree 2 files changed +29
-13
lines changed
meta-aws-demos/conf/devices Expand file tree Collapse file tree 2 files changed +29
-13
lines changed Original file line number Diff line number Diff line change @@ -3,11 +3,28 @@ DISTRO ?= "poky"
33MACHINE ?= "aws-ec2-arm64"
44INHERIT += "aws-ec2-image"
55
6- TEST_SUITES = "ping ssh gg"
7- INHERIT += "testexport"
6+ # TEST_SUITES = "ping ssh gg"
7+ # INHERIT += "testexport"
88
99QEMU_USE_KVM = ""
1010QEMU_USE_SLIRP = "1"
1111
1212IMAGE_INSTALL:append = " ssh"
1313
14+ SDKMACHINE = "x86_64"
15+
16+ # those are required to build gg-obs components
17+ # TOOLCHAIN_TARGET_TASK += "aws-iot-device-sdk-cpp-v2-dev fmt-dev aws-crt-cpp-dev"
18+
19+
20+ # PACKAGECONFIG:pn-greengrass-bin = "fleetprovisioning"
21+ # GGV2_DATA_EP="a20mxm1jboggkj-ats.iot.eu-west-1.amazonaws.com"
22+ # GGV2_CRED_EP="c2cw693ei5usp5.credentials.iot.eu-west-1.amazonaws.com"
23+ # GGV2_REGION="eu-west-1"
24+ # GGV2_THING_NAME = "ELThing"
25+
26+ # we got this from the cloudformation
27+ # GGV2_TES_RALIAS = "GGTokenExchangeRoleAlias"
28+ # GGV2_THING_GROUP = "EmbeddedLinuxFleet"
29+
30+ QB_MEM = "-m 2048"
Original file line number Diff line number Diff line change @@ -21,16 +21,15 @@ VIRTUAL-RUNTIME_init_manager = "systemd"
2121VIRTUAL-RUNTIME_initscripts = ""
2222VIRTUAL-RUNTIME_syslog = ""
2323
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"
3524
25+ # PACKAGECONFIG:pn-greengrass-bin = "fleetprovisioning"
26+ # GGV2_DATA_EP="a20mxm1jboggkj-ats.iot.eu-west-1.amazonaws.com"
27+ # GGV2_CRED_EP="c2cw693ei5usp5.credentials.iot.eu-west-1.amazonaws.com"
28+ # GGV2_REGION="eu-west-1"
29+ # GGV2_THING_NAME = "ELThing"
30+
31+ # we got this from the cloudformation
32+ # GGV2_TES_RALIAS = "GGTokenExchangeRoleAlias"
33+ # GGV2_THING_GROUP = "EmbeddedLinuxFleet"
34+
3635QB_MEM = "-m 2048"
You can’t perform that action at this time.
0 commit comments