Patrick Williams | d849ec7 | 2016-08-17 14:59:38 -0500 | [diff] [blame] | 1 | require xen.inc |
| 2 | |
Patrick Williams | e69d235 | 2017-02-23 20:56:04 -0600 | [diff] [blame] | 3 | SRCREV ?= "9a6cc4f5c14b3d7542b7523f88a1b65464733d3a" |
Patrick Williams | d849ec7 | 2016-08-17 14:59:38 -0500 | [diff] [blame] | 4 | |
Patrick Williams | e69d235 | 2017-02-23 20:56:04 -0600 | [diff] [blame] | 5 | XEN_REL ?= "4.7" |
| 6 | XEN_BRANCH ?= "staging-${XEN_REL}" |
Patrick Williams | d849ec7 | 2016-08-17 14:59:38 -0500 | [diff] [blame] | 7 | |
Patrick Williams | e69d235 | 2017-02-23 20:56:04 -0600 | [diff] [blame] | 8 | PV = "${XEN_REL}+git${SRCPV}" |
Patrick Williams | d849ec7 | 2016-08-17 14:59:38 -0500 | [diff] [blame] | 9 | |
| 10 | S = "${WORKDIR}/git" |
| 11 | |
| 12 | SRC_URI = " \ |
Patrick Williams | e69d235 | 2017-02-23 20:56:04 -0600 | [diff] [blame] | 13 | git://xenbits.xen.org/xen.git;branch=${XEN_BRANCH} \ |
Patrick Williams | d849ec7 | 2016-08-17 14:59:38 -0500 | [diff] [blame] | 14 | " |
| 15 | |
| 16 | DEFAULT_PREFERENCE = "-1" |