summaryrefslogtreecommitdiff
path: root/meta-amd/meta-ethanolx/conf/templates/default/bblayers.conf.sample
AgeCommit message (Collapse)AuthorFilesLines
2024-03-07meta-amd: added meta-common folderJayanth Othayoth1-0/+1
This is to keep all AMD layer common recipes at one place. Change-Id: I5e407e9673437e203dc46d1bb4dea51387a91afd Signed-off-by: Jayanth Othayoth <ojayanth@gmail.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