diff options
author | Marcin Juszkiewicz <hrw@openembedded.org> | 2005-12-12 14:57:46 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2005-12-12 14:57:46 +0000 |
commit | b24ee10fe7a31b441e7f3d94af153d40d0b84540 (patch) | |
tree | 7e35b8c5931b42c108547de8a820e8541325389d /packages/linux | |
parent | 73b4fc39bcdc6ea58d163fc052aa25f732bf2a47 (diff) |
linux-openzaurus: added KERNEL_RELEASE to get module dependencies generated
- it also need modinfo from module-init-tools-cross but thats other bug
Diffstat (limited to 'packages/linux')
-rw-r--r-- | packages/linux/linux-openzaurus_2.6.14+2.6.15-rc5.bb | 5 | ||||
-rw-r--r-- | packages/linux/linux-openzaurus_2.6.14-git3.bb | 5 |
2 files changed, 8 insertions, 2 deletions
diff --git a/packages/linux/linux-openzaurus_2.6.14+2.6.15-rc5.bb b/packages/linux/linux-openzaurus_2.6.14+2.6.15-rc5.bb index 058582b7e8..ae5aba8e21 100644 --- a/packages/linux/linux-openzaurus_2.6.14+2.6.15-rc5.bb +++ b/packages/linux/linux-openzaurus_2.6.14+2.6.15-rc5.bb @@ -1,6 +1,6 @@ include linux-openzaurus.inc -PR = "r1" +PR = "r2" # Handy URLs # git://rsync.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.git \ @@ -100,3 +100,6 @@ SRC_URI_append_tosa = "${DOSRC}/nand-readid-r1.patch;patch=1 \ ${DOSRC}/wm9712-pm-r0.patch;patch=1 " S = "${WORKDIR}/linux-2.6.15-rc2" + +# to get module dependencies working +KERNEL_RELEASE = "2.6.15-rc5" diff --git a/packages/linux/linux-openzaurus_2.6.14-git3.bb b/packages/linux/linux-openzaurus_2.6.14-git3.bb index 2aa2ebfcae..4d793b27fe 100644 --- a/packages/linux/linux-openzaurus_2.6.14-git3.bb +++ b/packages/linux/linux-openzaurus_2.6.14-git3.bb @@ -1,6 +1,6 @@ include linux-openzaurus.inc -PR = "r7" +PR = "r8" DEFAULT_PREFERENCE = "-1" @@ -95,3 +95,6 @@ SRC_URI_append_tosa = "${DOSRC}/nand-readid-r1.patch;patch=1 \ ${DOSRC}/tosa-bluetooth-r0.patch;patch=1 " S = "${WORKDIR}/linux-2.6.14" + +# to get module dependencies working +KERNEL_RELEASE = "2.6.14-git3" |