From 450388ddf932c1ed892d29fe8da6429fbc5797e5 Mon Sep 17 00:00:00 2001 From: Ilari Ängeslevä Date: Thu, 19 Oct 2017 08:15:56 +0300 Subject: Add support for jetson-tx2 * Update env init and set-up scripts with jetson-tx2 definitions. * Include jetson-tx2 specific configuration files. * Create a copy of an existing patch to adapt to recent changes in the kernel directory structure. Change-Id: I28fbc6cdfe91562ef261543bba4d136c4291ce23 Reviewed-by: Samuli Piippo --- b2qt-init-build-env | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'b2qt-init-build-env') diff --git a/b2qt-init-build-env b/b2qt-init-build-env index d4dbbdf..33e12e8 100755 --- a/b2qt-init-build-env +++ b/b2qt-init-build-env @@ -130,7 +130,7 @@ get_groups() { emulator) PROJECT_GROUPS="emulator" ;; - jetson-tx1|jetson-tk1) + jetson-tx1|jetson-tx2|jetson-tk1) PROJECT_GROUPS="jetson" ;; salvator-x|h3ulcb|m3ulcb) -- cgit v1.2.3-54-g00ecf