aboutsummaryrefslogtreecommitdiffstats
path: root/conf/machine/include/c66x.inc
blob: 33a657f1a99ecfc1a0694cf36993156a7622cbd3 (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"