Posts

Showing posts from February, 2016

create new config fragment without menuconfig

Just to be sure against what we'll make the config fragment: bitbake linux-yocto-custom -c menuconfig Where is the .config file used? bitbake linux-yocto-custom -e | grep ^WORKDIR= which returns e.g.: WORKDIR="/tmp/yocto-autobuilder/yocto-autobuilder/yocto-worker/custom-jethro-multi-v7-core-image-minimal-sato-sdk-toolchain/build/build/tmp/work/multi_v7_ml-poky-linux-gnueabi/linux-yocto-custom/4.4.1-custom-ml-debug+gitAUTOINC+f1ab5eafa3-r0" ls -lah /tmp/yocto-autobuilder/yocto-autobuilder/yocto-worker/custom-jethro-multi-v7-core-image-minimal-sato-sdk-toolchain/build/build/tmp/work/multi_v7_ml-poky-linux-gnueabi/linux-yocto-custom/4.4.1-custom-ml-debug+gitAUTOINC+f1ab5eafa3-r0/linux-multi_v7_ml-debug-build/ total 476K drwxr-xr-x 3 genius genius 4.0K Feb 15 17:45 ./ drwxr-xr-x 19 genius genius 4.0K Feb 15 17:46 ../ -rw-r--r-- 1 genius genius 150K Feb 15 17:45 .config <-- that's it -rw-r--r-- 1 genius genius 150K Feb 15 17:45 .config.old -rw-