summaryrefslogtreecommitdiffstats
path: root/recipes-extended/xen/xen_git.bb
diff options
context:
space:
mode:
authorMichal Orzel <michal.orzel@arm.com>2022-03-09 11:09:06 +0000
committerBruce Ashfield <bruce.ashfield@gmail.com>2022-03-10 14:42:22 -0500
commitca4601a54a9cabe2c2bb8eb758bcad2d3ab98ddf (patch)
tree0b4e58cc34b238d76415c01024b91e9b2e77ee28 /recipes-extended/xen/xen_git.bb
parent2dc502a2690ed07b8e692b95d769803ec9f8eb21 (diff)
downloadmeta-virtualization-ca4601a54a9cabe2c2bb8eb758bcad2d3ab98ddf.tar.gz
xen: Override CC and CPP in make command line
After 4.16 release, Xen build system has been changed significantly. When building latest status of Xen it was observed that commit 317c98cb91 broke the hypervisor build on arm32 due to the change in handling Rules.mk that xen.inc modifies to override CC and CPP. In order to fix the issue this patch moves overriding CC and CPP from Rules.mk to make command line by adding them to EXTRA_OEMAKE:arm. Take the opportunity to bump SRCREV of xen_git.bb and xen-tools_git.bb to the current status of master. Signed-off-by: Michal Orzel <michal.orzel@arm.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Diffstat (limited to 'recipes-extended/xen/xen_git.bb')
-rw-r--r--recipes-extended/xen/xen_git.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-extended/xen/xen_git.bb b/recipes-extended/xen/xen_git.bb
index e0147334..2fbfb548 100644
--- a/recipes-extended/xen/xen_git.bb
+++ b/recipes-extended/xen/xen_git.bb
@@ -1,5 +1,5 @@
1# master status on 2020-10-21 1# master status on 2022-03-08
2SRCREV ?= "23ec1ebc8acbfd2bf06f6085a776f0db923f9fa9" 2SRCREV ?= "9d4a44380d273de22d5753883cbf5581795ff24d"
3 3
4XEN_REL ?= "4.16" 4XEN_REL ?= "4.16"
5XEN_BRANCH ?= "master" 5XEN_BRANCH ?= "master"