From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by mail.openembedded.org (Postfix) with ESMTP id 12D5D6069D for ; Mon, 14 Nov 2016 22:17:20 +0000 (UTC) Received: from orsmga005.jf.intel.com ([10.7.209.41]) by orsmga101.jf.intel.com with ESMTP; 14 Nov 2016 14:17:13 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.31,640,1473145200"; d="scan'208";a="31213588" Received: from pequod.jf.intel.com ([10.7.201.50]) by orsmga005.jf.intel.com with ESMTP; 14 Nov 2016 14:17:13 -0800 From: Stephano Cetola To: openembedded-core@lists.openembedded.org Date: Mon, 14 Nov 2016 14:16:15 -0800 Message-Id: <20161114221616.70170-1-stephano.cetola@linux.intel.com> X-Mailer: git-send-email 2.10.2 Subject: [PATCH V2] devshell: list commands when throwing NoSupportedTerminals X-BeenThere: openembedded-core@lists.openembedded.org X-Mailman-Version: 2.1.12 Precedence: list List-Id: Patches and discussions about the oe-core layer List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 14 Nov 2016 22:17:20 -0000 Changes since V1: Remove the placeholder "false" for custom terminal rather than changing it to None. That change would break the custom terminal. Stephano Cetola (1): devshell: list commands when throwing NoSupportedTerminals meta/classes/terminal.bbclass | 8 ++++++-- meta/lib/oe/terminal.py | 13 +++++++++++-- 2 files changed, 17 insertions(+), 4 deletions(-) -- 2.10.2