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

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>
11 lines
324 B
HTML
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"
|