This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

TI Arago Distribution Build

The TI Arago distribution comes with

  1. a prebuilt rootfs, including

    a. the busybox utilities

    b. many other target programs

    c. all file system folders needed for a running linux system

  2. a set of premake development components, such as the <TISDK>/linux-devkit/arm-arago-linux-gnueabi/usr/include directory and the.../usr/lib libraries.

My question is this: can i obtain the top level build for the entire Arago distribution, i.e., the build which includes the target application and library sources and all makefiles to build them?

The reason is that I would like to upgrade certain versions of both the target and development files (e.g., we want to upgrade to bluez 5.2), and it would be most consistent to build these new components in an identical manner as the original arago components. It would also guide me on how to create the target root filesystems.

Thanks for any help/pointers.

--Randy