diff options
author | Zhenhua Luo <zhenhua.luo@freescale.com> | 2013-12-14 10:45:58 +0800 |
---|---|---|
committer | Zhenhua Luo <zhenhua.luo@freescale.com> | 2014-01-12 18:06:00 +0800 |
commit | c8c0d00cb34b6d4520058e3e7c0c61d5ac67321c (patch) | |
tree | e15c4187ab6a158c97607dfd58c092ff5243af88 /meta-fsl-ppc | |
parent | 78fdc20c276fbabaebd1526134c9e32dde95658a (diff) | |
download | meta-freescale-c8c0d00cb34b6d4520058e3e7c0c61d5ac67321c.tar.gz |
hypervisor: update SHA for SDK 1.5
Signed-off-by: Zhenhua Luo <zhenhua.luo@freescale.com>
Diffstat (limited to 'meta-fsl-ppc')
-rw-r--r-- | meta-fsl-ppc/recipes-virtualization/hypervisor/hypervisor_git.bb | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/meta-fsl-ppc/recipes-virtualization/hypervisor/hypervisor_git.bb b/meta-fsl-ppc/recipes-virtualization/hypervisor/hypervisor_git.bb index ff89bfa2f..61ecbc17e 100644 --- a/meta-fsl-ppc/recipes-virtualization/hypervisor/hypervisor_git.bb +++ b/meta-fsl-ppc/recipes-virtualization/hypervisor/hypervisor_git.bb | |||
@@ -13,19 +13,18 @@ S = "${WORKDIR}/git" | |||
13 | 13 | ||
14 | # TODO: fix dtc to use the already built package | 14 | # TODO: fix dtc to use the already built package |
15 | SRC_URI = " \ | 15 | SRC_URI = " \ |
16 | git://git.freescale.com/ppc/sdk/hypervisor/hypervisor.git;name=hypervisor \ | 16 | git://git.freescale.com/ppc/sdk/hypervisor/hypervisor.git;name=hypervisor;nobranch=1 \ |
17 | git://git.freescale.com/ppc/sdk/hypervisor/kconfig.git;name=kconfig;destsuffix=git/kconfig \ | 17 | git://git.freescale.com/ppc/sdk/hypervisor/kconfig.git;name=kconfig;destsuffix=git/kconfig;nobranch=1 \ |
18 | git://git.freescale.com/ppc/sdk/hypervisor/libos.git;name=libos;destsuffix=git/libos \ | 18 | git://git.freescale.com/ppc/sdk/hypervisor/libos.git;name=libos;destsuffix=git/libos;nobranch=1 \ |
19 | git://www.jdl.com/software/dtc.git;name=dtc;destsuffix=dtc \ | 19 | git://www.jdl.com/software/dtc.git;name=dtc;destsuffix=dtc \ |
20 | git://git.freescale.com/ppc/sdk/hypertrk.git;name=hypertrk;destsuffix=git/hypertrk \ | 20 | git://git.freescale.com/ppc/sdk/hypertrk.git;name=hypertrk;destsuffix=git/hypertrk;nobranch=1 \ |
21 | file://0001-fix-sizeof-pointer-memaccess-error.patch \ | ||
22 | file://81-fsl-embedded-hv.rules \ | 21 | file://81-fsl-embedded-hv.rules \ |
23 | " | 22 | " |
24 | 23 | ||
25 | SRCREV_FORMAT="hypervisor" | 24 | SRCREV_FORMAT="hypervisor" |
26 | SRCREV = "e6092cdf2a225c66c1ea46b1151eb828da29d139" | 25 | SRCREV = "acbde15272d46a80bcf4a00d7d18ca4a86e49c16" |
27 | SRCREV_kconfig = "a56025d4da992b856796b0eccac2e410d751dbac" | 26 | SRCREV_kconfig = "a56025d4da992b856796b0eccac2e410d751dbac" |
28 | SRCREV_libos = "5268371581f3ef3959be2a53235edfa6a8c6aa7c" | 27 | SRCREV_libos = "4691387e15be78d140142104f30b3f356281c46a" |
29 | SRCREV_dtc = "033089f29099bdfd5c2d6986cdb9fd07b16cfde0" | 28 | SRCREV_dtc = "033089f29099bdfd5c2d6986cdb9fd07b16cfde0" |
30 | SRCREV_hypertrk = "975c98b562186afbd3bbf103ae54b96cf9b3e533" | 29 | SRCREV_hypertrk = "975c98b562186afbd3bbf103ae54b96cf9b3e533" |
31 | 30 | ||