mirror of
git://git.yoctoproject.org/meta-rockchip.git
synced 2025-07-19 20:59:03 +02:00
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>
This commit is contained in:
parent
e3efa2f2ec
commit
561f2a80b9
|
@ -19,5 +19,5 @@ KERNEL_IMAGETYPE = "zImage"
|
||||||
IMAGE_FSTYPES += "ext4"
|
IMAGE_FSTYPES += "ext4"
|
||||||
|
|
||||||
SERIAL_CONSOLES ?= "115200;ttyFIQ0"
|
SERIAL_CONSOLES ?= "115200;ttyFIQ0"
|
||||||
KERNEL_DEFCONFIG = "multi_v7_defconfig"
|
KBUILD_DEFCONFIG = "multi_v7_defconfig"
|
||||||
|
|
||||||
|
|
|
@ -7,4 +7,4 @@ DEFAULTTUNE="cortexa17-neon"
|
||||||
PREFERRED_PROVIDER_virtual/kernel = "linux"
|
PREFERRED_PROVIDER_virtual/kernel = "linux"
|
||||||
SERIAL_CONSOLES = "115200;ttyS2"
|
SERIAL_CONSOLES = "115200;ttyS2"
|
||||||
KERNEL_IMAGETYPE = "zImage"
|
KERNEL_IMAGETYPE = "zImage"
|
||||||
KERNEL_DEFCONFIG = "multi_v7_defconfig"
|
KBUILD_DEFCONFIG = "multi_v7_defconfig"
|
||||||
|
|
Loading…
Reference in New Issue
Block a user