mirror of
https://github.com/thead-yocto-mirror/meta-riscv
synced 2026-09-10 10:45:41 +02:00
linux-riscv: use in-tree defconfig
It is easier to update kernel version if in-tree defconfig is used. Signed-off-by: Taras Kondratiuk <takondra@cisco.com>
This commit is contained in:
committed by
Khem Raj
parent
80e2da578c
commit
16a13a6328
File diff suppressed because it is too large
Load Diff
@@ -1 +0,0 @@
|
||||
CONFIG_SECTION_MISMATCH_WARN_ONLY=y
|
||||
@@ -13,7 +13,8 @@ PV_append = ".0"
|
||||
KBRANCH ?= "${BRANCH}"
|
||||
KMACHINE ?= "${MACHINE}"
|
||||
KMETA = "meta"
|
||||
#KBUILD_DEFCONFIG_qemuriscv64 = "defconfig"
|
||||
KBUILD_DEFCONFIG_qemuriscv64 = "defconfig"
|
||||
KCONFIG_MODE="--alldefconfig"
|
||||
|
||||
DEPENDS_append = " libgcc"
|
||||
|
||||
@@ -35,8 +36,7 @@ SRCREV = "7501d87f7ebf8337ab2efa3fe692612a3b845c6f"
|
||||
SRCREV_machine = "7501d87f7ebf8337ab2efa3fe692612a3b845c6f"
|
||||
|
||||
SRC_URI = "git://github.com/riscv/riscv-linux.git;branch=${BRANCH} \
|
||||
file://sections.cfg \
|
||||
file://defconfig"
|
||||
"
|
||||
|
||||
#do_install_prepend() {
|
||||
# # We are not building any modules, but the directory needs to be there.
|
||||
|
||||
Reference in New Issue
Block a user