Hi,
I just started to study arago project, because I want more optimized root filesystem for am335x platform.
I didn't have any knowledge of OpenEmbedded and Yocto before, so I'm not familiar with this build system and environment.
To build meta-arago, I have to use following command
MACHINE=am335x-evm bitbake arago-core-tisdk-image
I found other meta-arago bitbake target under ./tisdk/sources/meta-arago/meta-arago-distro/recipes-core/images.
That is,
arago-amsdk-image.bb
arago-base-tisdk-image.bb
arago-core-tisdk-image.bb
tisdk-server-rootfs-image.bb
arago-base-image.bb
arago-console-image.bb
tisdk-rootfs-image.bb
I think the name of the above bb files can be used as bitbake target specific for meta-arago distribution.
But, there is no detailed explanation about each target.
I want to know which kind of packages can be selected for each target.
Because I don't have enough knowledge about OpenEmbedded, I cannot understand the meaning of bb file.
Is there any document about the above target?
Or, Could somebody explain that?