summaryrefslogtreecommitdiff
path: root/meta-phosphor/common/recipes-core/packagegroups
AgeCommit message (Collapse)AuthorFilesLines
2018-01-17Add tools-profile feature supportYong Li1-0/+12
With this patch, the build system supports the tools-profile feature, We can add it into the EXTRA_IMAGE_FEATURES in conf/local.conf, to add more debug/profile tools into the image Change-Id: Ic3c3811d9bca3f99a9e94d7c9da5a71ce1321d02 Signed-off-by: Yong Li <yong.b.li@linux.intel.com>
2017-10-12phosphor-logging: Add native SDK classes to install parser scriptsMarri Devender Rao1-0/+1
Install elog-gen.py and mako script by default in the obmc-phosphor-image sdk. Change-Id: Ibfb94fc4a645bcca66f7b93656edd88a1af5c4f6 Signed-off-by: Marri Devender Rao <devenrao@in.ibm.com>
2017-06-13fix sdk build broken issueMarri Devender Rao1-1/+1
With recent changes done to path of the error yaml files in dbus-interfaces build is broken. Resolves openbmc/openbmc#1780 Change-Id: Ia296add2617433b05931a343046c2d059c20c4ff Signed-off-by: Marri Devender Rao <devenrao@in.ibm.com>
2017-04-17Remove gmock from sdk as it is part of gtest 1.8Lei YU1-1/+1
From googlttest 1.8, gmock becomes part of gtest, and its recipe is dropped from upstream. Remove it from SDK, gtest will provide both gtest and gmock libraries. Change-Id: Iea14e81bda08e97dbeb9eddee8991f22cb8478be Signed-off-by: Lei YU <mine260309@gmail.com>
2017-03-02Add libstdc++fs to SDKBrad Bishop1-1/+1
Change-Id: I9bdbacc7fb763cfcf4c056911152513c7c872299 Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2017-02-28Integrate gmock to SDKLei YU1-1/+1
Change-Id: I4792e4037ffbace4af224cd1bfe0aef63d11a099 Signed-off-by: Lei YU <mine260309@gmail.com>
2017-02-10Add native/sdk classes to phosphor-dbus-interfacesBrad Bishop1-2/+5
Enable native and nativesdk classes for phosphor-dbus-interfaces. Install nativesdk-phosphor-dbus-interfaces by default in the obmc-phosphor-image sdk. Change-Id: Iaf134734ada106bb69254dfffa07c2af2641d9f8 Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2016-12-02Add phosphor-logging to SDKAndrew Geissler1-1/+1
Other repos need the elog.hpp and log.hpp files, this will get them into the SDK. Change-Id: Ibb9316686f12483cef8333fa8a514f1402ee233f Signed-off-by: Andrew Geissler <andrewg@us.ibm.com>
2016-11-22sdbusplus: move sdbus++ to its own packagePatrick Williams1-1/+1
Change-Id: Ie98034d8b07df2798312d55b37d8b7e13d372e40 Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
2016-11-22sdbusplus: include headers in SDKPatrick Williams1-1/+1
Change-Id: Iad5fa91a6aa47b4ef0ea96ef86c6b299f74be814 Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
2016-11-18Add sdbusplus to sdkBrad Bishop1-1/+2
Change-Id: I0ee7c2fdc9c9220437a5b5dd1255c2b80b5cc125 Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com> Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
2016-10-12gtest: Ensure added to SDKPatrick Williams1-0/+1
Change-Id: I51e1ea4bcedbb64ed6e628e9a61dca6da35affb5 Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
2016-09-17nativesdk-packagegroup: Incorrect _append whitespacePatrick Williams1-1/+1
Change-Id: I0367b05058503ce7a98a1eb17e682460da309bbd Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
2016-08-05Add autoconf-archive macros for building with autotoolsMatthew Barth1-0/+1
Created recipe to integrate version 2016.03.20 of the autoconf-archive set of macros to provide more robust features building with autotools. Also included deploying these macros into the appropriate host sdk directory. Change-Id: I73063012092c6cd7b0b26ebecec6466bd5196d2e Signed-off-by: Matthew Barth <msbarth@us.ibm.com>