SC20 : bitbake Linux image name

Hello,

I’m new on yocto and I’m little confuse with how you name the different image for a target. I’m trying to add config in the kernel and I’m following the yocto documentation for that :

 $ cd poky
 $ source oe-init-build-env
 $ bitbake linux-yocto -c kernel_configme -f
 $ bitbake linux-yocto -c menuconfig  

I can’t find the image name (here linux-yocto) from your sc20_linux git cloned files.
Can you help me?

Thanks

Gilou

I’ve found it, it’s linux-msm.

Hi,
So you have finished it now?