diff options
author | Marcin Juszkiewicz <hrw@openedhand.com> | 2008-05-20 14:35:19 +0000 |
---|---|---|
committer | Marcin Juszkiewicz <hrw@openedhand.com> | 2008-05-20 14:35:19 +0000 |
commit | a62a58345f210cccdac597f0a359ed59082b196a (patch) | |
tree | 47b75c646e503293161eecbce97f70663e746f9d /meta/packages | |
parent | c5acfef4d2e0bb48ef52a5fe605c336c789730b9 (diff) | |
download | poky-a62a58345f210cccdac597f0a359ed59082b196a.tar.gz |
linux-nokia800: disable CONFIG_LOCALVERSION_AUTO
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4513 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages')
-rw-r--r-- | meta/packages/linux/linux-nokia800-2.6.18-osso40/nokia770/defconfig | 2 | ||||
-rw-r--r-- | meta/packages/linux/linux-nokia800_2.6.18-osso40.bb | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/meta/packages/linux/linux-nokia800-2.6.18-osso40/nokia770/defconfig b/meta/packages/linux/linux-nokia800-2.6.18-osso40/nokia770/defconfig index a6cbb33280..3cd1430332 100644 --- a/meta/packages/linux/linux-nokia800-2.6.18-osso40/nokia770/defconfig +++ b/meta/packages/linux/linux-nokia800-2.6.18-osso40/nokia770/defconfig | |||
@@ -25,7 +25,7 @@ CONFIG_INIT_ENV_ARG_LIMIT=32 | |||
25 | # General setup | 25 | # General setup |
26 | # | 26 | # |
27 | CONFIG_LOCALVERSION="" | 27 | CONFIG_LOCALVERSION="" |
28 | CONFIG_LOCALVERSION_AUTO=y | 28 | # CONFIG_LOCALVERSION_AUTO is not set |
29 | CONFIG_SWAP=y | 29 | CONFIG_SWAP=y |
30 | CONFIG_SYSVIPC=y | 30 | CONFIG_SYSVIPC=y |
31 | CONFIG_POSIX_MQUEUE=y | 31 | CONFIG_POSIX_MQUEUE=y |
diff --git a/meta/packages/linux/linux-nokia800_2.6.18-osso40.bb b/meta/packages/linux/linux-nokia800_2.6.18-osso40.bb index 1189ea7c2c..13c2e8f4af 100644 --- a/meta/packages/linux/linux-nokia800_2.6.18-osso40.bb +++ b/meta/packages/linux/linux-nokia800_2.6.18-osso40.bb | |||
@@ -1,6 +1,6 @@ | |||
1 | require linux-nokia800.inc | 1 | require linux-nokia800.inc |
2 | 2 | ||
3 | PR = "r5" | 3 | PR = "r6" |
4 | SRC_URI = "http://repository.maemo.org/pool/maemo3.1/free/source/kernel-source-rx-34_2.6.18.orig.tar.gz \ | 4 | SRC_URI = "http://repository.maemo.org/pool/maemo3.1/free/source/kernel-source-rx-34_2.6.18.orig.tar.gz \ |
5 | http://repository.maemo.org/pool/maemo3.1/free/source/kernel-source-rx-34_2.6.18-osso40.diff.gz;patch=1 \ | 5 | http://repository.maemo.org/pool/maemo3.1/free/source/kernel-source-rx-34_2.6.18-osso40.diff.gz;patch=1 \ |
6 | ${RPSRC}/lzo_kernel-r0.patch;patch=1 \ | 6 | ${RPSRC}/lzo_kernel-r0.patch;patch=1 \ |