aboutsummaryrefslogtreecommitdiffstats
path: root/conf/machine/include/c66x.inc
blob: e35f2eda83c2550727db96bfc7b9524d3194c3e7 (plain)
1
2
3
4
5
6
7
8
9
require conf/machine/include/keystone.inc
SOC_FAMILY_append = ":c66x"

# HACK: The c66x family is composed of devices with only DSP cores, and no ARM
#       cores. The Linux kernel is not supported on these machines.
PREFERRED_PROVIDER_virtual/kernel ?= "linux-dummy"
EXTRA_IMAGEDEPENDS = ""

IMAGE_FSTYPES = "tar.xz"