You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Ocre is a project of Linux Foundation Edge and applies the [LF Edge Contributor Code of Conduct](https://www.lfedge.org/governance/code-of-conduct/).
9
9
10
-
Please reach out to Ocre-TSC+help@lists.lfedge.org in the event of any Code of Conduct violations or concerns. All communications will be kept confidential.
10
+
Please reach out to Ocre-TSC+help@lists.lfedge.org in the event of any Code of Conduct violations or concerns. All communications will be kept confidential.
Make sure to check the [readme](https://github.com/project-ocre/ocre-runtime/blob/master/README.md) first. If the question is concise and probably has a short answer, asking it in our [slack channel](https://lfedge.slack.com/archives/C07F190CC3X) is probably the fastest way to find the answer.
11
11
12
-
If you still prefer GitHub issues, remove all this text and ask your question here.
12
+
If you still prefer GitHub issues, remove all this text and ask your question here.
Copy file name to clipboardExpand all lines: .github/PULL_REQUEST_TEMPLATE.md
+8-6Lines changed: 8 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@ Please include a summary of the change and which issue is fixed. Please also inc
9
9
10
10
Also, please list any issue that this PR is intended to fix.
11
11
12
-
- Fixes issue #
12
+
- Fixes issue #
13
13
14
14
## Type of change
15
15
@@ -24,12 +24,14 @@ Please delete options that are not relevant.
24
24
-[ ] Test Coverage update
25
25
26
26
# How Has This Been Tested?
27
-
Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration including the following required details.
27
+
28
+
Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration including the following required details.
28
29
29
30
**Test Configuration (required)**:
30
-
* Host OS type, version, and arch: `Ubuntu 20.04 (arm64)`
31
-
* Developer Board make & model: `ST Nucleo h723zg`
32
-
* Board Tools Installed: `STM32CubeProgrammer`)
31
+
32
+
- Host OS type, version, and arch: `Ubuntu 20.04 (arm64)`
33
+
- Developer Board make & model: `ST Nucleo h723zg`
34
+
- Board Tools Installed: `STM32CubeProgrammer`
33
35
34
36
# Checklist:
35
37
@@ -39,4 +41,4 @@ Please describe the tests that you ran to verify your changes. Provide instructi
39
41
-[ ] I have made corresponding changes to the documentation
40
42
-[ ] My changes generate no new warnings
41
43
-[ ] I have added tests that prove my fix is effective or that my feature works
42
-
-[ ] New and existing unit tests pass locally with my changes
44
+
-[ ] New and existing unit tests pass locally with my changes
Copy file name to clipboardExpand all lines: MAINTAINERS.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,6 +10,7 @@ This page lists all active maintainers (also known as committers) of the [Ocre P
10
10
For governance guidelines and information on becoming a committer/maintainer, see the [Ocre Wiki](https://lf-edge.atlassian.net/wiki/spaces/OCRE/overview). For general contribution guidelines, refer to [CONTRIBUTING.md](https://github.com/project-ocre/ocre-runtime/blob/master/CONTRIBUTING.md).
The Ocre community takes security seriously. If you discover a security issue, please bring it to our attention right away!
11
11
12
-
Please DO NOT file a public issue, instead send your report privately to Ocre-TSC+owner@lists.lfedge.org.
12
+
Please DO NOT file a public issue, instead send your report privately to Ocre-TSC+owner@lists.lfedge.org.
13
13
14
14
## Security Overview
15
15
16
-
The main Ocre repo's [CONTRIBUTING.md](https://github.com/project-ocre/ocre-runtime/blob/master/CONTRIBUTING.md) has additional information about contributions and security approaches.
16
+
The main Ocre repo's [CONTRIBUTING.md](https://github.com/project-ocre/ocre-runtime/blob/master/CONTRIBUTING.md) has additional information about contributions and security approaches.
Copy file name to clipboardExpand all lines: docs/BuildSystemLinux.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,11 +14,11 @@ However, for [memory leak checks](tests/LeakChecks.md) and [source code test cov
14
14
15
15
This file described the generic configuration that is used by Ocre Library or the builds described above.
16
16
17
-
###Configuration
17
+
## Configuration
18
18
19
19
This sections describes the build-time configuration honored by samples and tests in Linux.
20
20
21
-
####Version
21
+
### Version
22
22
23
23
There are several components of the Ocre version that gets compiled in the project.
24
24
@@ -29,20 +29,20 @@ If the file does not exist, and the source tree is not a valid git repository, t
29
29
30
30
Check [Versioning](Versioning.md) documentation for more information.
31
31
32
-
####Ocre build Configuration
32
+
### Ocre build Configuration
33
33
34
34
The default Ocre build configuration is in the file `src/platform/posix/include/ocre/platform/config.h`.
35
35
These options should not be changed by the user and the defaults should be used.
36
36
37
-
####build-time variables
37
+
### build-time variables
38
38
39
39
Some relevant build-time variables are described below:
40
40
41
41
-`OCRE_INPUT_FILE_NAME`: Absolute path to the container file to be executed by the mini sample application.
42
42
-`OCRE_PRELOADED_IMAGES`: List of absolute paths images to be added to the state information directory.
43
43
-`OCRE_SDK_PRELOADED_IMAGES`: List of ocre-sdk submodule target images to be added to the state information directory.
44
44
45
-
####State information directory
45
+
### State information directory
46
46
47
47
In Linux, the [state information](StateInformation.md) is usually stored by default in `/var/run/ocre` if Ocre is installed as a system service. For tests, these are usually stored relative to the build directory.
0 commit comments