mirror of
https://github.com/nxp-imx/meta-imx.git
synced 2025-12-15 23:17:24 +01:00
Integrate xen for i.MX95 on Q2 release [YOCIMX-7596] Signed-off-by: Zelan Zou <zelan.zou@nxp.com>
18 lines
415 B
BlitzBasic
18 lines
415 B
BlitzBasic
# Copyright 2024 NXP
|
|
HOMEPAGE = "http://xen.org"
|
|
LICENSE = "GPL-2.0-only"
|
|
SECTION = "console/tools"
|
|
LIC_FILES_CHKSUM ?= "file://COPYING;md5=d1a1e216f80b6d8da95fec897d0dbec9"
|
|
|
|
S = "${WORKDIR}/git"
|
|
|
|
DEFAULT_PREFERENCE ??= "-1"
|
|
DEPENDS:apennd = "qemu"
|
|
require recipes-extended/xen/xen.inc
|
|
require recipes-extended/xen/xen-tools.inc
|
|
require xen-common.inc
|
|
|
|
FILES:${PN}:append = " \
|
|
${sysconfdir}/xen/imx95.conf \
|
|
"
|