Tool/software: Linux
Hi,
I am trying to build image for beagle bone black. I had included meta-ti in bblayer.conf.
But at the end I am getting this error
Parsing recipes: 100% |#########################################################################################################| Time: 0:00:48
Parsing of 1020 .bb files complete (0 cached, 1020 parsed). 1504 targets, 174 skipped, 0 masked, 0 errors.
NOTE: Resolving any missing task queue dependencies
Build Configuration:
BB_VERSION = "1.37.0"
BUILD_SYS = "x86_64-linux"
NATIVELSBSTRING = "universal"
TARGET_SYS = "arm-poky-linux-gnueabi"
MACHINE = "beaglebone"
DISTRO = "poky"
DISTRO_VERSION = "2.5"
TUNE_FEATURES = "arm armv7a vfp thumb neon callconvention-hard"
TARGET_FPU = "hard"
meta
meta-poky = "heads/sumo-19.0.0:988980a47b68810888724ab32c17efc9e070ce23"
meta-ti = "sumo:76a3d31be7081a963385b159a224fe872d6214a2"
Initialising tasks: 100% |######################################################################################################| Time: 0:00:01
NOTE: Executing SetScene Tasks
NOTE: Executing RunQueue Tasks
ERROR: linux-ti-staging-4.14.54+gitAUTOINC+0b59bc3be7-r22b do_fetch: The URL: '${SOURCE_MIRROR_URL}' is invalid and cannot be interpreted
ERROR: linux-ti-staging-4.14.54+gitAUTOINC+0b59bc3be7-r22b do_fetch: Function failed: base_do_fetch
ERROR: Logfile of failure stored in: /u/Vishnu/yocto-labs/build/tmp/work/beaglebone-poky-linux-gnueabi/linux-ti-staging/4.14.54+gitAUTOINC+0b59bc3be7-r22b/temp/log.do_fetch.31894
ERROR: Task (/u/Vishnu/yocto-labs/meta-ti/recipes-kernel/linux/linux-ti-staging_4.14.bb:do_fetch) failed with exit code '1'
NOTE: Tasks Summary: Attempted 1883 tasks of which 1882 didn't need to be rerun and 1 failed.
Summary: 1 task failed:
/u/Vishnu/yocto-labs/meta-ti/recipes-kernel/linux/linux-ti-staging_4.14.bb:do_fetch
Summary: There were 11 WARNING messages shown.
Summary: There were 2 ERROR messages shown, returning a non-zero exit code.
How can I resolve this issue.
Thanks and Regards,
Vishnu