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>
This commit is contained in:
Christopher Clark 2020-07-06 19:18:50 -07:00 committed by Bruce Ashfield
parent 3bfea241d0
commit 596d98b559

View File

@ -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