From 31bc60f76cf6e828737c217450e050aceeda22d5 Mon Sep 17 00:00:00 2001 From: Alex Waterman Date: Mon, 3 Jun 2019 08:04:14 -0700 Subject: [PATCH] gpu: nvgpu: Add QNX YAML back to arch Add the QNX yaml back to the arch. I had removed it to make enabling the compile time YAML check simpler. JIRA NVGPU-3075 Change-Id: Ia89ba32f3cbbc97f68313d652645c5aca9a6c137 Signed-off-by: Alex Waterman Reviewed-on: https://git-master.nvidia.com/r/2129648 Reviewed-by: Automatic_Commit_Validation_User Tested-by: Shashank Singh Reviewed-by: Shashank Singh GVS: Gerrit_Virtual_Submit Reviewed-by: mobile promotions Tested-by: mobile promotions --- arch/nvgpu.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/arch/nvgpu.yaml b/arch/nvgpu.yaml index 0778506d3..7897092fa 100644 --- a/arch/nvgpu.yaml +++ b/arch/nvgpu.yaml @@ -21,11 +21,11 @@ nvgpu: children: !include nvgpu-hal-new.yaml - # The QNX OS layer implementation units. TODO: place in QNX directory. - # qnx: - # safe: yes - # children: - # !include nvgpu-qnx.yaml + # The QNX OS layer implementation units. + qnx: + safe: yes + children: + !include nvgpu-qnx.yaml # And the Linux version of the OS implementation units. linux: