From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from sender163-mail.zoho.com (sender163-mail.zoho.com [74.201.84.163]) (using TLSv1 with cipher ECDHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) by lists.ozlabs.org (Postfix) with ESMTPS id 3qmVNM0JhGzDq62 for ; Fri, 15 Apr 2016 18:01:06 +1000 (AEST) Received: from localhost (172.110.7.206 [172.110.7.206]) by mx.zohomail.com with SMTPS id 1460707260287393.35573637961636; Fri, 15 Apr 2016 01:01:00 -0700 (PDT) From: OpenBMC Patches To: openbmc@lists.ozlabs.org Subject: [PATCH skeleton] skeleton: add a new dbus method System::getFRUArea(fru_id) Date: Fri, 15 Apr 2016 03:00:58 -0500 Message-Id: <1460707259-26459-1-git-send-email-openbmc-patches@stwcx.xyz> X-Mailer: git-send-email 2.7.1 X-BeenThere: openbmc@lists.ozlabs.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Development list for OpenBMC List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 15 Apr 2016 08:01:07 -0000 This method will be used by ipmi-fru-parser to get fru area names defined in ID_LOOKUP table. The ID_LOOKUP table defines FRUs that should be present in the system. Signed-off-by: Yi Li --- This change is [Reviewable](https://reviewable.io/reviews/openbmc/skeleton/62) https://github.com/openbmc/skeleton/pull/62 Yi Li (1): skeleton: add a new dbus method System::getFRUArea(fru_id) bin/system_manager.py | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) -- 2.7.1