summaryrefslogtreecommitdiffstats
path: root/external/meta-virtualization/recipes-extended/xen/mini-os_4.11.0.bb
blob: 85a06a796915f73b6c3d2b0cd0f729dd46d9c415 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Copyright (C) 2017 Kurt Bodiker <kurt.bodiker@braintrust-us.com>
# Released under the MIT license (see COPYING.MIT for the terms)

DESCRIPTION = "Mini-OS is a tiny OS kernel distributed with the Xen Project"
HOMEPAGE = "https://wiki.xenproject.org/wiki/Mini-OS"
LICENSE = "GPLv2"
LIC_FILES_CHKSUM = "file://COPYING;md5=8a437231894440a8f7629caa372243d0"

# git commit hash for: xen-RELEASE-4.11.0
SRCREV_minios = "0b4b7897e08b967a09bed2028a79fabff82342dd"
SRC_URI = "\
    git://xenbits.xen.org/mini-os.git;protocol=git;nobranch=1;destsuffix=mini-os;name=minios \
"
S="${WORKDIR}/mini-os"
B="${S}"

require mini-os.inc