Hi,
I’m working on i.MX 6Q Sabre Automotive (i.mx 6q sabreauto). I’m following the same procedure mentioned in the Readme.txt for NXP AGL 4.1.15 – 1.0.0 from the link below.
http://git.freescale.com/git/cgit.cgi/imx/meta-nxp-agl.git
http://git.freescale.com/git/cgit.cgi/imx/meta-nxp-agl.git/tree/README.txt?id=jethro-4.1.15-1.0.0
Initially, I got the error mentioned below.
ERROR: ExpansionError during parsing /media/mynewdrive/NXPAGL_4_1_15_jethro/sources/meta-agl-demo/recipes-demo-hmi/CES2016-demo/CES2016-demo.bb: Failure expanding variable SRCPV, expression was ${@bb.fetch2.get_srcrev(d)} which triggered exception FetchError: Fetcher failure: Fetch command failed with exit code 128, output:
fatal: repository 'https://gerrit.automotivelinux.org/AGL/DemoApps/CES2016/' not found
I modified the sources/meta-agl-demo/recipes-demo-hmi/CES2016-demo/CES2016-demo.bb file mentioned, as follows.
#SRC_URI = "git://git.automotivelinux.org/gerrit/AGL/DemoApps/CES2016;protocol=http"
SRC_URI = "git://git.automotivelinux.org/AGL/DemoApps/CES2016;protocol=https” /*Modification*/
This modification rectified the error and it showed up one more error, as shown below. In the .bb file mentioned in the error, it is unable to fetch wayland-ivi-extension.git from the URL git2/git.projects.genivi.org.
ERROR: Fetcher failure: Fetch command failed with exit code 128, output:
Cloning into bare repository '/media/mynewdrive/NXPAGL_4_1_15_jethro/downloads//git2/git.projects.genivi.org.wayland-ivi-extension.git'...
fatal: remote error: access denied or repository not exported: /wayland-ivi-extension.git
ERROR: Function failed: Fetcher failure for URL: 'git://git.projects.genivi.org/wayland-ivi-extension.git'. Unable to fetch URL from any source.
ERROR: Logfile of failure stored in: /media/mynewdrive/NXPAGL_4_1_15_jethro/bld-agl/tmp/work/cortexa9hf-vfp-neon-poky-linux-gnueabi/wayland-ivi-extension/1.5.0-r0/temp/log.do_fetch.30105
ERROR: Task 2890 (/media/mynewdrive/NXPAGL_4_1_15_jethro/sources/meta-agl/meta-ivi-common/recipes-graphics/wayland/wayland-ivi-extension_1.5.0.bb, do_fetch) failed with exit code '1'
Please provide me a solution to proceed further, at the earliest possible.