Skip to content

Commit

Permalink
meta-onnxruntime: Correct onnxruntime templates
Browse files Browse the repository at this point in the history
The onnxruntime-examples package is now defined in a bbappend
in meta-benchmark, so the onnxruntime only templates should be
updated.

Fixes: b582289

Signed-off-by: Gareth Williams <[email protected]>
  • Loading branch information
GW-Renesas committed Jun 25, 2021
1 parent cabc703 commit 8c564e8
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion meta-onnxruntime/templates/ek874/local.conf
Original file line number Diff line number Diff line change
Expand Up @@ -360,4 +360,4 @@ DISTRO_FEATURES_append = "${@base_conditional('VIRTUALIZATION_CHECK', 'True', '
# Configuration for Docker
#MACHINE_FEATURES_append = " docker"

IMAGE_INSTALL_append = " onnxruntime-staticdev onnxruntime-dev onnxruntime-examples"
IMAGE_INSTALL_append = " onnxruntime-staticdev onnxruntime-dev"
2 changes: 1 addition & 1 deletion meta-onnxruntime/templates/hihope-rzg2h/local.conf
Original file line number Diff line number Diff line change
Expand Up @@ -360,4 +360,4 @@ DISTRO_FEATURES_append = "${@base_conditional('VIRTUALIZATION_CHECK', 'True', '
# Configuration for Docker
#MACHINE_FEATURES_append = " docker"

IMAGE_INSTALL_append = " onnxruntime-staticdev onnxruntime-dev onnxruntime-examples"
IMAGE_INSTALL_append = " onnxruntime-staticdev onnxruntime-dev"
2 changes: 1 addition & 1 deletion meta-onnxruntime/templates/hihope-rzg2m/local.conf
Original file line number Diff line number Diff line change
Expand Up @@ -360,4 +360,4 @@ DISTRO_FEATURES_append = "${@base_conditional('VIRTUALIZATION_CHECK', 'True', '
# Configuration for Docker
#MACHINE_FEATURES_append = " docker"

IMAGE_INSTALL_append = " onnxruntime-staticdev onnxruntime-dev onnxruntime-examples"
IMAGE_INSTALL_append = " onnxruntime-staticdev onnxruntime-dev"
2 changes: 1 addition & 1 deletion meta-onnxruntime/templates/hihope-rzg2n/local.conf
Original file line number Diff line number Diff line change
Expand Up @@ -359,4 +359,4 @@ DISTRO_FEATURES_append = "${@base_conditional('VIRTUALIZATION_CHECK', 'True', '
# Configuration for Docker
#MACHINE_FEATURES_append = " docker"

IMAGE_INSTALL_append = " onnxruntime-staticdev onnxruntime-dev onnxruntime-examples"
IMAGE_INSTALL_append = " onnxruntime-staticdev onnxruntime-dev"
2 changes: 1 addition & 1 deletion meta-onnxruntime/templates/iwg20m-g1m/local.conf
Original file line number Diff line number Diff line change
Expand Up @@ -353,4 +353,4 @@ ENABLE_QT_FRAMEWORK = "1"
PREFERRED_VERSION_obexftp = "0.23"
PREFERRED_VERSION_openobex = "1.5"

IMAGE_INSTALL_append = " onnxruntime-staticdev onnxruntime-dev onnxruntime-examples"
IMAGE_INSTALL_append = " onnxruntime-staticdev onnxruntime-dev"
2 changes: 1 addition & 1 deletion meta-onnxruntime/templates/iwg21m/local.conf
Original file line number Diff line number Diff line change
Expand Up @@ -353,4 +353,4 @@ ENABLE_QT_FRAMEWORK = "1"
PREFERRED_VERSION_obexftp = "0.23"
PREFERRED_VERSION_openobex = "1.5"

IMAGE_INSTALL_append = " onnxruntime-staticdev onnxruntime-dev onnxruntime-examples"
IMAGE_INSTALL_append = " onnxruntime-staticdev onnxruntime-dev"
2 changes: 1 addition & 1 deletion meta-onnxruntime/templates/iwg22m/local.conf
Original file line number Diff line number Diff line change
Expand Up @@ -353,4 +353,4 @@ ENABLE_QT_FRAMEWORK = "1"
PREFERRED_VERSION_obexftp = "0.23"
PREFERRED_VERSION_openobex = "1.5"

IMAGE_INSTALL_append = " onnxruntime-staticdev onnxruntime-dev onnxruntime-examples"
IMAGE_INSTALL_append = " onnxruntime-staticdev onnxruntime-dev"

0 comments on commit 8c564e8

Please sign in to comment.