summaryrefslogtreecommitdiffstats
path: root/recipes-virtualization
diff options
context:
space:
mode:
authorTing Liu <ting.liu@nxp.com>2016-05-18 11:29:13 +0800
committerZhenhua Luo <zhenhua.luo@nxp.com>2016-06-23 10:58:15 +0800
commit1ad2d70a2803e8f394b0216d3b8eea59d7131091 (patch)
treee8a94b3e66540b56625a1d57fbd5998d022ef1de /recipes-virtualization
parent69077cd2bf17e27dc681b6521cae15fef593cfc8 (diff)
downloadmeta-fsl-ppc-1ad2d70a2803e8f394b0216d3b8eea59d7131091.tar.gz
hypervisor: update to f23ac6d
Changelog: f23ac6d Topaz v1.3-012 8d2b56e Implement a basic virtualized guts device 32e5797 Properly report store/load emulation for all cases 27303c7 Update device virtualization support fa9d1bd Topaz v1.3-011 9db437a update libos c29f210 Ensure L1 cache is properly enabled after cache flush 2f512f3 pamu: Support coalescing DMA sub-windows 92ca358 update libos Signed-off-by: Ting Liu <ting.liu@nxp.com>
Diffstat (limited to 'recipes-virtualization')
-rw-r--r--recipes-virtualization/hypervisor/hypervisor_git.bb12
1 files changed, 6 insertions, 6 deletions
diff --git a/recipes-virtualization/hypervisor/hypervisor_git.bb b/recipes-virtualization/hypervisor/hypervisor_git.bb
index 80ba635..0841938 100644
--- a/recipes-virtualization/hypervisor/hypervisor_git.bb
+++ b/recipes-virtualization/hypervisor/hypervisor_git.bb
@@ -11,18 +11,18 @@ inherit deploy
11 11
12# TODO: fix dtc to use the already built package 12# TODO: fix dtc to use the already built package
13SRC_URI = " \ 13SRC_URI = " \
14 git://git.freescale.com/ppc/sdk/hypervisor/hypervisor.git;name=hypervisor;nobranch=1 \ 14 git://git.freescale.com/ppc/sdk/hypervisor/hypervisor.git;name=hypervisor;branch=sdk-v2.0.x \
15 git://git.freescale.com/ppc/sdk/hypervisor/kconfig.git;name=kconfig;destsuffix=git/kconfig;nobranch=1 \ 15 git://git.freescale.com/ppc/sdk/hypervisor/kconfig.git;name=kconfig;destsuffix=git/kconfig;branch=sdk-v2.0.x \
16 git://git.freescale.com/ppc/sdk/hypervisor/libos.git;name=libos;destsuffix=git/libos;nobranch=1 \ 16 git://git.freescale.com/ppc/sdk/hypervisor/libos.git;name=libos;destsuffix=git/libos;branch=sdk-v2.0.x \
17 git://git.kernel.org/pub/scm/utils/dtc/dtc.git;name=dtc;destsuffix=dtc \ 17 git://git.kernel.org/pub/scm/utils/dtc/dtc.git;name=dtc;destsuffix=dtc \
18 git://git.freescale.com/ppc/sdk/hypertrk.git;name=hypertrk;destsuffix=git/hypertrk;nobranch=1 \ 18 git://git.freescale.com/ppc/sdk/hypertrk.git;name=hypertrk;destsuffix=git/hypertrk;branch=sdk-v2.0.x \
19 file://81-fsl-embedded-hv.rules \ 19 file://81-fsl-embedded-hv.rules \
20 " 20 "
21 21
22SRCREV_FORMAT="hypervisor" 22SRCREV_FORMAT="hypervisor"
23SRCREV = "e17b3ecbbdadebf7e31ba21134b689334da74e10" 23SRCREV = "f23ac6da140e1c7e6327093b18e4b6355075de79"
24SRCREV_kconfig = "a56025d4da992b856796b0eccac2e410d751dbac" 24SRCREV_kconfig = "a56025d4da992b856796b0eccac2e410d751dbac"
25SRCREV_libos = "2ff7649c8047dd0d2143acb4743c53e6e6ba4878" 25SRCREV_libos = "64f4424c35b306a8103a68e23adea4274921d699"
26SRCREV_dtc = "a6d55e039fd22048687fe061b4609e2807efe764" 26SRCREV_dtc = "a6d55e039fd22048687fe061b4609e2807efe764"
27SRCREV_hypertrk = "975c98b562186afbd3bbf103ae54b96cf9b3e533" 27SRCREV_hypertrk = "975c98b562186afbd3bbf103ae54b96cf9b3e533"
28 28