diff options
author | Naoto Yamaguchi <naoto.yamaguchi@aisin.co.jp> | 2024-07-24 07:18:48 +0900 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2024-09-17 08:58:22 +0000 |
commit | 6debcd5420b798dd8c0b3052620cc5d8f3bcbff7 (patch) | |
tree | 3283a34242e08477560db7fc33904a4b60ec3e0c /templates | |
parent | 28b6f10df1bb46d266463ffd7f4bc260644e14a2 (diff) |
Add support NanoPC-T6(RK3588) board
This patch add NanoPC-T6 board support to AGL that board is
manufactured by FriendlyElec.
Board info.
https://wiki.friendlyelec.com/wiki/index.php/NanoPC-T6
Bug-AGL: SPEC-5208
Change-Id: Id1b6d9c6f73ece2b3a2f602405f534473e8bcbf2
Signed-off-by: Naoto Yamaguchi <naoto.yamaguchi@aisin.co.jp>
Reviewed-on: https://gerrit.automotivelinux.org/gerrit/c/AGL/meta-agl/+/30168
Reviewed-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
ci-image-build: Jenkins Job builder account
ci-image-boot-test: Jenkins Job builder account
Tested-by: Jenkins Job builder account
Diffstat (limited to 'templates')
-rw-r--r-- | templates/machine/nanopc-t6/50_bblayers.conf.inc | 4 | ||||
-rw-r--r-- | templates/machine/nanopc-t6/50_local.conf.inc | 3 | ||||
-rw-r--r-- | templates/machine/nanopc-t6/README_machine_nanopc-t6.md | 9 |
3 files changed, 16 insertions, 0 deletions
diff --git a/templates/machine/nanopc-t6/50_bblayers.conf.inc b/templates/machine/nanopc-t6/50_bblayers.conf.inc new file mode 100644 index 000000000..721a5dca0 --- /dev/null +++ b/templates/machine/nanopc-t6/50_bblayers.conf.inc @@ -0,0 +1,4 @@ +BBLAYERS =+ "\ + ${METADIR}/bsp/meta-rockchip \ + ${METADIR}/bsp/meta-rockchip-extra \ + " diff --git a/templates/machine/nanopc-t6/50_local.conf.inc b/templates/machine/nanopc-t6/50_local.conf.inc new file mode 100644 index 000000000..aa95de143 --- /dev/null +++ b/templates/machine/nanopc-t6/50_local.conf.inc @@ -0,0 +1,3 @@ +MACHINE = "rockchip-rk3588-nanopc-t6" + +require conf/include/agl_rk3588.inc diff --git a/templates/machine/nanopc-t6/README_machine_nanopc-t6.md b/templates/machine/nanopc-t6/README_machine_nanopc-t6.md new file mode 100644 index 000000000..04d4dc44d --- /dev/null +++ b/templates/machine/nanopc-t6/README_machine_nanopc-t6.md @@ -0,0 +1,9 @@ +--- +description: Machine NanoPC-T6 +authors: Naoto Yamaguchi <naoto.yamaguchi@automotivelinux.org> +--- + +### Machine nanopc-t6 + +Rockchip RK3588 SBC. Manufactured by FriendlyElec. + |