1
0
mirror of https://git.yoctoproject.org/meta-ti synced 2026-07-17 14:57:47 +00:00

kernel .inc: fix the breakage due to S!=B separation in master

Signed-off-by: Denys Dmytriyenko <denys@ti.com>
This commit is contained in:
Denys Dmytriyenko
2015-02-28 01:49:37 +00:00
parent 4ce69eff28
commit 23d3e10a0f
2 changed files with 13 additions and 14 deletions
+3 -4
View File
@@ -54,7 +54,7 @@ do_compileconfigs () {
for configname in ${WORKDIR}/configs/* ; do
# Copy in alternative config
cd ${S}
cd ${B}
cp $configname ${WORKDIR}/defconfig
# Build and Install this alternative kernel
@@ -96,7 +96,7 @@ do_compileconfigs () {
# Restore the regular 'defconfig'
cp ${WORKDIR}/defconfig.save ${WORKDIR}/defconfig
cd ${S}
cd ${B}
do_configure
fi
}
@@ -106,8 +106,7 @@ do_deploy_append () {
install -d ${DEPLOYDIR}
# Drop the regular defconfig along side the others for consistency
cd ${S}
cp .config ${DEPLOYDIR}/config-${PV}-${PR}-${MACHINE}.config
cp ${B}/.config ${DEPLOYDIR}/config-${PV}-${PR}-${MACHINE}.config
# add symlink
cd ${DEPLOYDIR}