mirror of
git://git.yoctoproject.org/meta-virtualization.git
synced 2025-07-19 20:59:41 +02:00
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:
parent
3bfea241d0
commit
596d98b559
|
@ -213,7 +213,7 @@ do_configure_common() {
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [ -f "${WORKDIR}/defconfig" ]; then
|
if [ -f "${WORKDIR}/defconfig" ]; then
|
||||||
cp "${WORKDIR}/defconfig" "${B}/xen/.config" || \
|
cp "${WORKDIR}/defconfig" "${S}/xen/.config" || \
|
||||||
bbfatal "Unable to copy defconfig to .config"
|
bbfatal "Unable to copy defconfig to .config"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user