diff options
| author | Ting Liu <ting.liu@nxp.com> | 2016-05-18 12:42:20 +0800 |
|---|---|---|
| committer | Zhenhua Luo <zhenhua.luo@nxp.com> | 2016-06-23 10:58:16 +0800 |
| commit | 4d7697f953976844810c63d34195f2cabcf12cb0 (patch) | |
| tree | 7698a93dc5ff1b2724fc03c58d12076840051227 | |
| parent | ef9ee4492da44b74bd3f4805df43bab541a396b3 (diff) | |
| download | meta-fsl-ppc-4d7697f953976844810c63d34195f2cabcf12cb0.tar.gz | |
skmm-host: update to d5912eb
Changelog:
d5912eb replace scatterwalk_sg_next with sg_next
0b99bce remove duplicated sg copy functions
4da8ba7 remove strict_strtol macro
Signed-off-by: Ting Liu <ting.liu@nxp.com>
| -rw-r--r-- | recipes-kernel/skmm-host/skmm-host_git.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-kernel/skmm-host/skmm-host_git.bb b/recipes-kernel/skmm-host/skmm-host_git.bb index d68e09f..3ed32dc 100644 --- a/recipes-kernel/skmm-host/skmm-host_git.bb +++ b/recipes-kernel/skmm-host/skmm-host_git.bb | |||
| @@ -5,8 +5,8 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=99803d8e9a595c0bdb45ca710f353813" | |||
| 5 | 5 | ||
| 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;branch=sdk-v1.9.x" | 8 | SRC_URI = "git://git.freescale.com/ppc/sdk/skmm-host.git;branch=sdk-v2.0.x" |
| 9 | SRCREV = "41a448d40c68c66c33aea20108672448483be2d8" | 9 | SRCREV = "d5912ebdb8d3b29b1e2df52710e8821d1ce3eb80" |
| 10 | 10 | ||
| 11 | S = "${WORKDIR}/git" | 11 | S = "${WORKDIR}/git" |
| 12 | 12 | ||
