You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 12 Next »

Yocto Build Steps

Build Steps  for Dunfell branch :


repo init -u https://code.rdkcentral.com/r/manifests -b dunfell -m rdkb-extsrc.xml

$ repo sync -j`nproc` --no-clone-bundle

$ MACHINE=raspberrypi-rdk-broadband source meta-cmf-raspberrypi/setup-environment

$ bitbake rdk-generic-broadband-image


Errors and Challenges

Recipe Layer Error/WarningRoot CauseAction 

zilker_2.2.0

meta-cmf-raspberrypi 

Error: Missing SRC_URI checksum

not added checksum Added sha256sum
checksum 
zilker_2.2.0meta-cmf-raspberrypiError:

zilker-git-r0 do_fetch: Fetcher failure for URL: 

ParseError at /home/sbeher128/rama/meta-cmf-raspberrypi/recipes-zilker/zilker-sdk/zilker_2.2.0.bb: unparsed line: 'SRC_URI

not add SRC_URI properly git://rdkcentral/zilker-sdk;protocol=${RDK_GIT_PROTOCOL};branch=${ZILKER_BRANCH};name=zilker-client"
trower-base64_1.0.bb meta-rdk-broadband

WARNING: trower-base64-git+AUTOINC+fbb9440ae2-r0 do_fetch: Failed to fetch URL git://github.com/Comcast/trower-base64.git

ERROR: trower-base64-git+AUTOINC+fbb9440ae2-r0 do_fetch: Fetcher failure: Unable to find revision fbb9440ae2bc1118866baefcea7ff814f16613dd in branch master even from upstream
ERROR: trower-base64-git+AUTOINC+fbb9440ae2-r0 do_fetch: Fetcher failure for URL: 'git://github.com/Comcast/trower-base64.git'. Unable to fetch URL from any source.

not added related  SRC_URL 

added SRC_URI like 
git://github.com/Comcast/trower-base64.git;branch=main

File Path :

/meta-rdk-ext/recipes-support/trower-base64/trower-base64_1.0.bb

zilker_git.bbmeta-rdk-broadband 

fatal error: ccronexpr.h: No such file or directory
|   37 | #include <ccronexpr.h>
|      |         ^~~~~~~~~~~~~
| compilation terminated.
| ninja: build stopped: subcommand failed.


not linked with ccronexpr library
zilker_git.bbmeta-rdk-broaband

 error: cannot find -lccronexpr
| /usr/src/debug/zilker/git-r0/git/source/services/automation/core/src/actions/timer.c:142: error: undefined reference to 'cron_parse_expr'
| /usr/src/debug/zilker/git-r0/git/source/services/automation/core/src/actions/timer.c:147: error: undefined reference to 'cron_next'
| collect2: error: ld returned 1 exit status
| ninja: build stopped: subcommand failed.
| WARNING: exit code 1 from a shell command.

ERROR: Task (/home/sbeher128/rama/meta-cmf-broadband/recipes-iot/zilker/zilker_git.bb:do_compile) failed with exit code '1'
NOTE: Tasks Summary: Attempted 1369 tasks of which 1368 didn't need to be rerun and 1 failed.
NOTE: Writing buildhistory
NOTE: Writing buildhistory took: 3 seconds

Summary: 1 task failed:
  /home/sbeher128/rama/meta-cmf-broadband/recipes-iot/zilker/zilker_git.bb:do_compile



  • No labels