From: C.R. Guo Date: Fri, 2 Mar 2018 07:06:58 +0000 (+0800) Subject: hypervisor: update SRC_URL X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=347c7b97884686982773a18693cc8ba7540b7617;p=meta-freescale.git hypervisor: update SRC_URL *kconfig update SRC_URL *libos update SRC_URL Signed-off-by: Chunrong Guo Signed-off-by: Otavio Salvador --- diff --git a/recipes-virtualization/hypervisor/hypervisor_git.bb b/recipes-virtualization/hypervisor/hypervisor_git.bb index 90cdf2bc..3af7f0f2 100644 --- a/recipes-virtualization/hypervisor/hypervisor_git.bb +++ b/recipes-virtualization/hypervisor/hypervisor_git.bb @@ -11,9 +11,9 @@ inherit deploy # TODO: fix dtc to use the already built package SRC_URI = " \ - git://git.freescale.com/ppc/sdk/hypervisor/hypervisor.git;name=hypervisor;branch=sdk-v2.0.x \ - git://git.freescale.com/ppc/sdk/hypervisor/kconfig.git;name=kconfig;destsuffix=git/kconfig;branch=sdk-v2.0.x \ - git://git.freescale.com/ppc/sdk/hypervisor/libos.git;name=libos;destsuffix=git/libos;branch=sdk-v2.0.x \ + git://source.codeaurora.org/external/qoriq/qoriq-yocto-sdk/hypervisor;name=hypervisor;branch=nxp/sdk-v2.0.x \ + git://source.codeaurora.org/external/qoriq/qoriq-yocto-sdk/kconfig;name=kconfig;destsuffix=git/kconfig;branch=nxp/sdk-v2.0.x \ + git://source.codeaurora.org/external/qoriq/qoriq-yocto-sdk/libos;name=libos;destsuffix=git/libos;branch=nxp/sdk-v2.0.x \ git://git.kernel.org/pub/scm/utils/dtc/dtc.git;name=dtc;destsuffix=dtc \ git://git.freescale.com/ppc/sdk/hypertrk.git;name=hypertrk;destsuffix=git/hypertrk;branch=sdk-v2.0.x \ file://81-fsl-embedded-hv.rules \