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/machine/nanopc-t6/50_bblayers.conf.inc | |
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/machine/nanopc-t6/50_bblayers.conf.inc')
-rw-r--r-- | templates/machine/nanopc-t6/50_bblayers.conf.inc | 4 |
1 files changed, 4 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 \ + " |