On 5/30/2023 4:47 PM, [email protected] wrote:
From: Randolph Sapp <[email protected]>

Rogue devices now have limited support for opencl. Further testing is
required but this is safe to enable now.

Signed-off-by: Randolph Sapp <[email protected]>
---
  meta-arago-distro/conf/distro/arago.conf | 2 +-
  1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-arago-distro/conf/distro/arago.conf 
b/meta-arago-distro/conf/distro/arago.conf
index 379b1d44..a6425fae 100644
--- a/meta-arago-distro/conf/distro/arago.conf
+++ b/meta-arago-distro/conf/distro/arago.conf
@@ -47,7 +47,7 @@ DISTRO_FEATURES = "${DISTRO_FEATURES_DEFAULT} 
${DISTRO_FEATURES_LIBC}"
# Add additional distro features
  DISTRO_FEATURES:append = " pam wayland opengl"
-#DISTRO_FEATURES:append = " opencl"
+DISTRO_FEATURES:append = " opencl"

This change has opened a can of worms. A lot of build failures. Some of the dependent recipes were not migrated over from dunfell to kirkstone and those dependencies were hidden behind this feature being turned off.

If you want to recreate the build failures you can run:

MACHINE=am57xx-evm bitbake -k tisdk-core-bundle tisdk-tiny-image ti-world


We need to either prune out some more older recipes that are depending on the missing packages, restore the missing packages and clean them up per the kirkstone rules and machine renames, or option C (yet to be thought of).

Needless to say, no quick fix for this one. So I'm holding off accepting this patch series.


  DISTRO_FEATURES:append = " vulkan"
  DISTRO_FEATURES:append = " opencv"
  DISTRO_FEATURES:append = " openmp"

--
Ryan Eatmon                [email protected]
-----------------------------------------
Texas Instruments, Inc.  -  LCPD  -  MGTS


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#14494): 
https://lists.yoctoproject.org/g/meta-arago/message/14494
Mute This Topic: https://lists.yoctoproject.org/mt/99229923/21656
Group Owner: [email protected]
Unsubscribe: 
https://lists.yoctoproject.org/g/meta-arago/leave/10763299/21656/89520264/xyzzy 
[[email protected]]
-=-=-=-=-=-=-=-=-=-=-=-


Reply via email to