ti-recipes: Switch remaining buildable ti recipes to use KERNEL_PR
authorRoger Monk <r-monk@ti.com>
Thu, 16 Sep 2010 15:13:27 +0000 (16:13 +0100)
committerKoen Kooi <koen@openembedded.org>
Thu, 30 Sep 2010 11:20:24 +0000 (13:20 +0200)
* Switch recipes to use KERNEL_PR + append if they are buildable
   * All related KERNELs have higher PR than the previous local PR, so safe to change
   * Allows us to easily rebuild entire ti stack by bumping KERNEL_PR
   * Downside is, of course, that entire ti stack will get built each time we tweak kernels
      * However, most of TI stack has kernel dependence anyway

Signed-off-by: Roger Monk <r-monk@ti.com>
Signed-off-by: Koen Kooi <k-kooi@ti.com>
Signed-off-by: Roger Monk <r-monk@ti.com>
Signed-off-by: Koen Kooi <k-kooi@ti.com>
recipes/ti/bitblit_svn.bb
recipes/ti/ti-codec-engine.inc
recipes/ti/ti-codecs-dm6446_2.05.00.00.bb
recipes/ti/ti-codecs-dm6467_1.0.0.bb
recipes/ti/ti-codecs-dm6467_1.00.00.03.bb
recipes/ti/ti-codecs-dm6467_1.00.00.08.bb
recipes/ti/ti-codecs-omap3530_1.00.01.bb
recipes/ti/ti-codecs-omap3530_1.01.00.bb
recipes/ti/ti-codecs-omapl137_1.00.00.bb
recipes/ti/ti-codecs-omapl138_1.00.00.bb

index 3d6d4f0..134c4d2 100644 (file)
@@ -13,7 +13,8 @@ SRC_URI = "svn://gforge.ti.com/svn/${PN};module=trunk;proto=https;user=anonymous
 
 # Again, no '.' in PWD allowed :(
 PV = "0+svnr${SRCPV}"
-PR = "r1"
+PR = "${MACHINE_KERNEL_PR}"
+PR_append = "a"
 
 S = "${WORKDIR}/trunk/bitblit"
 
index 483a161..3c1e418 100644 (file)
@@ -12,7 +12,8 @@ require ti-staging.inc
 
 PROVIDES += "ti-codec-engine-examples"
 
-PR = "r5"
+PR = "${MACHINE_KERNEL_PR}"
+PR_append = "a"
 
 S = "${WORKDIR}/codec_engine_${PV}"
 
index 4ff6493..ba4ab43 100644 (file)
@@ -11,7 +11,8 @@ PV = "2_05_00_00"
 SRC_URI[dm6446codecsbin.md5sum] = "2ce99015bb1ed1df0491403c5e8d99fb"
 SRC_URI[dm6446codecsbin.sha256sum] = "6467ea4854abbff3cbc224df1f163d01c7fb387f15483129a40a1f68e6742b62"
 
-PR = "r18"
+PR = "${MACHINE_KERNEL_PR}"
+PR_append = "a"
 
 require ti-paths.inc
 require ti-staging.inc
index 709b21f..dd2a342 100644 (file)
@@ -1,6 +1,7 @@
 require ti-codec.inc
 
-PR = "r4"
+PR = "${MACHINE_KERNEL_PR}"
+PR_append = "a"
 CSVER = "2"
 PV = "1_00_00"
 
index ef16d83..7ff59b3 100644 (file)
@@ -10,7 +10,8 @@ PV = "1_00_00_03"
 SRC_URI[dm6467codecsbin.md5sum] = "c15085bd613a1df4f3634cc3ed0e04a5"
 SRC_URI[dm6467codecsbin.sha256sum] = "d10e221e53ca4420d72e13496ceabce9b2d0be8c08a5d622bee691ccfa98b8bd"
 
-PR = "r4"
+PR = "${MACHINE_KERNEL_PR}"
+PR_append = "a"
 
 require ti-paths.inc
 require ti-staging.inc
index a37daf2..85b7df7 100644 (file)
@@ -10,7 +10,8 @@ PV = "1_00_00_08"
 SRC_URI[dm6467codecsbin.md5sum] = "41b039978b18fc5214d31b477b7558c9"
 SRC_URI[dm6467codecsbin.sha256sum] = "84c000d01ca6d8fd3389f44fb0daa47522995306f5546dc656afd8b1efc8ba79"
 
-PR = "r1"
+PR = "${MACHINE_KERNEL_PR}"
+PR_append = "a"
 
 require ti-paths.inc
 require ti-staging.inc
index d6d871b..f339c3e 100644 (file)
@@ -11,7 +11,8 @@ SRC_URI[omap3codecsbin.md5sum] = "4db567252e6c43119e1c0aafe401a679"
 SRC_URI[omap3codecsbin.sha256sum] = "e042e1aad42a6728adf5c955dc38e4f8331fc0eacd833f1cd75d9cbb4faff0b5"
 
 PE = "1"
-PR = "r9"
+PR = "${MACHINE_KERNEL_PR}"
+PR_append = "a"
 
 require ti-paths.inc
 require ti-staging.inc
index 57bc7c4..d50d04d 100644 (file)
@@ -11,7 +11,8 @@ SRC_URI[omap3codecsbin.md5sum] = "b9483c218fddb2eaca000cf68382862a"
 SRC_URI[omap3codecsbin.sha256sum] = "ae4e786d9c343b0953dd5d411b597a5d0bf5894bc1f69be3be6e0fc7980152b2"
 
 PE = "1"
-PR = "r2"
+PR = "${MACHINE_KERNEL_PR}"
+PR_append = "a"
 
 require ti-paths.inc
 require ti-staging.inc
index 44fdeb1..b50deed 100644 (file)
@@ -11,7 +11,8 @@ PV = "1_00_00"
 SRC_URI[l137codecsbin.md5sum] = "64a53cd55bc63d3a6f4db742aff90de9"
 SRC_URI[l137codecsbin.sha256sum] = "4fb1075ad83f6017616410eff35ada7d567f1ee1b5b23624a817e8fc7dda3f8a"
 
-PR = "r5"
+PR = "${MACHINE_KERNEL_PR}"
+PR_append = "a"
 
 require ti-paths.inc
 require ti-staging.inc
index 3da65cb..174f185 100644 (file)
@@ -10,7 +10,8 @@ PV = "1_00_00"
 SRC_URI[l138codecsbin.md5sum] = "64a53cd55bc63d3a6f4db742aff90de9"
 SRC_URI[l138codecsbin.sha256sum] = "4fb1075ad83f6017616410eff35ada7d567f1ee1b5b23624a817e8fc7dda3f8a"
 
-PR = "r5"
+PR = "${MACHINE_KERNEL_PR}"
+PR_append = "a"
 
 require ti-paths.inc
 require ti-staging.inc