diff options
author | Tudor Florea <tudor.florea@enea.com> | 2014-10-10 03:20:07 +0200 |
---|---|---|
committer | Tudor Florea <tudor.florea@enea.com> | 2014-10-10 03:20:07 +0200 |
commit | ee97d3d279164f8b44fb8afc997e4ae953d17106 (patch) | |
tree | bff0bd4240f00bbb21624c1df55583f61abaea25 /recipes-extended/xen/xen_git.bb | |
download | meta-virtualization-daisy-140929.tar.gz |
initial commit for Enea Linux 4.0-140929daisy-140929
Migrated from the internal git server on the daisy-enea-point-release branch
Signed-off-by: Tudor Florea <tudor.florea@enea.com>
Diffstat (limited to 'recipes-extended/xen/xen_git.bb')
-rw-r--r-- | recipes-extended/xen/xen_git.bb | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/recipes-extended/xen/xen_git.bb b/recipes-extended/xen/xen_git.bb new file mode 100644 index 00000000..f333157a --- /dev/null +++ b/recipes-extended/xen/xen_git.bb | |||
@@ -0,0 +1,18 @@ | |||
1 | require xen.inc | ||
2 | |||
3 | SRCREV = "68bd172e6fa565899c846eb72755c8ffd8562c8a" | ||
4 | |||
5 | PV = "4.4.0+git${SRCPV}" | ||
6 | |||
7 | S = "${WORKDIR}/git" | ||
8 | |||
9 | SRC_URI = " \ | ||
10 | git://xenbits.xen.org/xen.git \ | ||
11 | " | ||
12 | |||
13 | DEFAULT_PREFERENCE = "-1" | ||
14 | |||
15 | PACKAGES += "${PN}-xen-mfndump" | ||
16 | |||
17 | FILES_${PN}-xen-mfndump = "${sbindir}/xen-mfndump" | ||
18 | |||