summaryrefslogtreecommitdiffstats
path: root/conf/distro/include/tegra-t18x.conf
diff options
context:
space:
mode:
Diffstat (limited to 'conf/distro/include/tegra-t18x.conf')
-rw-r--r--conf/distro/include/tegra-t18x.conf5
1 files changed, 5 insertions, 0 deletions
diff --git a/conf/distro/include/tegra-t18x.conf b/conf/distro/include/tegra-t18x.conf
index ebdb63b..80f4d57 100644
--- a/conf/distro/include/tegra-t18x.conf
+++ b/conf/distro/include/tegra-t18x.conf
@@ -33,6 +33,11 @@ TARGET_CFLAGS += " -DWIN_INTERFACE_CUSTOM"
33DISTRO_FEATURES_DEFAULT += "wayland" 33DISTRO_FEATURES_DEFAULT += "wayland"
34IMAGE_FSTYPES += "tar.gz" 34IMAGE_FSTYPES += "tar.gz"
35 35
36QBSP_IMAGE_CONTENT = "\
37 ${IMAGE_LINK_NAME}.tar.gz \
38 Image \
39 "
40
36KERN_DIR ?= '${@os.path.normpath("${TOPDIR}/../sources/vibrante-t186/kernel")}' 41KERN_DIR ?= '${@os.path.normpath("${TOPDIR}/../sources/vibrante-t186/kernel")}'
37PLATFORM_TOPDIR ?= '${@os.path.normpath("${TOPDIR}/../sources/vibrante-t186")}' 42PLATFORM_TOPDIR ?= '${@os.path.normpath("${TOPDIR}/../sources/vibrante-t186")}'
38NVLAYER_DIR ?= "${TOPDIR}/../sources/nvidia-layer" 43NVLAYER_DIR ?= "${TOPDIR}/../sources/nvidia-layer"