Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Note: build-<machine> (e.g. build-oem-platform) - This is the object/build directory, all objects and intermediate files for all components are stored in this folder. if you want to do a clean build you can delete this folder, then run ./meta-cmf/setup-environment and rebuild. The build will be very fast since it will reuse the sstate (prebuilts) during this build, assuming the sstate-cache directory was populated with previous builds already.

Build the image

bitbake <Image Name>

For Eg :

           bitbake rdk-generic-mediaclient (Image with all RDK components related to mediaclient)
           bitbake core-image-minimal (Basic image without any RDK components which just boot-up on board)



cmf-generic-mediaclient-image