summaryrefslogtreecommitdiffstats
path: root/meta/packages/linux
diff options
context:
space:
mode:
authorMarcin Juszkiewicz <hrw@openedhand.com>2008-05-20 14:35:38 +0000
committerMarcin Juszkiewicz <hrw@openedhand.com>2008-05-20 14:35:38 +0000
commitfd7396b709ec5926f35fb87caab4a928c2b2b70e (patch)
treee7258b0f314c76e476261fd6a5d852e835917d5f /meta/packages/linux
parenta62a58345f210cccdac597f0a359ed59082b196a (diff)
downloadpoky-fd7396b709ec5926f35fb87caab4a928c2b2b70e.tar.gz
linux-mx31: disable CONFIG_LOCALVERSION_AUTO
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4514 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/linux')
-rw-r--r--meta/packages/linux/linux-mx31-2.6.22.6/defconfig-mx31ads2
-rw-r--r--meta/packages/linux/linux-mx31-2.6.22.6/defconfig-mx31phy2
-rw-r--r--meta/packages/linux/linux-mx31_2.6.22.6.bb2
3 files changed, 3 insertions, 3 deletions
diff --git a/meta/packages/linux/linux-mx31-2.6.22.6/defconfig-mx31ads b/meta/packages/linux/linux-mx31-2.6.22.6/defconfig-mx31ads
index 72a1537f8c..451db271c4 100644
--- a/meta/packages/linux/linux-mx31-2.6.22.6/defconfig-mx31ads
+++ b/meta/packages/linux/linux-mx31-2.6.22.6/defconfig-mx31ads
@@ -38,7 +38,7 @@ CONFIG_INIT_ENV_ARG_LIMIT=32
38# General setup 38# General setup
39# 39#
40CONFIG_LOCALVERSION="" 40CONFIG_LOCALVERSION=""
41CONFIG_LOCALVERSION_AUTO=y 41# CONFIG_LOCALVERSION_AUTO is not set
42CONFIG_SWAP=y 42CONFIG_SWAP=y
43CONFIG_SYSVIPC=y 43CONFIG_SYSVIPC=y
44# CONFIG_IPC_NS is not set 44# CONFIG_IPC_NS is not set
diff --git a/meta/packages/linux/linux-mx31-2.6.22.6/defconfig-mx31phy b/meta/packages/linux/linux-mx31-2.6.22.6/defconfig-mx31phy
index d1947fe26e..dd905eef79 100644
--- a/meta/packages/linux/linux-mx31-2.6.22.6/defconfig-mx31phy
+++ b/meta/packages/linux/linux-mx31-2.6.22.6/defconfig-mx31phy
@@ -38,7 +38,7 @@ CONFIG_INIT_ENV_ARG_LIMIT=32
38# General setup 38# General setup
39# 39#
40CONFIG_LOCALVERSION="" 40CONFIG_LOCALVERSION=""
41CONFIG_LOCALVERSION_AUTO=y 41# CONFIG_LOCALVERSION_AUTO is not set
42CONFIG_SWAP=y 42CONFIG_SWAP=y
43CONFIG_SYSVIPC=y 43CONFIG_SYSVIPC=y
44# CONFIG_IPC_NS is not set 44# CONFIG_IPC_NS is not set
diff --git a/meta/packages/linux/linux-mx31_2.6.22.6.bb b/meta/packages/linux/linux-mx31_2.6.22.6.bb
index 71f3be68c4..f3ab347d77 100644
--- a/meta/packages/linux/linux-mx31_2.6.22.6.bb
+++ b/meta/packages/linux/linux-mx31_2.6.22.6.bb
@@ -1,5 +1,5 @@
1require linux-mx31.inc 1require linux-mx31.inc
2PR = "r3" 2PR = "r4"
3 3
4FILESDIR = "${WORKDIR}" 4FILESDIR = "${WORKDIR}"
5 5