From 596d98b559f1c2b40ea4b0f3dbf23ed131e4a817 Mon Sep 17 00:00:00 2001 From: Christopher Clark Date: Mon, 6 Jul 2020 19:18:50 -0700 Subject: xen, xen-tools: configure: install defconfig to ${S} not ${B} Signed-off-by: Christopher Clark Signed-off-by: Bruce Ashfield --- recipes-extended/xen/xen.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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() { fi if [ -f "${WORKDIR}/defconfig" ]; then - cp "${WORKDIR}/defconfig" "${B}/xen/.config" || \ + cp "${WORKDIR}/defconfig" "${S}/xen/.config" || \ bbfatal "Unable to copy defconfig to .config" fi -- cgit v1.2.3-54-g00ecf