Skip to content

Commit 9cbd697

Browse files
authored
Merge pull request #1066 from YoeDistro/kraj/master
jetson-agx-orin-devkit: Disable installing samples for now
2 parents 5b7c9b4 + 5863c8b commit 9cbd697

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

conf/projects/jetson-agx-orin-devkit/config.conf

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -56,17 +56,15 @@ PREFERRED_PROVIDER_virtual/kernel = "linux-yocto"
5656
# Use gnu run time to keep cuda happy
5757
RUNTIME = "gnu"
5858
TC_CXX_RUNTIME = "gnu"
59-
CORE_IMAGE_EXTRA_INSTALL:append = " \
59+
CORE_IMAGE_EXTRA_INSTALL1:append = " \
6060
nvidia-drm-loadconf \
6161
cuda-libraries \
6262
${@bb.utils.contains('DISTRO_FEATURES', 'x11', 'vulkan-tools tegra-mmapi-samples mesa-demos l4t-graphics-demos-x11 nvgstapps argus-samples', '', d)} \
6363
${@bb.utils.contains('DISTRO_FEATURES', 'wayland', 'vulkan-tools l4t-graphics-demos-wayland weston-examples', '', d)} \
6464
tensorrt-samples \
6565
tegra-tools-tegrastats \
66-
cuda-samples \
6766
optee-nvsamples optee-test \
6867
cuda-samples \
69-
opencv-samples opencv-apps \
7068
python3-opencv \
7169
python3-cuda \
7270
"

0 commit comments

Comments
 (0)