summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
Diffstat (limited to 'documentation')
-rw-r--r--documentation/openvino.md9
-rw-r--r--documentation/tested_hardware.md17
2 files changed, 10 insertions, 16 deletions
diff --git a/documentation/openvino.md b/documentation/openvino.md
index 50dc680d..9794b928 100644
--- a/documentation/openvino.md
+++ b/documentation/openvino.md
@@ -11,6 +11,7 @@ Follow the [Yocto Project official documentation](https://docs.yoctoproject.org/
11 git clone https://git.yoctoproject.org/git/poky 11 git clone https://git.yoctoproject.org/git/poky
12 git clone https://github.com/openembedded/meta-openembedded 12 git clone https://github.com/openembedded/meta-openembedded
13 git clone https://git.yoctoproject.org/git/meta-intel 13 git clone https://git.yoctoproject.org/git/meta-intel
14 git clone https://github.com/intel/meta-openvino
14``` 15```
15 16
16 17
@@ -30,6 +31,7 @@ Follow the [Yocto Project official documentation](https://docs.yoctoproject.org/
30 bitbake-layers add-layer ../meta-openembedded/meta-oe 31 bitbake-layers add-layer ../meta-openembedded/meta-oe
31 bitbake-layers add-layer ../meta-openembedded/meta-python 32 bitbake-layers add-layer ../meta-openembedded/meta-python
32 bitbake-layers add-layer ../meta-intel 33 bitbake-layers add-layer ../meta-intel
34 bitbake-layers add-layer ../meta-openvino
33 35
34``` 36```
35 37
@@ -54,9 +56,6 @@ Follow the [Yocto Project official documentation](https://docs.yoctoproject.org/
54 # Include OpenVINO Python API package in the target image. 56 # Include OpenVINO Python API package in the target image.
55 CORE_IMAGE_EXTRA_INSTALL:append = " openvino-inference-engine-python3" 57 CORE_IMAGE_EXTRA_INSTALL:append = " openvino-inference-engine-python3"
56 58
57 # Include model conversion API in the target image.
58 CORE_IMAGE_EXTRA_INSTALL:append = " openvino-model-optimizer"
59
60``` 59```
61 60
62## Step 2: Build a Yocto Image with OpenVINO Packages 61## Step 2: Build a Yocto Image with OpenVINO Packages
@@ -88,8 +87,6 @@ If the image build is successful, it will return the list of packages as below:
88 openvino-inference-engine-python3 87 openvino-inference-engine-python3
89 openvino-inference-engine-samples 88 openvino-inference-engine-samples
90 openvino-inference-engine-src 89 openvino-inference-engine-src
91 openvino-model-optimizer 90 openvino-inference-engine-doc
92 openvino-model-optimizer-dbg
93 openvino-model-optimizer-dev
94 91
95``` 92```
diff --git a/documentation/tested_hardware.md b/documentation/tested_hardware.md
index 48a25ab4..1fa81454 100644
--- a/documentation/tested_hardware.md
+++ b/documentation/tested_hardware.md
@@ -1,23 +1,20 @@
1## Tested Hardware 1## Tested Hardware
2 2
3The following undergo regular basic testing with their respective MACHINE types. 3The following undergo regular testing with their respective MACHINE types:
4 4
5- intel-corei7-64: 5- intel-corei7-64:
6 * Alder Lake-P 6 * Alder Lake-P/S/PS
7 * Alder Lake-S 7 * Amston Lake
8 * Alder Lake-PS
9 * Elkhart Lake 8 * Elkhart Lake
10 * Metor Lake-P 9 * Metor Lake-P
11 * Raptor Lake-P 10 * Raptor Lake-P/S
12 * Tiger Lake 11 * Tiger Lake
13 12
14- intel-skylake-64: 13- intel-skylake-64:
15 * Alder Lake-P 14 * Alder Lake-P/S/PS
16 * Alder Lake-S 15 * Amston Lake
17 * Alder Lake-PS
18 * Elkhart Lake
19 * Metor Lake-P 16 * Metor Lake-P
20 * Raptor Lake-P 17 * Raptor Lake-P/S
21 * Tiger Lake 18 * Tiger Lake
22 19
23- intel-core2-32: 20- intel-core2-32: