diff options
author | Chunrong Guo <chunrong.guo@nxp.com> | 2017-07-13 15:07:56 +0800 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2017-07-14 17:14:52 -0300 |
commit | 4d1b16be20bc4054d8da6d32fe813d4048c5a04f (patch) | |
tree | fc23bccf8fbf48ad00b9738e8baced67a8afb388 /recipes-virtualization/hypervisor/hypervisor_git.bb | |
parent | 0db51a0c6cd25eaf3328afbe5b352e3ea35528e0 (diff) | |
download | meta-freescale-4d1b16be20bc4054d8da6d32fe813d4048c5a04f.tar.gz |
hypervisor:fix build error with gcc7
Signed-off-by: Chunrong Guo <B40290@freescale.com>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Diffstat (limited to 'recipes-virtualization/hypervisor/hypervisor_git.bb')
-rw-r--r-- | recipes-virtualization/hypervisor/hypervisor_git.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/recipes-virtualization/hypervisor/hypervisor_git.bb b/recipes-virtualization/hypervisor/hypervisor_git.bb index 90cdf2bc..bf904e0a 100644 --- a/recipes-virtualization/hypervisor/hypervisor_git.bb +++ b/recipes-virtualization/hypervisor/hypervisor_git.bb | |||
@@ -17,6 +17,7 @@ SRC_URI = " \ | |||
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;branch=sdk-v2.0.x \ | 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 | file://0001-fix-build-error-gcc7.patch \ | ||
20 | " | 21 | " |
21 | 22 | ||
22 | SRCREV_FORMAT="hypervisor" | 23 | SRCREV_FORMAT="hypervisor" |