summaryrefslogtreecommitdiffstats
path: root/meta-phosphor/common/recipes-phosphor/flash
Commit message (Collapse)AuthorAgeFilesLines
* Mount a specified PNOR UBIFS volumeAdriana Kobylak2017-03-152-0/+12
| | | | | | | | | | | | | | | Create a template systemd unit file to mount a specified PNOR UBIFS volume (systemd does not support template mount files). Create it with an arbitrary size of 1MB, it can be dynamically resized at runtime. Example usage: systemctl start obmc-flash-bios-ubimount@N where N is the desired partition number, ex: 1. This will create a volume named pnor-rwN (ex: pnor-rw1) under the /media directory. Change-Id: I6c4d8662dfb50e83d02bfb946ce11b74726fe3bd Signed-off-by: Adriana Kobylak <anoo@us.ibm.com>
* Attach the PNOR mtd device to UBIAdriana Kobylak2017-03-152-0/+11
| | | | | | | | | | | | | Create a new service that gets the PNOR mtd device from /proc/mtd and performs a ubiattach to it. Since only one mtd device (PNOR) is being attached, it's assumed that a /dev/ubi0 device is created. Later when more devices/chips are attached, a udev rule might be needed to link them to a specific ubi device number. Change-Id: I5e3018b7f4b9551861ca52718cc40b8ccfe0da6e Signed-off-by: Adriana Kobylak <anoo@us.ibm.com>
* software: remove ${PN} pkgBrad Bishop2017-03-021-0/+4
| | | | | | | | | | | By default OE adds ${PN} as a runtime dependency to ${PN}-[static]dev. Remove ${PN} since it will never have any content. Additionally, override the default ${PN}-[static]dev dependencies with the correct pkgs. Change-Id: Ibdcc16961b8d4774388ded94fca8fdaff31df4d7 Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* BUSNAME fix for Phosphor Version Software ManagerGunnar Mills2017-02-222-1/+1
| | | | | | | | | | | We use type=dbus and BUSNAME in the Phosphor Version Software Manager .service file. Renamed the .service file to match the correct BUS name. Fixes openbmc/openbmc#1179 Change-Id: I63ddb805c2b85672e6e28fd5321e65727695d66f Signed-off-by: Gunnar Mills <gmills@us.ibm.com>
* Initial recipe for phosphor-version-software-managerGunnar Mills2017-02-162-0/+47
| | | | | Change-Id: I940fe53d276f2ebfe05fd70cc2ec26a485348e29 Signed-off-by: Gunnar Mills <gmills@us.ibm.com>
* remove manager classesBrad Bishop2016-09-141-1/+3
| | | | | | | | | | | The value added by these classes is minimal and lowers the flexibility available to clients using them when it comes to packaging. Rename recipe virtuals - obmc-phosphor seems redundant. Align package virtual names with best practices (virtual-package). Change-Id: I34c3cb03f6b1d2aaa734ed02078b388667f70917 Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* Update service unit descriptionsBrad Bishop2016-09-131-1/+1
| | | | | | | Going for consistency: Phosphor xxx Change-Id: I04778ed868874ef5004724bc6b31adc4aa2367ad Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* Use systemd substitutionsBrad Bishop2016-09-131-2/+2
| | | | | | | | Make use of the new substitution feature in the Phosphor systemd bitbake class. Change-Id: I2db85347809ef557a53e92af3ffcf17c8003b3ce Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* Drop obmc-phosphor- prefix from recipe collectionsBrad Bishop2016-09-1211-0/+157
Given that these are already in the recipes-phosphor directory this seemed redundant. Change-Id: I48a1ab79e0eda88fc5e6af88f198ca3941e829b8 Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
OpenPOWER on IntegriCloud