#
69280384 |
| 05-Aug-2024 |
George Liu <liuxiwei@ieisystem.com> |
README.md: Fix MD040 warnings
The following warnings are generated by using markdownlint analysis: ``` MD040/fenced-code-language Fenced code blocks should have a language specified [Context: "```"]
README.md: Fix MD040 warnings
The following warnings are generated by using markdownlint analysis: ``` MD040/fenced-code-language Fenced code blocks should have a language specified [Context: "```"] ``` Refer to markdown-lint [1] to fix MD040 [1]: https://github.com/updownpress/markdown-lint/blob/master/rules/040-fenced-code-language.md
Signed-off-by: George Liu <liuxiwei@ieisystem.com> Change-Id: I2242907114cff3e008e1aa4bce01d44079879b4b
show more ...
|
#
f23b57f9 |
| 05-Aug-2024 |
George Liu <liuxiwei@ieisystem.com> |
README.md: Fix MD041 warnings
The following warnings are generated by using markdownlint analysis: ``` MD041/first-line-heading/first-line-h1 First line in a file should be a top-level heading [Cont
README.md: Fix MD041 warnings
The following warnings are generated by using markdownlint analysis: ``` MD041/first-line-heading/first-line-h1 First line in a file should be a top-level heading [Context: "## Building the Code"] ``` Refer to markdown-lint [1] to fix MD041 [1]: https://github.com/updownpress/markdown-lint/blob/master/rules/041-first-line-h1.md
Signed-off-by: George Liu <liuxiwei@ieisystem.com> Change-Id: Ia94296369f6e778b5efadd5042c5922989a2581f
show more ...
|
#
3556fee6 |
| 08-Dec-2022 |
Patrick Williams <patrick@stwcx.xyz> |
prettier: re-format
Prettier is enabled in openbmc-build-scripts on Markdown, JSON, and YAML files to have consistent formatting for these file types. Re-run the formatter on the whole repository.
prettier: re-format
Prettier is enabled in openbmc-build-scripts on Markdown, JSON, and YAML files to have consistent formatting for these file types. Re-run the formatter on the whole repository.
Change-Id: I2847084165c3b3299b2409e1bc28be8b78c94ccb Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
show more ...
|
#
bce0d4a5 |
| 22-Jun-2021 |
Shantappa Teekappanavar <sbteeks@yahoo.com> |
meson: remove old automake files Testing: - Docker unit test run was succeesful Signed-off-by: Shantappa Teekappanavar <sbteeks@yahoo.com> Change-Id: I0aff9aeeec8838bf4b97f2
meson: remove old automake files Testing: - Docker unit test run was succeesful Signed-off-by: Shantappa Teekappanavar <sbteeks@yahoo.com> Change-Id: I0aff9aeeec8838bf4b97f224bce1f7469cbf831e
show more ...
|
#
2fc45a84 |
| 30-Mar-2018 |
Gunnar Mills <gmills@us.ibm.com> |
README: Reword cleaning the repo Reworded cleaning the repo. The old wording did not make sense. Change-Id: Iffb30671a82055bedfb26677b18a71e366774fed Signed-off-by: Gunnar Mills
README: Reword cleaning the repo Reworded cleaning the repo. The old wording did not make sense. Change-Id: Iffb30671a82055bedfb26677b18a71e366774fed Signed-off-by: Gunnar Mills <gmills@us.ibm.com>
show more ...
|
#
edbb17e3 |
| 16-Oct-2017 |
Marri Devender Rao <devenrao@in.ibm.com> |
Add README For CI build ${datadir} is expanded to /usr/local/share to which the dependent files and parser are exported, so don't add the prefix option. For recipe build ${d
Add README For CI build ${datadir} is expanded to /usr/local/share to which the dependent files and parser are exported, so don't add the prefix option. For recipe build ${datadir} is expanded to /usr/share to which the dependent files and parser are exported, so don't add the prefix option. For local build need to pass the prefix option as the ${datadir} expands to /usr/local/share by default but the required yaml and parser exist at /usr/share location in SDK. Change-Id: Ib0d776fe9b03b862c6f8dff5339fbde49d71bd5d Signed-off-by: Marri Devender Rao <devenrao@in.ibm.com>
show more ...
|