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:
Taras Kondratiuk
2018-03-16 01:25:57 -07:00
committed by Khem Raj
parent 80e2da578c
commit 16a13a6328
3 changed files with 3 additions and 2786 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -1 +0,0 @@
CONFIG_SECTION_MISMATCH_WARN_ONLY=y

View File

@@ -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.