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

This patch allows the user to run menuconfig from bitbake. Signed-off-by: Trevor Woerner <twoerner@gmail.com>
19 lines
483 B
HTML
19 lines
483 B
HTML
DESCRIPTION = "Linux Kernel"
|
|
SECTION = "kernel"
|
|
LICENSE = "GPLv2"
|
|
|
|
LIC_FILES_CHKSUM = "file://COPYING;md5=bbea815ee2795b2f4230826c0c6b8814"
|
|
|
|
SRC_URI = " \
|
|
git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git;branch=${KBRANCH} \
|
|
file://0001-menuconfig-mconf-cfg-Allow-specification-of-ncurses-.patch \
|
|
"
|
|
|
|
inherit kernel
|
|
require recipes-kernel/linux/linux-yocto.inc
|
|
|
|
PV = "${LINUX_VERSION}+git${SRCPV}"
|
|
|
|
KCONF_BSP_AUDIT_LEVEL = "0"
|
|
deltask kernel_configme
|