I have this error when compiling
openbhbuilder@ubuntu:~/openbh/build-enviroment$ MACHINE=dm900 DISTRO=openbh DISTRO_TYPE=release make image
Generating /home/openbhbuilder/openbh/build-enviroment/builds/openbh/release/dm900/env.source
Generating /home/openbhbuilder/openbh/build-enviroment/builds/openbh/release/dm900/conf/openbh.conf
Generating /home/openbhbuilder/openbh/build-enviroment/builds/openbh/release/dm900/conf/bblayers.conf
Generating /home/openbhbuilder/openbh/build-enviroment/builds/openbh/release/dm900/conf/local.conf
/bin/sh: 6: /home/openbhbuilder/openbh/build-enviroment/builds/openbh/release/dm900/env.source: [[: not found
-e check internet connection: Waiting .../bin/sh: 12: /home/openbhbuilder/openbh/build-enviroment/builds/openbh/release/dm900/env.source: [[: not found
Offline
NOTE: Your conf/bblayers.conf has been automatically updated.
NOTE: Your conf/bblayers.conf has been automatically updated.
NOTE: Your conf/bblayers.conf has been automatically updated.
Loading cache: 100% | | ETA: --:--:--
Loaded 0 entries from dependency cache.
WARNING: /home/openbhbuilder/openbh/build-enviroment/meta-oe-alliance/meta-brands/meta-dream/recipes-drivers/dreambox-dvb-modules-dm8000_3.2-20140604a.bb: Unable to get checksum for dreambox-dvb-modules-dm8000 SRC_URI entry modules: file could not be found
ERROR: ExpansionError during parsing /home/openbhbuilder/openbh/build-enviroment/meta-oe-alliance/meta-oe/recipes-multimedia/rtl-sdr/rtl-sdr_git.bb | ETA: 0:05:09
Traceback (most recent call last):
File "/home/openbhbuilder/openbh/build-enviroment/bitbake/lib/bb/fetch2/__init__.py", line 1196, in srcrev_internal_helper(ud=<bb.fetch2.FetchData object at 0x7fe3e0eae910>, d=<bb.data_smart.DataSmart object at 0x7fe3e0e2d130>, name='default'):
if srcrev == "AUTOINC":
> srcrev = ud.method.latest_revision(ud, d, name)
File "/home/openbhbuilder/openbh/build-enviroment/bitbake/lib/bb/fetch2/__init__.py", line 1605, in Git.latest_revision(ud=<bb.fetch2.FetchData object at 0x7fe3e0eae910>, d=<bb.data_smart.DataSmart object at 0x7fe3e0e2d130>, name='default'):
except KeyError:
> revs[key] = rev = self._latest_revision(ud, d, name)
return rev
File "/home/openbhbuilder/openbh/build-enviroment/bitbake/lib/bb/fetch2/git.py", line 715, in Git._latest_revision(ud=<bb.fetch2.FetchData object at 0x7fe3e0eae910>, d=<bb.data_smart.DataSmart object at 0x7fe3e0e2d130>, name='default'):
"""
> output = self._lsremote(ud, d, "")
# Tags of the form ^{} may not work, need to fallback to other form
File "/home/openbhbuilder/openbh/build-enviroment/bitbake/lib/bb/fetch2/git.py", line 704, in Git._lsremote(ud=<bb.fetch2.FetchData object at 0x7fe3e0eae910>, d=<bb.data_smart.DataSmart object at 0x7fe3e0e2d130>, search=''):
bb.fetch2.check_network_access(d, cmd, repourl)
> output = runfetchcmd(cmd, d, True)
if not output:
File "/home/openbhbuilder/openbh/build-enviroment/bitbake/lib/bb/fetch2/__init__.py", line 913, in runfetchcmd(cmd='export PSEUDO_DISABLED=1; export DBUS_SESSION_BUS_ADDRESS="unix

ath=/run/user/1000/bus"; export SSH_AGENT_PID="3915"; export SSH_AUTH_SOCK="/run/user/1000/keyring/ssh"; export PATH="/home/openbhbuilder/openbh/build-enviroment/openembedded-core/scripts:/home/openbhbuilder/openbh/build-enviroment/builds/openbh/release/dm900/tmp/work/cortexa15hf-neon-vfpv4-oe-linux-gnueabi/rtl-sdr/rtl-sdr-fetcheravoidrecurse-fetcheravoidrecurse/recipe-sysroot-native/usr/bin/arm-oe-linux-gnueabi:/home/openbhbuilder/openbh/build-enviroment/builds/openbh/release/dm900/tmp/work/cortexa15hf-neon-vfpv4-oe-linux-gnueabi/rtl-sdr/rtl-sdr-fetcheravoidrecurse-fetcheravoidrecurse/recipe-sysroot/usr/bin/crossscripts:/home/openbhbuilder/openbh/build-enviroment/builds/openbh/release/dm900/tmp/work/cortexa15hf-neon-vfpv4-oe-linux-gnueabi/rtl-sdr/rtl-sdr-fetcheravoidrecurse-fetcheravoidrecurse/recipe-sysroot-native/usr/sbin:/home/openbhbuilder/openbh/build-enviroment/builds/openbh/release/dm900/tmp/work/cortexa15hf-neon-vfpv4-oe-linux-gnueabi/rtl-sdr/rtl-sdr-fetcheravoidrecurse-fetcheravoidrecurse/recipe-sysroot-native/usr/bin:/home/openbhbuilder/openbh/build-enviroment/builds/openbh/release/dm900/tmp/work/cortexa15hf-neon-vfpv4-oe-linux-gnueabi/rtl-sdr/rtl-sdr-fetcheravoidrecurse-fetcheravoidrecurse/recipe-sysroot-native/sbin:/home/openbhbuilder/openbh/build-enviroment/builds/openbh/release/dm900/tmp/work/cortexa15hf-neon-vfpv4-oe-linux-gnueabi/rtl-sdr/rtl-sdr-fetcheravoidrecurse-fetcheravoidrecurse/recipe-sysroot-native/bin:/home/openbhbuilder/openbh/build-enviroment/bitbake/bin:/home/openbhbuilder/openbh/build-enviroment/builds/openbh/release/dm900/tmp/hosttools"; export HOME="/home/openbhbuilder"; git -c core.fsyncobjectfiles=0 -c gc.autoDetach=false ls-remote
https://git.osmocom.org/rtl-sdr ', d=<bb.data_smart.DataSmart object at 0x7fe3e0e2dc40>, quiet=True, cleanup=[], log=None, workdir=None):
> raise FetchError(error_message)
bb.data_smart.ExpansionError: Failure expanding variable SRCPV, expression was ${@bb.fetch2.get_srcrev(d)} which triggered exception FetchError: Fetcher failure: Fetch command export PSEUDO_DISABLED=1; export DBUS_SESSION_BUS_ADDRESS="unix

ath=/run/user/1000/bus"; export SSH_AGENT_PID="3915"; export SSH_AUTH_SOCK="/run/user/1000/keyring/ssh"; export PATH="/home/openbhbuilder/openbh/build-enviroment/openembedded-core/scripts:/home/openbhbuilder/openbh/build-enviroment/builds/openbh/release/dm900/tmp/work/cortexa15hf-neon-vfpv4-oe-linux-gnueabi/rtl-sdr/rtl-sdr-fetcheravoidrecurse-fetcheravoidrecurse/recipe-sysroot-native/usr/bin/arm-oe-linux-gnueabi:/home/openbhbuilder/openbh/build-enviroment/builds/openbh/release/dm900/tmp/work/cortexa15hf-neon-vfpv4-oe-linux-gnueabi/rtl-sdr/rtl-sdr-fetcheravoidrecurse-fetcheravoidrecurse/recipe-sysroot/usr/bin/crossscripts:/home/openbhbuilder/openbh/build-enviroment/builds/openbh/release/dm900/tmp/work/cortexa15hf-neon-vfpv4-oe-linux-gnueabi/rtl-sdr/rtl-sdr-fetcheravoidrecurse-fetcheravoidrecurse/recipe-sysroot-native/usr/sbin:/home/openbhbuilder/openbh/build-enviroment/builds/openbh/release/dm900/tmp/work/cortexa15hf-neon-vfpv4-oe-linux-gnueabi/rtl-sdr/rtl-sdr-fetcheravoidrecurse-fetcheravoidrecurse/recipe-sysroot-native/usr/bin:/home/openbhbuilder/openbh/build-enviroment/builds/openbh/release/dm900/tmp/work/cortexa15hf-neon-vfpv4-oe-linux-gnueabi/rtl-sdr/rtl-sdr-fetcheravoidrecurse-fetcheravoidrecurse/recipe-sysroot-native/sbin:/home/openbhbuilder/openbh/build-enviroment/builds/openbh/release/dm900/tmp/work/cortexa15hf-neon-vfpv4-oe-linux-gnueabi/rtl-sdr/rtl-sdr-fetcheravoidrecurse-fetcheravoidrecurse/recipe-sysroot-native/bin:/home/openbhbuilder/openbh/build-enviroment/bitbake/bin:/home/openbhbuilder/openbh/build-enviroment/builds/openbh/release/dm900/tmp/hosttools"; export HOME="/home/openbhbuilder"; git -c core.fsyncobjectfiles=0 -c gc.autoDetach=false ls-remote
https://git.osmocom.org/rtl-sdr failed with exit code 128, output:
fatal: unable to access '
https://git.osmocom.org/rtl-sdr/': server certificate verification failed. CAfile: none CRLfile: none
The variable dependency chain for the failure is: SRCPV -> PV -> BP -> FILESPATH
Summary: There was 1 WARNING message shown.
Summary: There was 1 ERROR message shown, returning a non-zero exit code.
make: *** [Makefile:1073: image] Error 1