diff options
author | Ting Liu <ting.liu@nxp.com> | 2016-05-18 11:29:13 +0800 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2016-08-12 11:41:02 -0300 |
commit | da88a4a73a55acd28e2f8f2ba6fa29a883bcc18e (patch) | |
tree | 42568d7247271e87b754b5c1facce080388630c3 /recipes-virtualization | |
parent | 1df56dbb9b54f31b7f7c8011fd05ccf350aee111 (diff) | |
download | meta-freescale-da88a4a73a55acd28e2f8f2ba6fa29a883bcc18e.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.bb | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/recipes-virtualization/hypervisor/hypervisor_git.bb b/recipes-virtualization/hypervisor/hypervisor_git.bb index 80ba635f..08419387 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 |
13 | SRC_URI = " \ | 13 | SRC_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 | ||
22 | SRCREV_FORMAT="hypervisor" | 22 | SRCREV_FORMAT="hypervisor" |
23 | SRCREV = "e17b3ecbbdadebf7e31ba21134b689334da74e10" | 23 | SRCREV = "f23ac6da140e1c7e6327093b18e4b6355075de79" |
24 | SRCREV_kconfig = "a56025d4da992b856796b0eccac2e410d751dbac" | 24 | SRCREV_kconfig = "a56025d4da992b856796b0eccac2e410d751dbac" |
25 | SRCREV_libos = "2ff7649c8047dd0d2143acb4743c53e6e6ba4878" | 25 | SRCREV_libos = "64f4424c35b306a8103a68e23adea4274921d699" |
26 | SRCREV_dtc = "a6d55e039fd22048687fe061b4609e2807efe764" | 26 | SRCREV_dtc = "a6d55e039fd22048687fe061b4609e2807efe764" |
27 | SRCREV_hypertrk = "975c98b562186afbd3bbf103ae54b96cf9b3e533" | 27 | SRCREV_hypertrk = "975c98b562186afbd3bbf103ae54b96cf9b3e533" |
28 | 28 | ||