summaryrefslogtreecommitdiff
path: root/meta-inspur/meta-on5263m5/conf/templates/default/bblayers.conf.sample
AgeCommit message (Collapse)AuthorFilesLines
2024-01-04Remove meta-inspurPing Guo1-17/+0
Remove meta-inspur because of Inspur is no longer active in the OpenBMC community. Change-Id: I581f8f07bcb7e7b9b09792fd4d438f96af32b860 Signed-off-by: Ping Guo <guoping@inspur.com>
2022-09-09treewide: handle upstream TEMPLATECONF movePatrick Williams1-0/+17
The latest poky commit is requiring us to have all of our template configs in a subdirectory instead of directly in the `conf` directory. Without this we end up with errors during setup like: ``` Error: TEMPLATECONF value (which is .../openbmc/meta-facebook/meta-bletchley/conf) must point to meta-some-layer/conf/templates/template-name ``` Fix this by moving all of our template files into the 'default' template subdirectory (following the pattern of poky) and modifying `setup` as necessary to follow. Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: Iecefde73d55acbb6bc63ae3d68c4311adaf327ae