summaryrefslogtreecommitdiffstats
path: root/meta
diff options
context:
space:
mode:
authorMarcin Juszkiewicz <hrw@openedhand.com>2008-09-26 09:48:09 +0000
committerMarcin Juszkiewicz <hrw@openedhand.com>2008-09-26 09:48:09 +0000
commit5529d5ebb13d2216951181c35a22592dfee3d6ff (patch)
treefc0269a1983ceed6121e55f0c69e6eb8cbc6241f /meta
parent13c0576b6b3fd99274a9439b20a24013d45b9d46 (diff)
downloadpoky-5529d5ebb13d2216951181c35a22592dfee3d6ff.tar.gz
linux-moblin2: do not compile kernel with debug infos
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5290 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta')
-rw-r--r--meta/packages/linux/linux-moblin2-2.6.27-rc1/defconfig-eee9014
-rw-r--r--meta/packages/linux/linux-moblin2_2.6.27-rc1.bb4
2 files changed, 4 insertions, 4 deletions
diff --git a/meta/packages/linux/linux-moblin2-2.6.27-rc1/defconfig-eee901 b/meta/packages/linux/linux-moblin2-2.6.27-rc1/defconfig-eee901
index 489bfce8ff..4db593fb49 100644
--- a/meta/packages/linux/linux-moblin2-2.6.27-rc1/defconfig-eee901
+++ b/meta/packages/linux/linux-moblin2-2.6.27-rc1/defconfig-eee901
@@ -1,7 +1,7 @@
1# 1#
2# Automatically generated make config: don't edit 2# Automatically generated make config: don't edit
3# Linux kernel version: 2.6.27-rc1 3# Linux kernel version: 2.6.27-rc1
4# Wed Sep 10 12:10:52 2008 4# Fri Sep 26 11:40:46 2008
5# 5#
6# CONFIG_64BIT is not set 6# CONFIG_64BIT is not set
7CONFIG_X86_32=y 7CONFIG_X86_32=y
@@ -2139,7 +2139,7 @@ CONFIG_STACKTRACE=y
2139# CONFIG_DEBUG_KOBJECT is not set 2139# CONFIG_DEBUG_KOBJECT is not set
2140# CONFIG_DEBUG_HIGHMEM is not set 2140# CONFIG_DEBUG_HIGHMEM is not set
2141CONFIG_DEBUG_BUGVERBOSE=y 2141CONFIG_DEBUG_BUGVERBOSE=y
2142CONFIG_DEBUG_INFO=y 2142# CONFIG_DEBUG_INFO is not set
2143# CONFIG_DEBUG_VM is not set 2143# CONFIG_DEBUG_VM is not set
2144# CONFIG_DEBUG_WRITECOUNT is not set 2144# CONFIG_DEBUG_WRITECOUNT is not set
2145CONFIG_DEBUG_MEMORY_INIT=y 2145CONFIG_DEBUG_MEMORY_INIT=y
diff --git a/meta/packages/linux/linux-moblin2_2.6.27-rc1.bb b/meta/packages/linux/linux-moblin2_2.6.27-rc1.bb
index 9e457607a2..f6f75cd5bf 100644
--- a/meta/packages/linux/linux-moblin2_2.6.27-rc1.bb
+++ b/meta/packages/linux/linux-moblin2_2.6.27-rc1.bb
@@ -1,6 +1,6 @@
1require linux-moblin2.inc 1require linux-moblin2.inc
2 2
3PR = "r0" 3PR = "r1"
4 4
5DEFAULT_PREFERENCE_eee901 = "1" 5DEFAULT_PREFERENCE_eee901 = "1"
6 6
@@ -20,4 +20,4 @@ SRC_URI = "${KERNELORG_MIRROR}pub/linux/kernel/v2.6/linux-2.6.26.tar.bz2 \
20 file://0012_intelfb_945gme.patch;patch=1 \ 20 file://0012_intelfb_945gme.patch;patch=1 \
21 file://defconfig-eee901" 21 file://defconfig-eee901"
22 22
23S = "${WORKDIR}/linux-2.6.26" \ No newline at end of file 23S = "${WORKDIR}/linux-2.6.26"