summaryrefslogtreecommitdiffstats
path: root/conf/machine/include/c66x.inc
diff options
context:
space:
mode:
Diffstat (limited to 'conf/machine/include/c66x.inc')
-rw-r--r--conf/machine/include/c66x.inc9
1 files changed, 9 insertions, 0 deletions
diff --git a/conf/machine/include/c66x.inc b/conf/machine/include/c66x.inc
new file mode 100644
index 00000000..e35f2eda
--- /dev/null
+++ b/conf/machine/include/c66x.inc
@@ -0,0 +1,9 @@
1require conf/machine/include/keystone.inc
2SOC_FAMILY_append = ":c66x"
3
4# HACK: The c66x family is composed of devices with only DSP cores, and no ARM
5# cores. The Linux kernel is not supported on these machines.
6PREFERRED_PROVIDER_virtual/kernel ?= "linux-dummy"
7EXTRA_IMAGEDEPENDS = ""
8
9IMAGE_FSTYPES = "tar.xz"