I'm writing a recipe to checkout files from local svn. Here is my URI:<div><br></div><div>SRC_URI = "svn://svn.ad-group.adh/svn/dev_repos/Generation3_app;module=trunk;protocol=http"</div><div><br></div><div>bitbake fails to fetch the source from this location and gives the bellow error message.</div>
<div><br></div><div>Looks like bitbake is not replacing svn with http hence it's not querying a correct address.</div><div><br></div><div>Why bitbake is not reading the protocol parameter and construct the correct address?</div>
<div> </div><div><br></div><div><div>NOTE: Preparing runqueue</div><div>NOTE: Executing SetScene Tasks</div><div>NOTE: Executing RunQueue Tasks</div><div>NOTE: Running task 1577 of 2240 (ID: 4, /home/telsherbiny/work/fsl/sources/meta-adh-console/recipes-web/web-browser/<a href="http://web-browser_8.5.bb">web-browser_8.5.bb</a>, do_fetch)</div>
<div>NOTE: package web-browser-8.5-r1: task do_fetch: Started</div><div>ERROR: Function failed: Fetcher failure: Fetch command export HOME="/home/telsherbiny"; export SSH_AGENT_PID="2398"; export SSH_AUTH_SOCK="/tmp/keyring-suRHPa/ssh"; export GIT_CONFIG="/home/telsherbiny/work/fsl/build/tmp/sysroots/i686-linux/etc/gitconfig"; export PATH="/home/telsherbiny/work/fsl/build/tmp/sysroots/i686-linux/usr/bin/armv7a-vfp-neon-poky-linux-gnueabi:/home/telsherbiny/work/fsl/build/tmp/sysroots/imx6qsabrelite/usr/bin/crossscripts:/home/telsherbiny/work/fsl/build/tmp/sysroots/i686-linux/usr/sbin:/home/telsherbiny/work/fsl/build/tmp/sysroots/i686-linux/usr/bin:/home/telsherbiny/work/fsl/build/tmp/sysroots/i686-linux/sbin:/home/telsherbiny/work/fsl/build/tmp/sysroots/i686-linux//bin:/home/telsherbiny/work/fsl/sources/poky/scripts:/home/telsherbiny/work/fsl/sources/poky/bitbake/bin/:/home/telsherbiny/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/opt/openocd/bin:/opt/arm-elf/bin:/opt/arm-elf-insight/bin:/opt/sh-elf/bin:/opt/insight.sh-elf/bin:/usr/local/cwSDK/cwvx/bin:/opt/arm-elf-insight/bin:/opt/android-sdk-linux_x86/platform-tools/:/home/telsherbiny/work/fsl/sources/poky/scripts"; LANG=C LC_ALL=C /usr/bin/env svn info  svn://svn.ad-group.adh/svn/dev_repos/Generation3_app/trunk/ could not be run:</div>
<div>None</div><div>ERROR: Logfile of failure stored in: /home/telsherbiny/work/fsl/build/tmp/work/armv7a-vfp-neon-poky-linux-gnueabi/web-browser-8.5-r1/temp/log.do_fetch.14696</div></div><div><br></div><div><br></div><div>
Thanks</div>