summaryrefslogtreecommitdiffstats
path: root/recipes-kernel
diff options
context:
space:
mode:
authorDenys Dmytriyenko <denys@ti.com>2013-05-06 18:45:33 -0400
committerDenys Dmytriyenko <denys@ti.com>2013-05-06 18:45:33 -0400
commit11e989cd264c7730f5661fe758048942537dbcbd (patch)
tree2d7cd0c613585e543ce04050e41da4c3b8ba7465 /recipes-kernel
parentde8061b927a80e3081327748141da939f09fe633 (diff)
downloadmeta-ti-11e989cd264c7730f5661fe758048942537dbcbd.tar.gz
linux-ti-staging: add package-specifier for RDEPENDS variable
Run-time variables are package-specific, not recipe. Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Diffstat (limited to 'recipes-kernel')
-rw-r--r--recipes-kernel/linux/linux-ti-staging_3.8.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-kernel/linux/linux-ti-staging_3.8.bb b/recipes-kernel/linux/linux-ti-staging_3.8.bb
index 6fe52e29..6e64fc5b 100644
--- a/recipes-kernel/linux/linux-ti-staging_3.8.bb
+++ b/recipes-kernel/linux/linux-ti-staging_3.8.bb
@@ -11,7 +11,7 @@ require recipes-kernel/linux/setup-defconfig.inc
11 11
12# Add a run-time dependency for the PM firmware to be installed 12# Add a run-time dependency for the PM firmware to be installed
13# on the target file system. 13# on the target file system.
14RDEPENDS_ti33x += "am33x-cm3" 14RDEPENDS_kernel-base_ti33x += "am33x-cm3"
15 15
16# Default is to package all dts files for ti33x devices unless building 16# Default is to package all dts files for ti33x devices unless building
17# for the specific beaglebone machine. 17# for the specific beaglebone machine.
@@ -30,7 +30,7 @@ SRCREV = "23e7f725a6af4ca44660c06bc3569f6ce705d1d0"
30PV = "3.8.8" 30PV = "3.8.8"
31 31
32# Append to the MACHINE_KERNEL_PR so that a new SRCREV will cause a rebuild 32# Append to the MACHINE_KERNEL_PR so that a new SRCREV will cause a rebuild
33MACHINE_KERNEL_PR_append = "b+gitr${SRCPV}" 33MACHINE_KERNEL_PR_append = "c+gitr${SRCPV}"
34 34
35SRC_URI = "git://git.ti.com/ti-linux-kernel/ti-linux-kernel.git;protocol=git;branch=${BRANCH} \ 35SRC_URI = "git://git.ti.com/ti-linux-kernel/ti-linux-kernel.git;protocol=git;branch=${BRANCH} \
36 file://defconfig \ 36 file://defconfig \