RDK – Generic

RDK is a complicated framework base on Yocto project. Now we have a project developing on RDK-B (Broadband product). Having an article to collect all useful commands for future reference here.

Preparation

It’s necessary to sign up an account on RDK web-site and sign in the repository, then we can clone source via git.

Build Image

$ bitbake rdk-generic-broadband-image

Show Layers

$ bitbake-layers show-layers

Show Recipes

$ bitbake-layers show-recipes

Show Appends

$ bitbake-layers show-appends

List Tasks

$ bitbake -c listtasks -f <package>

Show Content of Package

$ bitbake -e <package>

Execute Specific Task

$ bitbake -c <task> -f <package>