Skip to content

Commit

Permalink
Adding rockchip-rv1106 device
Browse files Browse the repository at this point in the history
  • Loading branch information
thomas-roos committed Dec 19, 2024
1 parent a75f1ea commit 1819fa5
Show file tree
Hide file tree
Showing 8 changed files with 26 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -106,3 +106,15 @@
path = layers/bsp/meta-lts-mixins
url = https://git.yoctoproject.org/meta-lts-mixins
branch = scarthgap/u-boot
[submodule "layers/bsp/meta-rockchip"]
path = layers/bsp/meta-rockchip
url = https://git.yoctoproject.org/meta-rockchip
branch = scarthgap
[submodule "layers/bsp/rockchip-rv1106-dev"]
path = layers/bsp/rockchip-rv1106-dev
url = https://github.com/thomas-roos/rockchip-rv1106-dev.git
branch = scarthgap
[submodule "layers/sw/meta-ptx"]
path = layers/sw/meta-ptx
url = https://git.pengutronix.de/git/meta-ptx
branch = scarthgap
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ alphabetical order for ease of selection, no preference should be inferred.
- [`qemux86-64`](meta-aws-demos/conf/devices/qemux86-64/README.md)
- [`raspberrypi-64` / Raspberry Pi Foundation](meta-aws-demos/conf/devices/raspberrypi-64/README.md)
- [`raspberrypi2` / Raspberry Pi Foundation](meta-aws-demos/conf/devices/raspberrypi2/README.md)
- [`rockchip-rv1106`](meta-aws-demos/conf/devices/rockchip-rv1106/README.md)
- [`stm32mp13-disco` / STM](meta-aws-demos/conf/devices/stm32mp13-disco/README.md)
- [`ti-am572x-idk` / Texas Instruments](meta-aws-demos/conf/devices/ti-am572x-idk/README.md)
- [`xilinx-zcu104-zynqmp` / Xilinx](meta-aws-demos/conf/devices/xilinx-zcu104-zynqmp/README.md)
Expand Down
1 change: 1 addition & 0 deletions layers/bsp/meta-rockchip
Submodule meta-rockchip added at 0eaa4e
1 change: 1 addition & 0 deletions layers/bsp/rockchip-rv1106-dev
Submodule rockchip-rv1106-dev added at 1b1b5b
1 change: 1 addition & 0 deletions layers/sw/meta-ptx
Submodule meta-ptx added at 5cfc28
3 changes: 3 additions & 0 deletions meta-aws-demos/conf/devices/rockchip-rv1106/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# rockchip-rv1106

https://www.luckfox.com/Luckfox-Pico/EN-Luckfox-Pico-Pro
3 changes: 3 additions & 0 deletions meta-aws-demos/conf/devices/rockchip-rv1106/config.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
MACHINE = "rockchip-rv1106"

IMAGE_FSTYPES ?= "wic wic.bz2"
4 changes: 4 additions & 0 deletions meta-aws-demos/conf/devices/rockchip-rv1106/layers.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
BBLAYERS += "\
${OEROOT}/../layers/bsp/rockchip-rv1106-dev/meta-rockchip-rv1106 \
${OEROOT}/../layers/sw/meta-ptx \
"

0 comments on commit 1819fa5

Please sign in to comment.