Versions Compared

Key

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

...

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.

...

  1. 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
    Code Block
    languagebash
     Problem 1/1:
     *   - package packagegroup-rdk-ccsp-broadband-1.0-r0.cortexa72 requires ccsp-cm-agent, but none of the providers can be installed
     *   - package ccsp-cm-agent-5+git0+ed1e94d29b-r0.cortexa72 requires libcimplog1.0.0 >= git+0+4d96629b8e, but none of the providers can be installed
     *   - conflicting requests
     *   - nothing provides rdk-logger >= 5+gitr999 needed by libcimplog1.0.0-git+0+4d96629b8e-r0.cortexa72

...