diff options
author | Marcin Juszkiewicz <hrw@openedhand.com> | 2008-05-20 14:35:38 +0000 |
---|---|---|
committer | Marcin Juszkiewicz <hrw@openedhand.com> | 2008-05-20 14:35:38 +0000 |
commit | fd7396b709ec5926f35fb87caab4a928c2b2b70e (patch) | |
tree | e7258b0f314c76e476261fd6a5d852e835917d5f /meta/packages | |
parent | a62a58345f210cccdac597f0a359ed59082b196a (diff) | |
download | openembedded-core-fd7396b709ec5926f35fb87caab4a928c2b2b70e.tar.gz openembedded-core-fd7396b709ec5926f35fb87caab4a928c2b2b70e.tar.bz2 openembedded-core-fd7396b709ec5926f35fb87caab4a928c2b2b70e.tar.xz openembedded-core-fd7396b709ec5926f35fb87caab4a928c2b2b70e.zip |
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')
-rw-r--r-- | meta/packages/linux/linux-mx31-2.6.22.6/defconfig-mx31ads | 2 | ||||
-rw-r--r-- | meta/packages/linux/linux-mx31-2.6.22.6/defconfig-mx31phy | 2 | ||||
-rw-r--r-- | meta/packages/linux/linux-mx31_2.6.22.6.bb | 2 |
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 72a1537f8..451db271c 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 # General setup # CONFIG_LOCALVERSION="" -CONFIG_LOCALVERSION_AUTO=y +# CONFIG_LOCALVERSION_AUTO is not set CONFIG_SWAP=y CONFIG_SYSVIPC=y # 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 d1947fe26..dd905eef7 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 # General setup # CONFIG_LOCALVERSION="" -CONFIG_LOCALVERSION_AUTO=y +# CONFIG_LOCALVERSION_AUTO is not set CONFIG_SWAP=y CONFIG_SYSVIPC=y # 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 71f3be68c..f3ab347d7 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 @@ require linux-mx31.inc -PR = "r3" +PR = "r4" FILESDIR = "${WORKDIR}" |