summaryrefslogtreecommitdiffstats
path: root/meta-phosphor/common/recipes-phosphor/skeleton/skeleton.bb
Commit message (Collapse)AuthorAgeFilesLines
* Bump versions for skeleton, IPMI, obmc-mapperAdriana Kobylak2016-06-241-1/+1
| | | | | | | | | | Pick changes for: Encoding firmware version in BCD format Handle floating point sensor values Performance improvements Extend the mapper service startup timeout Signed-off-by: Adriana Kobylak <anoo@us.ibm.com>
* Bump versions for skeleton, rest, inarp, eventAdriana Kobylak2016-06-181-2/+2
| | | | | | | | | | Bump recipe versions and add python dependencies. The rest-dbus recipe was adding pythong packages needed by other processes, so when rest-dbus was removed from the Barreleye image, these processes (skeleton and obmc-rest) would fail, so adding the python dependencies to those recipes. Signed-off-by: Adriana Kobylak <anoo@us.ibm.com>
* Add build time dependencies to python for skeletonBrad Bishop2016-06-151-1/+1
| | | | | | | | | | | | Skeleton now invokes python setuptools to install its python applications in a top level makefile, so a build time dependency on native-python is required. It should be noted that skeleton invoking python from make is an interim thing until its python applications get their own repository. Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* Add virtual workbook / config-in-skeleton classesBrad Bishop2016-06-151-4/+6
| | | | | | | | | | | | | | | | | | | This patch introduces a new abstraction 'skeleton-workbook' for representing a system configuration. At present it is pulled in by the skeleton recipe so the requirement on what is implemented by a package providing obmc-phosphor-workbook is something compatible with the existing System.py python modules in skeleton. Additionally this patch adds a new recipe for each system using a configuration file from skeleton today, and a class for common configuration. This enables a couple of things: - No need to patch skeleton.service for each system. - New systems don't have to put their configuration in the skeleton repository. Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* Bump skeleton versionBrad Bishop2016-06-151-14/+17
| | | | | | | | This bump picks up a refactored version of skeleton with a new directory layout, and a couple of hwmon regression fixes for the Barreleye system. Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* Bump phosphor recipe versionsAdriana Kobylak2016-06-101-1/+1
| | | | | | | | | Enable one-time vs permanent host boot option Handle endianness in IPMI eSEL function Improve IPMI error handling Add IPMI Travis CI Fix host hanging due to inventory upload Performance improvements
* Bump IPMI, networkd, REST, and skeleton versionsv0.8.1Adriana Kobylak2016-05-241-1/+1
| | | | | | | | | | | Pick up: Fix FRU VPD error messages Add REST interface to update BMC via local file Add Barreleye motherboard VPD to the inventory Handle parallel IPMI SEL reservation requests Add support to stream the journald log to a remote syslog Signed-off-by: Adriana Kobylak <anoo@us.ibm.com>
* Bump skeleton versionAdriana Kobylak2016-05-241-1/+1
| | | | | | | | | Fix OCC hardcoded sensor Add adm1278 sensors Fix preserving u-boot env variables during BMC updates Add gpio Q7 handling Signed-off-by: Adriana Kobylak <anoo@us.ibm.com>
* Bump versions for inventory uploadBrad Bishop2016-05-051-1/+1
| | | | | Bump mapper and skeleton versions. Bump upload version and add systemd service file.
* Recipe updates for Network, Skeleton, Event, IPMIAdriana Kobylak2016-04-291-1/+1
| | | | | | | Add release version id to inventory and IPMI interface Add REST interface to query the type of network interface Add event REST association suppot Fix inventory data for CPU1
* skeleton: Use pflash recipePatrick Williams2016-04-141-0/+7
| | | | Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
* Move up skeleton and host-ipmid to latestNorman James2016-03-061-1/+1
| | | | | | Fixes memory leaks and watchdog timer issues Signed-off-by: Norman James <nkskjames@gmail.com>
* Added systemd as build dependency for skeletonKennethWilke2016-02-171-1/+1
|
* Update skeleton recipe to pick up persistent UUID supportAdriana Kobylak2016-02-121-1/+1
| | | | | Update skeleton recipe to pick up persistent UUID support by using the system uuid.
* update skeleton commitNorman James2016-02-101-1/+1
| | | | | | - fix LED dependency so system will boot Signed-off-by: Norman James <nkskjames@gmail.com>
* Move up skeleton commit and add libsystemd dependsNorman James2016-02-101-2/+2
| | | | Signed-off-by: Norman James <nkskjames@gmail.com>
* Update skeleton recipe to pickup rwflash supportAdriana Kobylak2016-02-031-1/+1
| | | | Update skeleton recipe to pickup rwflash support
* Update phosphor recipes to pickup latest codeAdriana Kobylak2016-02-011-2/+2
| | | | | Update openbmc phosphor recipes to pickup latest functionality from skeleton, ipmi, networkd, settings, etc.
* pulled in bugs fixes for sprint 4Chris Austen2016-01-201-1/+1
| | | | | noisy uboot hconsole crashing
* Pickup Sprint4 changes for skeletonChris Austen2016-01-131-1/+1
| | | | | | c0448f0729f2eea6cf1160d3d6a723e2983a443e Reset the OS power state when the system 3939e2d5752030e383efd37aa70f28a005fae7a0 Support for W25Q256BV flash chip module 7b8811e8d2d638046a000770ab88d4dfe6dcaee9 Added BMC_THROTTLE gpio and hwmon thermal sensor
* pflash and linux updatesChris Austen2016-01-111-1/+1
|
* Sprint 3 candidate 6Chris Austen2015-12-031-1/+1
| | | | Updates include more sensors, reboot capabiltiies and so much more!
* Sprint 3 CandidateChris Austen2015-12-021-1/+1
|
* Add debug modeChris Austen2015-12-011-1/+1
|
* Updates for SkeletonChris Austen2015-11-241-1/+1
|
* Updating base build with sprint 3 candidate 3Chris Austen2015-11-241-1/+1
|
* systems can power on without fans powering onChris Austen2015-11-211-1/+1
|
* Not all virtual sensors had propertiesChris Austen2015-11-091-1/+1
|
* move up skeleton for flash fixChris Austen2015-11-011-1/+1
| | | | During testing found a pnor locked problem
* Adding real event log managerChris Austen2015-10-301-1/+0
| | | | removed the eventd program from the skeleton includes
* Update skeleton version to pick up new executablesAdriana Kobylak2015-10-291-4/+6
| | | | | Update skeleton commit version in the recipe Get executables from bin and libraries from lib
* Don't set source dir to gitBrad Bishop2015-10-281-4/+6
| | | | So that patches can apply.
* skeleton: move up to latest commitNorman James2015-10-211-1/+1
|
* Remove example applications from build.Brad Bishop2015-10-211-0/+7
| | | | | | They can still be built. Not included in any images. Part 2 of 2 (meta-palmetto, meta-phosphor).
* Bump skeleton revisionBrad Bishop2015-10-191-2/+1
|
* Remove tftpy from skeleton packageBrad Bishop2015-10-191-2/+2
|
* Skeleton makefile updates for OE buildBrad Bishop2015-10-191-0/+1
|
* Add skeleton recipeAdriana Kobylak2015-10-191-0/+27
OpenPOWER on IntegriCloud