summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTing Liu <ting.liu@freescale.com>2015-07-17 13:00:22 +0800
committerZhenhua Luo <zhenhua.luo@freescale.com>2015-07-22 17:37:53 +0800
commiteaca99b493a46860956248a3ef0f72c43ea9f5ad (patch)
tree42171ba6ae25d99d473065eec2650e6dcab9ca28
parent9f81be25948d13b7cf099a21d97e40649f69474d (diff)
downloadmeta-fsl-ppc-eaca99b493a46860956248a3ef0f72c43ea9f5ad.tar.gz
skmm-host: update to revison a655c57
This imports the following changes: a655c57 rename perf script to avoid conflicts with pkc driver 3e40e67 make perf script executable and install it to /usr/bin 1668005 add gitignore 7abf553 update perf script with the fixes from pkc-host driver ec39361 extract licensing information to a separate file e821c4f merge Makefile with config.mk Signed-off-by: Ting Liu <ting.liu@freescale.com> Acked-by: Otavio Salvador <otavio@ossystems.com.br>
-rw-r--r--recipes-kernel/skmm-host/skmm-host_git.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-kernel/skmm-host/skmm-host_git.bb b/recipes-kernel/skmm-host/skmm-host_git.bb
index 5e6b085..e35c220 100644
--- a/recipes-kernel/skmm-host/skmm-host_git.bb
+++ b/recipes-kernel/skmm-host/skmm-host_git.bb
@@ -6,7 +6,7 @@ LIC_FILES_CHKSUM = "file://Makefile;endline=7;md5=edffaac1da9e809ade0d2fcfcc18d8
6inherit module qoriq_build_64bit_kernel 6inherit module qoriq_build_64bit_kernel
7 7
8SRC_URI = "git://git.freescale.com/ppc/sdk/skmm-host.git;nobranch=1" 8SRC_URI = "git://git.freescale.com/ppc/sdk/skmm-host.git;nobranch=1"
9SRCREV = "97c9241a359edccdf8913cb9accbfe4ceb511523" 9SRCREV = "a655c571a92f4a5d6ced09869c2f17609ee47361"
10 10
11S = "${WORKDIR}/git" 11S = "${WORKDIR}/git"
12 12