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/linux-openzaurus_2.6.14-git3.bb | |
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/linux-openzaurus_2.6.14-git3.bb')
-rw-r--r-- | packages/linux/linux-openzaurus_2.6.14-git3.bb | 5 |
1 files changed, 4 insertions, 1 deletions
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" |