linux-openzaurus: added KERNEL_RELEASE to get module dependencies generated
authorMarcin Juszkiewicz <hrw@openembedded.org>
Mon, 12 Dec 2005 14:57:46 +0000 (14:57 +0000)
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>
Mon, 12 Dec 2005 14:57:46 +0000 (14:57 +0000)
- it also need modinfo from module-init-tools-cross but thats other bug

packages/linux/linux-openzaurus_2.6.14+2.6.15-rc5.bb
packages/linux/linux-openzaurus_2.6.14-git3.bb

index 058582b..ae5aba8 100644 (file)
@@ -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"
index 2aa2ebf..4d793b2 100644 (file)
@@ -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"