diff options
author | Ting Liu <ting.liu@freescale.com> | 2015-07-17 13:00:22 +0800 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2015-07-28 23:26:57 -0300 |
commit | df457b9c936a5fdde28afff3cf8fc0244c117e4d (patch) | |
tree | 2782776dd802a6df18819687c304db2d20bfed51 | |
parent | 72fef1f31445b81c3d42129984d33cc4926f7fdf (diff) | |
download | meta-freescale-df457b9c936a5fdde28afff3cf8fc0244c117e4d.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>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
-rw-r--r-- | meta-fsl-ppc/recipes-kernel/skmm-host/skmm-host_git.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-fsl-ppc/recipes-kernel/skmm-host/skmm-host_git.bb b/meta-fsl-ppc/recipes-kernel/skmm-host/skmm-host_git.bb index 5e6b0858..e35c2203 100644 --- a/meta-fsl-ppc/recipes-kernel/skmm-host/skmm-host_git.bb +++ b/meta-fsl-ppc/recipes-kernel/skmm-host/skmm-host_git.bb | |||
@@ -6,7 +6,7 @@ LIC_FILES_CHKSUM = "file://Makefile;endline=7;md5=edffaac1da9e809ade0d2fcfcc18d8 | |||
6 | inherit module qoriq_build_64bit_kernel | 6 | inherit module qoriq_build_64bit_kernel |
7 | 7 | ||
8 | SRC_URI = "git://git.freescale.com/ppc/sdk/skmm-host.git;nobranch=1" | 8 | SRC_URI = "git://git.freescale.com/ppc/sdk/skmm-host.git;nobranch=1" |
9 | SRCREV = "97c9241a359edccdf8913cb9accbfe4ceb511523" | 9 | SRCREV = "a655c571a92f4a5d6ced09869c2f17609ee47361" |
10 | 10 | ||
11 | S = "${WORKDIR}/git" | 11 | S = "${WORKDIR}/git" |
12 | 12 | ||