meta-rockchip/conf/machine/include/rk3288.inc
Romain Perier 561f2a80b9 machine: Replace KERNEL_DEFCONFIG by KBUILD_DEFCONFIG
KBUILD_DEFCONFIG already existed in the yocto project. When it is used
with the kernel-yocto bbclass, it specifies an "in-tree" kernel
configuration file for use during a kernel build. So instead of use our
own variable we use the standard variable designed for that purpose

Signed-off-by: Romain Perier <romain.perier@free-electrons.com>
2016-08-25 19:51:48 +02:00

11 lines
324 B
HTML

# Copyright (C) 2015 Romain Perier
# Released under the MIT license (see COPYING.MIT for the terms)
require conf/machine/include/tune-cortexa17.inc
DEFAULTTUNE="cortexa17-neon"
PREFERRED_PROVIDER_virtual/kernel = "linux"
SERIAL_CONSOLES = "115200;ttyS2"
KERNEL_IMAGETYPE = "zImage"
KBUILD_DEFCONFIG = "multi_v7_defconfig"