[meta-ti] [PATCH 3/3] rm-lld: Update to new version 2.1.0.6
Sam Nelson
sam.nelson at ti.com
Tue Oct 7 14:31:29 PDT 2014
- Add dependency on libdaemon
- Remove device dependency
Signed-off-by: Sam Nelson <sam.nelson at ti.com>
---
recipes-bsp/rm-lld/rm-lld_git.bb | 24 ++++++++----------------
1 file changed, 8 insertions(+), 16 deletions(-)
diff --git a/recipes-bsp/rm-lld/rm-lld_git.bb b/recipes-bsp/rm-lld/rm-lld_git.bb
index 276c01e..e3646cf 100644
--- a/recipes-bsp/rm-lld/rm-lld_git.bb
+++ b/recipes-bsp/rm-lld/rm-lld_git.bb
@@ -4,14 +4,14 @@ LIC_FILES_CHKSUM = "file://${WORKDIR}/git/ti/drv/rm/COPYING.txt;md5=dc61631b6536
BRANCH="master"
SRC_URI = "git://git.ti.com/keystone-rtos/rm-lld.git;destsuffix=git/ti/drv/rm;protocol=git;branch=${BRANCH}"
-# Below commit ID corresponds to DEV.RM_LLD.02.01.00.04
-SRCREV = "59e3bf5fca3995dd0f79bbdd1af988d278a2a049"
-PR = "r0"
-PV = "02.01.00.04"
+# Below commit ID corresponds to DEV.RM_LLD.02.01.00.06
+SRCREV = "dc0dba4a6b0358efcb861d50b3dae21beb5281a8"
+PR = "r1"
+PV = "02.01.00.06"
COMPATIBLE_MACHINE = "keystone"
-DEPENDS = "ti-ipc"
+DEPENDS = "ti-ipc libdaemon"
PACKAGES =+ "${PN}-test"
@@ -19,8 +19,6 @@ FILES_${PN}-test = "${bindir}/rmDspClientTest_*.out \
${bindir}/rmLinuxClientTest_*.out \
${bindir}/ti/drv/rm/test/dts_files/*.dtb"
-DEVICELIST = "k2h k2k"
-
CHOICELIST = "yes no"
BASEDIR = "${WORKDIR}/git"
@@ -29,12 +27,9 @@ S = "${BASEDIR}/ti/drv/rm"
do_compile () {
# Now build the lld
make -f makefile_armv7 clean lib PDK_INSTALL_PATH=${STAGING_INCDIR} RM_SRC_DIR=${S}
- for device in ${DEVICELIST}
+ for choice in ${CHOICELIST}
do
- for choice in ${CHOICELIST}
- do
- make -f makefile_armv7 tests IPC_DEVKIT_INSTALL_PATH=${STAGING_INCDIR} PDK_INSTALL_PATH=${BASEDIR} DEVICE="$device" USEDYNAMIC_LIB="$choice"
- done
+ make -f makefile_armv7 tests IPC_DEVKIT_INSTALL_PATH=${STAGING_INCDIR} PDK_INSTALL_PATH=${BASEDIR} USEDYNAMIC_LIB="$choice"
done
}
@@ -42,8 +37,5 @@ do_install () {
install -d ${D}${includedir}/ti/drv/rm
install -d ${D}${libdir}
install -d ${D}${bindir}
- for device in ${DEVICELIST}
- do
- make -f makefile_armv7 install installbin installbin_test INSTALL_INC_BASE_DIR=${D}${includedir} INSTALL_LIB_BASE_DIR=${D}${libdir} INSTALL_BIN_BASE_DIR=${D}${bindir} DEVICE="$device"
- done
+ make -f makefile_armv7 install installbin installbin_test INSTALL_INC_BASE_DIR=${D}${includedir} INSTALL_LIB_BASE_DIR=${D}${libdir} INSTALL_BIN_BASE_DIR=${D}${bindir}
}
--
1.7.9.5
More information about the meta-ti
mailing list