Hi
I'm trying to build meta-arago according to the explanation of arago-project.org.
I used the following configuration and build target
./oe-layertool-setup.sh -f ./configs/amsdk/amsdk-06.00.00.00-config.txt
MACHINE=am335x-evm bitbake arago-core-tisdk-image
According to http://arago-project.org/wiki/index.php/Setting_Up_Build_Environment, the above build target - arago-core-tidsk-image - must be the most complete one.
I think, it means that this target will produce the most fully containing result. Right?
But the resultant fully containing root filesystem - tisdk-rootfs-image-am335x-evm-20140522045357.rootfs.tar.gz - is slightly different from the one provided by ti-sdk-am335x-evm-06.00.00.00.
The rootfs provided by ti-sdk-am335x-evm-06.00.00.00 contains more binaries than the one of my own build
(the small version of rootfs - arago-base-tisdk-image-am335x-evm-20140522045357.rootfs.tar.gz is the same as the one provided by ti-sdk-am335x-evm-06.00.00.00)
I wonder if I used correct bitbake target.
So, My question is..
What is the configuration file and target for building meta-arago to reproduce the exactly same result of ti-sdk-am335x-evm-06.00.00.00?