diff options
author | Koen Kooi <koen@openembedded.org> | 2009-04-06 09:11:49 +0200 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2009-04-06 09:11:49 +0200 |
commit | 594a5295448cfc2d97e9b1721efe57c3362635bf (patch) | |
tree | 544d3b15053164714cbb0d318a6e81675f4f30a3 /recipes | |
parent | 389043beaee17cd6bc90e5c8e7140fdab51c9ae8 (diff) |
omap3 boards: introduce MACHINE_KERNEL_PR, put it in conf/machine/include/omap3.inc
Diffstat (limited to 'recipes')
-rw-r--r-- | recipes/dsplink/gstreamer-ti_svn.bb | 2 | ||||
-rw-r--r-- | recipes/dsplink/ti-codec-engine_2.21.bb | 1 | ||||
-rw-r--r-- | recipes/dsplink/ti-codec-engine_2.23.bb | 1 | ||||
-rw-r--r-- | recipes/dsplink/ti-dmai_svn.bb | 2 | ||||
-rw-r--r-- | recipes/powervr-drivers/omap3-sgx-modules_1.3.13.1397.bb | 2 |
5 files changed, 2 insertions, 6 deletions
diff --git a/recipes/dsplink/gstreamer-ti_svn.bb b/recipes/dsplink/gstreamer-ti_svn.bb index ab705f3622..6944ad59b8 100644 --- a/recipes/dsplink/gstreamer-ti_svn.bb +++ b/recipes/dsplink/gstreamer-ti_svn.bb @@ -4,7 +4,7 @@ SRC_URI = "svn://gforge.ti.com/svn/gstreamer_ti/trunk;module=gstreamer_ti;proto= " SRCREV = "160" -PR = "r7" +PR = "${MACHINE_KERNEL_PR}" # Again, no '.' in PWD allowed :( PV = "0+svnr${SRCREV}" diff --git a/recipes/dsplink/ti-codec-engine_2.21.bb b/recipes/dsplink/ti-codec-engine_2.21.bb index 5b1d5e0b6b..f0b0d7e1ce 100644 --- a/recipes/dsplink/ti-codec-engine_2.21.bb +++ b/recipes/dsplink/ti-codec-engine_2.21.bb @@ -8,7 +8,6 @@ RDEPENDS = "update-modules" inherit module # tconf from xdctools dislikes '.' in pwd :/ -PR = "r19" PV = "221" # Get CE tarball from TI website, place in sources and calculate diff --git a/recipes/dsplink/ti-codec-engine_2.23.bb b/recipes/dsplink/ti-codec-engine_2.23.bb index a42c33bcdd..bbf54d4ff9 100644 --- a/recipes/dsplink/ti-codec-engine_2.23.bb +++ b/recipes/dsplink/ti-codec-engine_2.23.bb @@ -9,7 +9,6 @@ inherit module DEFAULT_PREFERENCE = "-1" # tconf from xdctools dislikes '.' in pwd :/ -PR = "r0" PV = "223" # Get CE tarball from TI website, place in sources and calculate md5sum diff --git a/recipes/dsplink/ti-dmai_svn.bb b/recipes/dsplink/ti-dmai_svn.bb index bcbaea8f65..76fa74a258 100644 --- a/recipes/dsplink/ti-dmai_svn.bb +++ b/recipes/dsplink/ti-dmai_svn.bb @@ -15,7 +15,7 @@ SRCREV = "36" S = "${WORKDIR}/BRIJESH_GIT_022309/davinci_multimedia_application_interface/dmai" # Yes, the xdc stuff still breaks with a '.' in PWD PV = "120+svnr${SRCREV}" -PR = "r16" +PR = "${MACHINE_KERNEL_PR}" TARGET = "all" TARGET_neuros-osd2 = " dm6446_al dm6446_db" diff --git a/recipes/powervr-drivers/omap3-sgx-modules_1.3.13.1397.bb b/recipes/powervr-drivers/omap3-sgx-modules_1.3.13.1397.bb index 985a0c044b..fc9f02f5df 100644 --- a/recipes/powervr-drivers/omap3-sgx-modules_1.3.13.1397.bb +++ b/recipes/powervr-drivers/omap3-sgx-modules_1.3.13.1397.bb @@ -1,8 +1,6 @@ DESCRIPTION = "Kernel drivers for the PowerVR SGX chipset found in the omap3 SoCs" LICENSE = "GPLv2" -PR = "r6" - inherit module SRC_URI = "http://dominion.thruhere.net/koen/OE/omap3-sgx-modules-${PV}.tar.bz2 \ |