summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTing Liu <ting.liu@freescale.com>2015-12-02 23:53:46 +0800
committerZhenhua Luo <zhenhua.luo@nxp.com>2015-12-28 11:01:08 +0800
commit06d86bb72271cbacbcefb477985eb86b0e4b4425 (patch)
tree32c472dba4e5f809652b36d0d9974f2914fa28de
parentc9219c19f29cacc878287d657b409d304aece177 (diff)
downloadmeta-fsl-ppc-06d86bb72271cbacbcefb477985eb86b0e4b4425.tar.gz
skmm-host: update to commit 41a448d
New commits imported: 41a448d fix dequeueing problem for dsa sign-verify test 290790a proper buffer cleanup for dsa sign-verify test c4d8129 rename variable to better reflect its purpose 1e555ae remove unnecessary else branches ddddb78 clean-up code flow dec7b96 fix memory clean-up on error path 59e5746 remove redundant variables initialization 60431a8 remove dead code 3badec6 set default file paths to where we install them 6b23ee3 add more rules to .gitignore b03ff68 remove unnecessary function call 86c1b1d remove cascade of defined and not used variables 8344196 remove dead code faa9cbe fix typos - probably from copy/paste Signed-off-by: Ting Liu <ting.liu@freescale.com> Signed-off-by: Zhenhua Luo <zhenhua.luo@nxp.com>
-rw-r--r--recipes-kernel/skmm-host/skmm-host_git.bb5
1 files changed, 3 insertions, 2 deletions
diff --git a/recipes-kernel/skmm-host/skmm-host_git.bb b/recipes-kernel/skmm-host/skmm-host_git.bb
index e3d6dbe..d68e09f 100644
--- a/recipes-kernel/skmm-host/skmm-host_git.bb
+++ b/recipes-kernel/skmm-host/skmm-host_git.bb
@@ -5,11 +5,12 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=99803d8e9a595c0bdb45ca710f353813"
5 5
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;branch=sdk-v1.9.x"
9SRCREV = "a655c571a92f4a5d6ced09869c2f17609ee47361" 9SRCREV = "41a448d40c68c66c33aea20108672448483be2d8"
10 10
11S = "${WORKDIR}/git" 11S = "${WORKDIR}/git"
12 12
13EXTRA_OEMAKE='KERNEL_DIR="${STAGING_KERNEL_DIR}" PREFIX="${D}"' 13EXTRA_OEMAKE='KERNEL_DIR="${STAGING_KERNEL_DIR}" PREFIX="${D}"'
14 14
15FILES_${PN} += "/etc/skmm/ /usr/bin/" 15FILES_${PN} += "/etc/skmm/ /usr/bin/"
16CLEANBROKEN = "1"