19 lines
390 B
HTML
19 lines
390 B
HTML
SOC_FAMILY = "armada"
|
|
require conf/machine/include/soc-family.inc
|
|
|
|
DEFAULTTUNE ?= "cortexa9thf-neon"
|
|
require conf/machine/include/arm/armv7a/tune-cortexa9.inc
|
|
|
|
KERNEL_IMAGETYPE = "zImage"
|
|
|
|
NM_TARGET = "netbolt"
|
|
NM_ARCH = "arm"
|
|
|
|
INODE_SIZE = "1024"
|
|
DIR_INODE_SIZE = "1024"
|
|
FILE_INODE_SIZE = "0"
|
|
|
|
DISTRO_FEATURES:remove += "bluetooth bluez5"
|
|
|
|
PREFERRED_PROVIDER_virtual/kernel = "linux-nrsw"
|