Versions Compared

Key

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

...

Recipe Layer Error/WarningRoot CauseAction 

zilker_sdk_git.bb

meta-cmf-broadband 

Error: Missing SRC_URI checksum

not added checksum Added sha256sum
checksum 
zilker-sdk_git.bbmeta-cmf-broadband Error:

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


not add SRC_URI properly SRC_URI = "${CMF_GITHUB_ROOT}/zilker-sdk;protocol=${CMF_GIT_PROTOCOL};branch=${CMF_GITHUB_MAIN_BRANCH};name=zilker-sdk"
SRCREV_zilker-sdk = "${AUTOREV}"
SRCREV_FORMAT .= "_zilker-sdk"
zilker-sdk_git.bbmeta-cmf-broadband 

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


ccronexpr source code is not available in zilker-sdk/gitr0/git/source/services/automation/core/srcSRC_URI += "git://github.com/staticlibs/ccronexpr.git;protocol=https;destsuffix=git/source/services/automation/core/src/ccronexpr;name=zilker-ccronexpr"
SRCREV_zilker-ccronexpr = "${AUTOREV}"
SRCREV_FORMAT .= "_zilker-ccronexpr"
zilker-sdk_git.bbmeta-cmf-broadband 

 error: cannot find -lccronexpr


linking Error


Need to remove the ccronexpr lib from ~/source/services/automation/core/CMakeLists.txt

zilker-sdk_git.bbmeta-cmf-broadband 

error: gradle command not found

gradle bin is not availble in comcast VM's

SRC_URI += "https://services.gradle.org/distributions/gradle-4.8.1-bin.zip;name=zilker-gradle"
SRC_URI[zilker-gradle.md5sum] = "90db63b9cd864a6e6bc8d0c5e72ca5a2"
SRC_URI[zilker-gradle.sha256sum] = "af334d994b5e69e439ab55b5d2b7d086da5ea6763d78054f49f147b06370ed71"


zilker-sdk_git.bbmeta-cmf-broadband Error : java command not foundjava bin path is not visible to ipcGenerator scriptsed -i "/set \-x/a export PATH=\$PATH:\${WORKDIR}/gradle-4.8.1/bin:/usr/bin" ${S}/tools/ipcGenerator/ipcGenerator.sh
zilker-sdk_git.bbmeta-cmf-broadband CMake Error at buildTools/cmake/configure.cmake:52 (message):
  Invalid CONFIG_PRODUCT specified.
Call Stack (most recent call first):
  CMakeLists.txt:55 (include)
CONFIG_PRODUCT should be mapped with site-file.cmake

ln -fs ${S}/buildTools/cmake/products/pi.cmake ${WORKDIR}/site-file.cmake

zilker-sdk_git.bbmeta-cmf-broadband CMake Error at filesystem/cmake_install.cmake:69 (file):
|   file INSTALL cannot find
|   ~//zilker/git-r0/recipe-sysroot/usr/bin/curl":
|   No such file or directory.
| Call Stack (most recent call first):
|   cmake_install.cmake:86 (include)

3rd-Party Dependencies are enabled


Disabled the 3rd-Party Dependencies
zilker-sdk_git.bbmeta-cmf-broadband 
CMake Error at buildTools/cmake/modules/AddZilkerAPI.cmake:52 (add_library):
| No SOURCES given to target: xhBackupRestoreServiceAPI
| Call Stack (most recent call first):
| source/services/backupRestore/api/c/CMakeLists.txt:26 (add_zilker_api)
|
ipcGenerator.sh gets failed Need to export the gradle and java bin path via recipe or ipcGenerator script
zilker-sdk_git.bbmeta-cmf-broadband 


zigbee package is enabled by default

Need to disable the zigbee package by using the below line in recipe

sed -i "s/ON DEPENDS/OFF DEPENDS/g" ${S}/buildTools/cmake/capabilities.cmake

CMake Error at buildTools/cmake/modules/AddZilkerAPI.cmake:52 (add_library):

| No SOURCES given to target: xhBackupRestoreServiceAPI

| Call Stack (most recent call first):

| source/services/backupRestore/api/c/CMakeLists.txt:26 (add_zilker_api)

zilker-sdk_git.bbmeta-cmf-broadbandERROR: JAVA_HOME is not set and no 'java' command could be found in your PATH.

| Please set the JAVA_HOME variable in your environment to match the
| location of your Java installation.working is in progress
ipcGenerator.sh gets failedNeed to export the gradle and java bin path via recipe or ipcGenerator script
zilker-sdk_git.bbmeta-cmf-broadband

Image folder is empty after the  successful execution of zilker-sdk

oe-install command is not available in pi.cmake

echo "set(OE_INSTALL_PREFIX \"/opt/zilker\" CACHE INTERNAL \"\")" >> ${S}/buildTools/cmake/products/pi.cmake


Added this line in zilker-sdk_git.bb

JAVA_HOME is set to an invalid directory: /usr/lib/jvm

Please set the JAVA_HOME variable in your environment to match the
location of your Java installation.

zilker-sdk_git.bbmeta-cmf-broadband 

-----------------------------------------------------------
Gradle 4.8.1
------------------------------------------------------------

Build time:   2018-06-21 07:53:06 UTC
Revision:     0abdea078047b12df42e7750ccba34d69b516a22

Groovy:       2.4.12
Ant:          Apache Ant(TM) version 1.9.11 compiled on March 23 2018
JVM:          11.0.10 (Ubuntu 11.0.10+9-Ubuntu-0ubuntu1.18.04)
OS:           Linux 5.4.0-65-generic amd64





Validated Test Results

            Below list of libraries and binaries are generated by zilker-sdk recipe in rootfs folder in  yocto build environment.

...