I am building kernel for MangoH WP8548 board in linux (3.13) host. I have followed the below steps :
Downloaded Legato Distribution Source Package i.e, Legato-Dist-Source-mdm9x15-SWI9X15Y_07.10.04.00.tar.bz2
tar -xvjf Legato-Dist-Source-mdm9x15-SWI9X15Y_07.10.04.00.tar.bz2
cd yocto
export LEGATO_BUILD=0
make image_bin
. ./poky/oe-init-build-env
cd …/build_bin
bitbake linux-yocto -c kernel_configme -f
bitbake linux-yocto -c menuconfig
When i do 9th step i.e, menuconfig to configure the kernel, configuration window will come and immediately vanishes. So i’m not able to configure the kernel.
menuconfig will work perfectly in my host linux machine by poping a window to set the configurations.
Am i done anything wrong? Please help me to get the window popup to configure.
I haven’t seen that issue before. I noticed that you mentioned Legato-Dist-Source-mdm9x15-SWI9X15Y_07.10.04.00.tar.bz2. Is there a reason why you’re not using Legato-Dist-Source-mdm9x15-SWI9X15Y_07.12.09.00.tar.bz2?
I’m not aware of any reason why menuconfig would differ between the releases, but you might as well give the newer release a try and see if that resolves your problem.