Skip to content

Commit 474581d

Browse files
authored
Adding meta-phytec, for phyboard-electra-am64xx-2 (#224)
1 parent a18fc57 commit 474581d

File tree

6 files changed

+20
-0
lines changed

6 files changed

+20
-0
lines changed

.gitmodules

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,3 +110,7 @@
110110
path = layers/sw/meta-browser
111111
url = https://github.com/OSSystems/meta-browser.git
112112
branch = scarthgap
113+
[submodule "layers/bsp/meta-phytec"]
114+
path = layers/bsp/meta-phytec
115+
url = https://github.com/thomas-roos/meta-phytec.git
116+
branch = fix-optee-file-paths

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ alphabetical order for ease of selection, no preference should be inferred.
2929
- [`aws-ec2-arm64` / AWS EC2](meta-aws-demos/conf/devices/aws-ec2-arm64/README.md)
3030
- [`aws-ec2-x86-64` / AWS EC2](meta-aws-demos/conf/devices/aws-ec2-x86-64/README.md)
3131
- [`imx8m` / NXP](meta-aws-demos/conf/devices/imx8m/README.md)
32+
- [`phyboard-electra-am64xx-2` / PHYTEC](meta-aws-demos/conf/devices/phyboard-electra-am64xx-2/README.md)
3233
- [`qemuarm`](meta-aws-demos/conf/devices/qemuarm/README.md)
3334
- [`qemuarm64`](meta-aws-demos/conf/devices/qemuarm64/README.md)
3435
- [`qemux86-64`](meta-aws-demos/conf/devices/qemux86-64/README.md)

layers/bsp/meta-phytec

Submodule meta-phytec added at 18dc90d
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# phyboard-electra-am64xx-2
2+
3+
See here: https://github.com/phytec/meta-phytec/blob/scarthgap/conf/machine/phyboard-electra-am64xx-2.conf
4+
5+
Tested with: aws-iot-greengrass-lite-demo-simple-image
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
MACHINE = "phyboard-electra-am64xx-2"
2+
3+
IMAGE_FSTYPES ?= "wic wic.bz2"
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
BBLAYERS += "\
2+
${OEROOT}/../layers/bsp/meta-phytec \
3+
${OEROOT}/../layers/bsp/meta-ti/meta-ti-bsp \
4+
${OEROOT}/../layers/bsp/meta-arm/meta-arm \
5+
${OEROOT}/../layers/bsp/meta-arm/meta-arm-toolchain \
6+
"

0 commit comments

Comments
 (0)