mirror of
https://github.com/nxp-imx/meta-imx.git
synced 2025-10-22 23:32:16 +02:00

The NXP BSP is moving from CAF to github, so update the recipes URLs and set PREMIRRORS to override the SRC_URIs. Also update the paths to point to git.codelinaro.org Signed-off-by: Valentin Jec <jec.valentin@nxp.com>
24 lines
585 B
BlitzBasic
24 lines
585 B
BlitzBasic
FILESEXTRAPATHS_prepend := "${THISDIR}/files:"
|
|
require xen.inc
|
|
|
|
SRCBRANCH = "imx_5.4.70_2.3.0"
|
|
XEN_SRC ?= "git://github.com/nxp-imx/imx-xen.git;protocol=https"
|
|
|
|
SRC_URI = " \
|
|
${XEN_SRC};branch=${SRCBRANCH} \
|
|
"
|
|
|
|
SRCREV = "f538d6cef34515fedb923a10774766f15487d2ab"
|
|
|
|
S = "${WORKDIR}/git"
|
|
|
|
FILES_${PN}-scripts-common += " ${sysconfdir}/xen/*.cfg"
|
|
|
|
# provides for qemu build and runtime
|
|
PROVIDES = "xen"
|
|
RPROVIDES_${PN}-libxenstore += "xen-libxenstore"
|
|
RPROVIDES_${PN}-libxenctrl += "xen-libxenctrl"
|
|
RPROVIDES_${PN}-libxenguest += "xen-libxenguest"
|
|
|
|
COMPATIBLE_MACHINE = "(mx8qm)"
|