mirror of
git://git.yoctoproject.org/meta-rockchip.git
synced 2025-07-19 20:59:03 +02:00

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>
15 lines
464 B
PHP
15 lines
464 B
PHP
# Copyright (C) 2015 Romain Perier
|
|
# Released under the MIT license (see COPYING.MIT for the terms)
|
|
|
|
SOC_FAMILY = "rk3188"
|
|
|
|
require conf/machine/include/arm/armv7a/tune-cortexa9.inc
|
|
require conf/machine/include/soc-family.inc
|
|
require conf/machine/include/rockchip-defaults.inc
|
|
|
|
SERIAL_CONSOLES = "115200;ttyFIQ0"
|
|
|
|
KBUILD_DEFCONFIG = "multi_v7_defconfig"
|
|
KERNEL_FEATURES:append:rk3188 = " bsp/rockchip/remove-non-rockchip-arch-arm.scc"
|
|
KERNEL_IMAGETYPE = "zImage"
|