summaryrefslogtreecommitdiff
path: root/meta-phosphor/dynamic-layers/nuvoton-layer
AgeCommit message (Collapse)AuthorFilesLines
2022-10-14meta-phosphor: jsnbd: promote dynamic-layers contentPatrick Williams2-78/+0
The previous 'dynamic-layers' content has been fixed so that it is functional on both aspeed and nuvoton (and likely any system that exposes the same sysfs class entries). Promote this content out of dynamic-layers and make it common to reduce the hardware-specific duplication. Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: I8f8247098ef8f8b035269815ebe77dedb2e8a441
2022-09-20Run oe-stylize on our filesEd Tanous2-2/+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-02-22meta-phosphor: migrate nuvoton-layer to dynamic-layersPatrick Williams5-0/+84
The proper way to add extensions to another layer is with BBFILES_DYNAMIC rather than adding to BBFILES based on BBFILE_COLLECTIONS. Move nuvoton-layer to a dynamic-layers subdirectory and hook into layer.conf using BBFILES_DYNAMIC. Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: Ic1b1f0ce837a899c5060531735c75c73cf51f1f5