diff options
| author | Richard Purdie <richard@openedhand.com> | 2008-08-11 14:30:10 +0000 |
|---|---|---|
| committer | Richard Purdie <richard@openedhand.com> | 2008-08-11 14:30:10 +0000 |
| commit | cfb6c0dc25def1119f1d3f2a14b8777bfc7d024a (patch) | |
| tree | 72abe8038d1611a9444b2df10c8d2c6b96928085 | |
| parent | bec2223ac61711c446f1b2c212d1051c7363c8d6 (diff) | |
| download | poky-cfb6c0dc25def1119f1d3f2a14b8777bfc7d024a.tar.gz | |
linux-omap-2.6.24.7: Tweak defconfig to display module symbol versioning
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5044 311d38ba-8fff-0310-9ca6-ca027cbcb966
| -rw-r--r-- | meta/packages/linux/linux-omap-2.6.24.7/defconfig-omap-3430ldp | 2 | ||||
| -rw-r--r-- | meta/packages/linux/linux-omap_2.6.24.7.bb | 10 |
2 files changed, 9 insertions, 3 deletions
diff --git a/meta/packages/linux/linux-omap-2.6.24.7/defconfig-omap-3430ldp b/meta/packages/linux/linux-omap-2.6.24.7/defconfig-omap-3430ldp index df6add174c..10a3a8c45a 100644 --- a/meta/packages/linux/linux-omap-2.6.24.7/defconfig-omap-3430ldp +++ b/meta/packages/linux/linux-omap-2.6.24.7/defconfig-omap-3430ldp | |||
| @@ -82,7 +82,7 @@ CONFIG_BASE_SMALL=0 | |||
| 82 | CONFIG_MODULES=y | 82 | CONFIG_MODULES=y |
| 83 | CONFIG_MODULE_UNLOAD=y | 83 | CONFIG_MODULE_UNLOAD=y |
| 84 | # CONFIG_MODULE_FORCE_UNLOAD is not set | 84 | # CONFIG_MODULE_FORCE_UNLOAD is not set |
| 85 | CONFIG_MODVERSIONS=y | 85 | # CONFIG_MODVERSIONS is not set |
| 86 | CONFIG_MODULE_SRCVERSION_ALL=y | 86 | CONFIG_MODULE_SRCVERSION_ALL=y |
| 87 | CONFIG_KMOD=y | 87 | CONFIG_KMOD=y |
| 88 | CONFIG_BLOCK=y | 88 | CONFIG_BLOCK=y |
diff --git a/meta/packages/linux/linux-omap_2.6.24.7.bb b/meta/packages/linux/linux-omap_2.6.24.7.bb index 4477f65488..e729e9789c 100644 --- a/meta/packages/linux/linux-omap_2.6.24.7.bb +++ b/meta/packages/linux/linux-omap_2.6.24.7.bb | |||
| @@ -1,7 +1,13 @@ | |||
| 1 | require linux-omap.inc | 1 | require linux-omap.inc |
| 2 | PR = "r0" | 2 | |
| 3 | PR = "r1" | ||
| 4 | |||
| 3 | COMPATIBLE_MACHINE = "omap-3430ldp" | 5 | COMPATIBLE_MACHINE = "omap-3430ldp" |
| 4 | #http://omapzoom.org/gf/download/frsrelease/110/425/linux-ldp-v1.4.tar | 6 | |
| 7 | # | ||
| 8 | # Patch extracted from: | ||
| 9 | # http://omapzoom.org/gf/download/frsrelease/110/425/linux-ldp-v1.4.tar | ||
| 10 | # | ||
| 5 | 11 | ||
| 6 | SRC_URI="http://www.kernel.org/pub/linux/kernel/v2.6/linux-2.6.24.tar.bz2 \ | 12 | SRC_URI="http://www.kernel.org/pub/linux/kernel/v2.6/linux-2.6.24.tar.bz2 \ |
| 7 | http://kernel.org/pub/linux/kernel/v2.6/patch-2.6.24.7.bz2;patch=1 \ | 13 | http://kernel.org/pub/linux/kernel/v2.6/patch-2.6.24.7.bz2;patch=1 \ |
