summaryrefslogtreecommitdiffstats
path: root/recipes-extended/xen/xen_4.17.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-extended/xen/xen_4.17.bb')
-rw-r--r--recipes-extended/xen/xen_4.17.bb4
1 files changed, 4 insertions, 0 deletions
diff --git a/recipes-extended/xen/xen_4.17.bb b/recipes-extended/xen/xen_4.17.bb
index 9da1b194..bd8f55b3 100644
--- a/recipes-extended/xen/xen_4.17.bb
+++ b/recipes-extended/xen/xen_4.17.bb
@@ -7,6 +7,7 @@ XEN_BRANCH ?= "stable-${XEN_REL}"
7SRC_URI = " \ 7SRC_URI = " \
8 git://xenbits.xen.org/xen.git;branch=${XEN_BRANCH} \ 8 git://xenbits.xen.org/xen.git;branch=${XEN_BRANCH} \
9 file://0001-menuconfig-mconf-cfg-Allow-specification-of-ncurses-location.patch \ 9 file://0001-menuconfig-mconf-cfg-Allow-specification-of-ncurses-location.patch \
10 file://0001-arm32-Avoid-using-solaris-syntax-for-.section-direct.patch \
10 " 11 "
11 12
12LIC_FILES_CHKSUM ?= "file://COPYING;md5=d1a1e216f80b6d8da95fec897d0dbec9" 13LIC_FILES_CHKSUM ?= "file://COPYING;md5=d1a1e216f80b6d8da95fec897d0dbec9"
@@ -17,3 +18,6 @@ S = "${WORKDIR}/git"
17 18
18require xen.inc 19require xen.inc
19require xen-hypervisor.inc 20require xen-hypervisor.inc
21
22TOOLCHAIN = "gcc"
23LDFLAGS:remove = "-fuse-ld=lld"