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 --- scripts/setup-environment.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts') diff --git a/scripts/setup-environment.sh b/scripts/setup-environment.sh index fbe8672..204ded6 100755 --- a/scripts/setup-environment.sh +++ b/scripts/setup-environment.sh @@ -83,7 +83,7 @@ if [ ! -f ${PWD}/${BUILDDIRECTORY}/conf/bblayers.conf ]; then emulator) LAYERSCONF="bblayers.conf.emulator.sample" ;; - jetson-tx1|jetson-tk1) + jetson-tx1|jetson-tx2|jetson-tk1) LAYERSCONF="bblayers.conf.jetson.sample" ;; *) -- cgit v1.2.3-54-g00ecf