[meta-ti] Denys Dmytriyenko : linux-ti-staging: add package-specifier for RDEPENDS variable

Arago Project git git at arago-project.org
Tue May 7 08:36:30 PDT 2013


Module: meta-ti
Branch: master
Commit: 11e989cd264c7730f5661fe758048942537dbcbd
URL:    http://arago-project.org/git/meta-ti.git?a=commit;h=11e989cd264c7730f5661fe758048942537dbcbd

Author: Denys Dmytriyenko <denys at ti.com>
Date:   Mon May  6 18:45:33 2013 -0400

linux-ti-staging: add package-specifier for RDEPENDS variable

Run-time variables are package-specific, not recipe.

Signed-off-by: Denys Dmytriyenko <denys at ti.com>

---

 recipes-kernel/linux/linux-ti-staging_3.8.bb |    4 ++--
 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 6fe52e2..6e64fc5 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
 
 # Add a run-time dependency for the PM firmware to be installed
 # on the target file system.
-RDEPENDS_ti33x += "am33x-cm3"
+RDEPENDS_kernel-base_ti33x += "am33x-cm3"
 
 # Default is to package all dts files for ti33x devices unless building
 # for the specific beaglebone machine.
@@ -30,7 +30,7 @@ SRCREV = "23e7f725a6af4ca44660c06bc3569f6ce705d1d0"
 PV = "3.8.8"
 
 # Append to the MACHINE_KERNEL_PR so that a new SRCREV will cause a rebuild
-MACHINE_KERNEL_PR_append = "b+gitr${SRCPV}"
+MACHINE_KERNEL_PR_append = "c+gitr${SRCPV}"
 
 SRC_URI = "git://git.ti.com/ti-linux-kernel/ti-linux-kernel.git;protocol=git;branch=${BRANCH} \
            file://defconfig \




More information about the meta-ti mailing list