From 9423285cdc624bcfa6ce5f9b7c9928e7f8d1d92e Mon Sep 17 00:00:00 2001 From: Kitae Kim Date: Mon, 3 Sep 2012 14:21:49 +0900 Subject: [PATCH] [Title] enable kernel debuging info. [Type] [Module] emulator-kernel / configuration [Priority] [CQ#] [Redmine#] [Problem] [Cause] [Solution] [TestCase] --- arch/x86/configs/i386_emul_defconfig | 3 ++- package/pkginfo.manifest | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/arch/x86/configs/i386_emul_defconfig b/arch/x86/configs/i386_emul_defconfig index 6f1af114c162..b80b9779674d 100644 --- a/arch/x86/configs/i386_emul_defconfig +++ b/arch/x86/configs/i386_emul_defconfig @@ -3003,7 +3003,8 @@ CONFIG_DEBUG_STACK_USAGE=y # CONFIG_DEBUG_KOBJECT is not set # CONFIG_DEBUG_HIGHMEM is not set CONFIG_DEBUG_BUGVERBOSE=y -# CONFIG_DEBUG_INFO is not set +CONFIG_DEBUG_INFO=y +# CONFIG_DEBUG_INFO_REDUCED is not set # CONFIG_DEBUG_VM is not set # CONFIG_DEBUG_VIRTUAL is not set # CONFIG_DEBUG_WRITECOUNT is not set diff --git a/package/pkginfo.manifest b/package/pkginfo.manifest index d8cb729a54e8..75408da0aa7d 100644 --- a/package/pkginfo.manifest +++ b/package/pkginfo.manifest @@ -1,5 +1,5 @@ Package: emulator-kernel-x86 -Version: 1.3.13 +Version: 1.3.14 OS: ubuntu-32, ubuntu-64, windows-32, windows-64, macos-64 Build-host-os: ubuntu-32 Maintainer: Yeong-Kyoon, Lee -- 2.34.1