aboutsummaryrefslogtreecommitdiffstats
path: root/meta-amd-bsp/conf/local.conf.append.r1000
diff options
context:
space:
mode:
Diffstat (limited to 'meta-amd-bsp/conf/local.conf.append.r1000')
-rw-r--r--meta-amd-bsp/conf/local.conf.append.r100012
1 files changed, 12 insertions, 0 deletions
diff --git a/meta-amd-bsp/conf/local.conf.append.r1000 b/meta-amd-bsp/conf/local.conf.append.r1000
new file mode 100644
index 00000000..d7533e3a
--- /dev/null
+++ b/meta-amd-bsp/conf/local.conf.append.r1000
@@ -0,0 +1,12 @@
+# AMD supports various components that can be enabled by setting the corresponding
+# INCLUDE_<component> to "yes".
+# Following is a list of <components> that can be enabled if you want them to be
+# installed/available on your image.
+# Please change the required INCLUDE_<component> to "yes" before building an image, or
+# generating an ADE that can be used to develop apps for these components (if applicable):
+#
+# - OPENCL - The Open Computing Language.
+# Framework for writing programs that execute across heterogeneous platforms consisting
+# of CPUs, GPUs, DSPs, FPGAs and other processors or hardware accelerators.
+#
+INCLUDE_OPENCL ??= "no"