summaryrefslogtreecommitdiff
path: root/meta-phosphor/recipes-devtools/rsync
AgeCommit message (Collapse)AuthorFilesLines
2022-09-20Run oe-stylize on our filesEd Tanous1-4/+3
In all of our recipes, we should be following yoctos lead on formatting, order, and other things, for consistency in our meta layers. This commit runs oe-stylize.py on all of our files. The types of changes being made can be seen in the commit, but amount to: 1. Setting an explicit key ordering 2. Sectioning the files appropriately 3. Applying rules checking to our files At some point in the near future, we would turn this on as part of repotest, but some minor changes need to be upstreamed to meta-oe (WIP) to make that happen. Looking for input on whether this is something we'd like to do, and whether the diffs below look reasonable to folks. Signed-off-by: Ed Tanous <edtanous@google.com> Change-Id: I489dd21d38a9fe4f3ece89cc7a5e1d0463224abf
2022-09-01rsync: re-enable largefile supportPatrick Williams1-3/+4
For some reason we've disabled largefile support in rsync since we added the package. Starting with rsync 3.2.5, disabling largefile support appears to be broken. Enable it to allow compile. Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: I1d6ac913d43f5f69bf7e2d706683a2fe047da181
2022-02-17meta-phosphor: Use '=' with appendJason M. Bills1-3/+3
Yocto has started throwing WARNINGs about using 'append' with '+=': WARNING: ...:append += is not a recommended operator combination, please replace it. This changes the '+=' in those cases to '=' and adds a leading space when needed. Tested: confirmed that it builds without these warnings Signed-off-by: Jason M. Bills <jason.m.bills@intel.com> Change-Id: I970e06ca6f9d0a9792af122eb25da1bb9a06f058
2021-08-11meta-phosphor: prep for new override syntaxPatrick Williams1-2/+2
Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: I588025b614416c43aa2d053765ab53bacf890cb5
2021-02-25rsync: only add dependencies on targetAndrew Geissler1-3/+4
Our recent rebase of upstream poky caused a build failure. The failure was a "Dependency loop" failure. The following gist has the output: https://gist.github.com/geissonator/fb078233c99ffad5b38ad6195db0a403 The root of the issue was OpenBMC's rsync bbappend which adds popt and zlib as DEPENDS for both the native and target builds. This dependency on the native build is what caused the issue. Signed-off-by: Andrew Geissler <geissonator@yahoo.com> Change-Id: I751cb0212ea711e51f6e7e2d338d83f7eeeab8de
2018-09-06meta-phosphor: Move layer content from common/Brad Bishop1-0/+6
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>