Setting Up:
Pull the Yocto
Pull the Yocto sources from git: git clone --branch <release_name> git://git.yoctoproject.org/poky Pull meta-ti layer from git:git clone --branch <release_name> git://git.yoctoproject.org/meta-ti Run the environment setup script (oe-init-build-env) Add the machine name (MACHINE ?= "pandaboard") in local.conf file Add a line (BBMASK = "meta-ti/recipes-misc") at the end in local.conf file for resolving meta-ti dependencies Add a line (IMAGE_INSTALL_append = " dropbear") at the end in local.conf file for 'ssh' support if it required. Add a line (CORE_IMAGE_EXTRA_INSTALL = "lttng2-ust lttng-modules lttng-tools") at the end in local.conf file for LTTng2. Add meta-ti layer path in 'bblayers.conf' file
> Start building with bitbake core-image-minimal sources from git: git clone --branch <release_name>
Old Tools: