diff options
| -rw-r--r-- | recipes-extended/xen/xen_git.bb | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/recipes-extended/xen/xen_git.bb b/recipes-extended/xen/xen_git.bb index 88145a37..a86a5017 100644 --- a/recipes-extended/xen/xen_git.bb +++ b/recipes-extended/xen/xen_git.bb | |||
| @@ -1,13 +1,15 @@ | |||
| 1 | require xen.inc | 1 | require xen.inc |
| 2 | 2 | ||
| 3 | SRCREV = "68bd172e6fa565899c846eb72755c8ffd8562c8a" | 3 | SRCREV = "1fd615aa0108490ffc558d27627f509183cbfdaf" |
| 4 | 4 | ||
| 5 | PV = "4.4.0+git${SRCPV}" | 5 | XEN_REL="4.6" |
| 6 | |||
| 7 | PV = "${XEN_REL}.0+git${SRCPV}" | ||
| 6 | 8 | ||
| 7 | S = "${WORKDIR}/git" | 9 | S = "${WORKDIR}/git" |
| 8 | 10 | ||
| 9 | SRC_URI = " \ | 11 | SRC_URI = " \ |
| 10 | git://xenbits.xen.org/xen.git \ | 12 | git://xenbits.xen.org/xen.git;branch=staging-${XEN_REL} \ |
| 11 | " | 13 | " |
| 12 | 14 | ||
| 13 | DEFAULT_PREFERENCE = "-1" | 15 | DEFAULT_PREFERENCE = "-1" |
