Versions Compared

Key

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

Tables of Contents

Table of Contents

Yocto Build

...

Code Block
languagebash
titleImage build
MACHINE=raspberrypiraspberrypi4-rdk-broadband source meta-cmf-raspberrypi/setup-environment
bitbake rdk-generic-broadband-image -c populate_sdk_ext -f

...

Code Block
languagebash
# devtool command to build image from eSDK
# <IMAGE> - rdk-generic-broadband-image
devtool build-image <IMAGE>

Known Issues

  1. Taskhash mismatch error may appear while generating image from sdk, but that would not break the build.
  2. Below do_rootfs error may appear  while building image through devtool , we can fix through devtool upgrade  <recipe_name> and adding respective needed LDFLAGS and depends in the recipe in the workspace directory
    Code Block
    languagebash
      Problem 1/2:
     *   - nothing provides libbreakpadwrapper0 >= 5+git999 needed by ccsp-tr069-pa-5-r0.aarch64
     * 
     * Solution 1:
     *   - do not ask to install a package providing packagegroup-rdk-ccsp-broadband
    

    Reference ticket
    Jira
    serverJIRA
    serverId11deff04-0380-3a3d-a916-0849d4e573f7
    keyREFPLTB-2916