[yocto] supported IMAGE_FSTYPES

2012-10-30 Thread Tim Bird
I am in the process of creating my own distro, and trying to figure out all the different build variables. This is a pretty daunting task for a yocto project/Poky newbie. Is there some place where the possible values for IMAGE_FSTYPE are documented? The Poky reference manual has this helpful

[yocto] supported IMAGE_FSTYPES

2012-10-30 Thread Tim Bird
I am in the process of creating my own distro, and trying to figure out all the different build variables. This is a pretty daunting task for a yocto project/Poky newbie. Is there some place where the possible values for IMAGE_FSTYPE are documented? The Poky reference manual has this helpful

Re: [yocto] supported IMAGE_FSTYPES

2012-10-30 Thread Brian Smucker
From a yocto also-newbie: This is a helpful command: bitbake -e |grep xxx where xxx is something like ^IMAGE_FSTYPE= That retrieves the current settings of that variable. It doesn't answer your main question of what are the options. I had that exact question a week or so ago. Thanks Brian