mirror of
https://git.yoctoproject.org/poky
synced 2026-06-01 13:09:50 +00:00
kernel-yocto: pass the build directory to configme
configme used to be able to calculate the output/build directory
when branches were always <machine>-<kernel type>. Branch names
can now be widely different and to avoid embedding complexity
in the scripts it is easier to just pass ${B} from the build system
down to the scripts.
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
This commit is contained in:
committed by
Richard Purdie
parent
2b2dbf7612
commit
1759fee638
@@ -121,7 +121,7 @@ do_kernel_configme() {
|
||||
echo "[INFO] doing kernel configme"
|
||||
|
||||
cd ${S}
|
||||
configme --reconfig
|
||||
configme --reconfig --output ${B}
|
||||
if [ $? -ne 0 ]; then
|
||||
echo "ERROR. Could not configure ${KMACHINE}-${LINUX_KERNEL_TYPE}"
|
||||
exit 1
|
||||
|
||||
Reference in New Issue
Block a user