summaryrefslogtreecommitdiffstats
path: root/meta-phosphor/common/recipes-core/busybox/busybox_%.bbappend
Commit message (Collapse)AuthorAgeFilesLines
* meta-phosphor: Move layer content from common/Brad Bishop2018-09-061-5/+0
| | | | | | | | | | | Adopt a more conventional directory hierarchy. meta-phosphor is still a _long_ way from suitable for hosting on yoctoproject.org but things like this don't help. (From meta-phosphor rev: 471cfcefa74b8c7ceb704cb670e6d915cf27c63b) Change-Id: I3f106b2f6cdc6cec734be28a6090800546f362eb Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* Sumo refreshBrad Bishop2018-08-271-1/+0
| | | | | | | Update external subtrees to latest Yocto sumo. Change-Id: I8364f32bef079841c6e57f1c587f4b1bedf62fef Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* busybox: patch "umount: ignore -c"Eddie James2018-07-161-0/+1
| | | | | | | | | | | Upstream busybox has a change to ignore the -c option, which systemd uses when unmounting during shutdown/reboot. Currently, if -c is used, umount fails. This results in extensive umount failures during shutdown. See http://lists.busybox.net/pipermail/busybox/2018-January/086045.html Change-Id: I4630935dc5ec61263a7af9e24b70ca8f1f8b5359 Signed-off-by: Eddie James <eajames@us.ibm.com>
* Yocto 2.5Brad Bishop2018-06-271-1/+0
| | | | | | | Move OpenBMC to Yocto 2.5(sumo) Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com> Change-Id: I5c5ad6904a16e14c1c397f0baf10c9d465594a78
* busybox: patch "umount: ignore -c"Eddie James2018-04-101-0/+1
| | | | | | | | | | | | | Upstream busybox has a change to ignore the -c option, which systemd uses when unmounting during shutdown/reboot. Currently, if -c is used, umount fails. This results in extensive umount failures during shutdown. See http://lists.busybox.net/pipermail/busybox/2018-January/086045.html Resolves openbmc/openbmc#2511 Change-Id: Ic32628bf22a134012c61cb817479a86d5187f9e9 Signed-off-by: Eddie James <eajames@us.ibm.com>
* Prepare-overlay service: check for mountpoint before removing workdirEdward A. James2017-10-241-0/+1
| | | | | | | | | | | | The service was getting called twice, resulting in a removal of the overlayfs workdir while the overlay was mounted. Solve this by checking if the /etc overlay is mounted yet before removing the workdir. Need to add mountpoint to busybox for this. Resolves openbmc/openbmc#2429 Change-Id: I407a07dcc3f3856af12a7f3a52966fe7c3d756c3 Signed-off-by: Edward A. James <eajames@us.ibm.com>
* Patch busybox watchdog to fix restartsMatt Spinler2017-06-261-0/+1
| | | | | | | | | | | | | | It is possible the watchdog device is configured to do something other than reset the system on a watchdog timeout. If this occurs, and the busybox watchdog is started back up again, the watchdog driver won't actually start the watchdog hardware unless the watchdog device has been properly closed first. So, on startup, write the magic character to the watchdog device to properly close it before running. Change-Id: I61521d337a958c9dc8f9a6786a65aee3e81994ac Signed-off-by: Matt Spinler <spinler@us.ibm.com>
* Add flash copy commands to busyboxMilton D. Miller II2015-12-051-0/+1
| | | | | | | The flashcp command will copy a file to a mtd device after erasing the partition. This is useful for updating the bmc u-boot, kernel, environment, and/or initrd. It can also be used for upating the whole pnor, or partitions if we later add ffs partition parsing.
* Add devmem to busybox config.Brad Bishop2015-10-211-0/+2
OpenPOWER on IntegriCloud