summaryrefslogtreecommitdiffstats
path: root/recipes-extended/xen/xen.inc
diff options
context:
space:
mode:
authorChristopher Clark <christopher.w.clark@gmail.com>2020-07-06 19:18:50 -0700
committerBruce Ashfield <bruce.ashfield@gmail.com>2020-07-08 22:44:48 -0400
commit596d98b559f1c2b40ea4b0f3dbf23ed131e4a817 (patch)
tree527b5b93d2d8c21c3706bfbe564acf7d353d0321 /recipes-extended/xen/xen.inc
parent3bfea241d032c78f2fac73b13ece0238bd37f19d (diff)
downloadmeta-virtualization-596d98b559f1c2b40ea4b0f3dbf23ed131e4a817.tar.gz
xen, xen-tools: configure: install defconfig to ${S} not ${B}
Signed-off-by: Christopher Clark <christopher.w.clark@gmail.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Diffstat (limited to 'recipes-extended/xen/xen.inc')
-rw-r--r--recipes-extended/xen/xen.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-extended/xen/xen.inc b/recipes-extended/xen/xen.inc
index 2a02805f..58b57e58 100644
--- a/recipes-extended/xen/xen.inc
+++ b/recipes-extended/xen/xen.inc
@@ -213,7 +213,7 @@ do_configure_common() {
213 fi 213 fi
214 214
215 if [ -f "${WORKDIR}/defconfig" ]; then 215 if [ -f "${WORKDIR}/defconfig" ]; then
216 cp "${WORKDIR}/defconfig" "${B}/xen/.config" || \ 216 cp "${WORKDIR}/defconfig" "${S}/xen/.config" || \
217 bbfatal "Unable to copy defconfig to .config" 217 bbfatal "Unable to copy defconfig to .config"
218 fi 218 fi
219 219