meta-rockchip/conf/machine/include/rk3288.inc
Trevor Woerner dd1fc4abcf linux-yocto: remove non-rockchip archs
Remove the non-rockchip architectures from the kernel build since these are
all a waste of build time, filesystem space, and runtime memory.

Signed-off-by: Trevor Woerner <twoerner@gmail.com>
2023-09-16 07:38:36 -04:00

17 lines
486 B
PHP

# Copyright (C) 2015 Romain Perier
# Released under the MIT license (see COPYING.MIT for the terms)
SOC_FAMILY = "rk3288"
require conf/machine/include/arm/armv7a/tune-cortexa17.inc
require conf/machine/include/soc-family.inc
require conf/machine/include/rockchip-defaults.inc
SERIAL_CONSOLES = "115200;ttyS2"
KBUILD_DEFCONFIG ?= "multi_v7_defconfig"
KERNEL_FEATURES:append:rk3288 = " bsp/rockchip/remove-non-rockchip-arch-arm.scc"
KERNEL_IMAGETYPE = "zImage"
UBOOT_SUFFIX ?= "bin"