summaryrefslogtreecommitdiffstats
path: root/recipes-extended/xen/mini-os_4.9.0.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-extended/xen/mini-os_4.9.0.bb')
-rw-r--r--recipes-extended/xen/mini-os_4.9.0.bb18
1 files changed, 18 insertions, 0 deletions
diff --git a/recipes-extended/xen/mini-os_4.9.0.bb b/recipes-extended/xen/mini-os_4.9.0.bb
new file mode 100644
index 00000000..298bc8df
--- /dev/null
+++ b/recipes-extended/xen/mini-os_4.9.0.bb
@@ -0,0 +1,18 @@
1# Copyright (C) 2017 Kurt Bodiker <kurt.bodiker@braintrust-us.com>
2# Released under the MIT license (see COPYING.MIT for the terms)
3
4DESCRIPTION = "Mini-OS is a tiny OS kernel distributed with the Xen Project"
5HOMEPAGE = "https://wiki.xenproject.org/wiki/Mini-OS"
6LICENSE = "GPLv2"
7LIC_FILES_CHKSUM = "file://COPYING;md5=8a437231894440a8f7629caa372243d0"
8
9# git commit hash for tags: xen-RELEASE-4.9.0, xen-RELEASE-4.9.1, xen-RELEASE-4.9.2
10SRCREV_minios = "ca013fa9baf92f47469ba1f2e1aaa31c41d8a0bb"
11SRC_URI = "\
12 git://xenbits.xen.org/mini-os.git;protocol=git;nobranch=1;destsuffix=mini-os;name=minios \
13 file://mini-os_udivmoddi4-gcc7.patch \
14"
15S="${WORKDIR}/mini-os"
16B="${S}"
17
18require mini-os.inc