Error while building VSDK image from bsp23.5 repo

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

Error while building VSDK image from bsp23.5 repo

1,119件の閲覧回数
vijay_techsavvy
Contributor II

I am trying to integrate VSDK in the bsp23.5 repo

I fetched bsp23.5  meta-adas repository with git init

$ repo init -u https://github.com/nxp-auto-linux/auto_yocto_bsp -b release/BSP23.5
-m adas.xml
$ repo sync

I have downloaded VisionSDK_S32V2_RTM_1_7_0.bin, and rest followed the document (S32V_LinuxBSP_23.5_User_Manual.pdf ) to build fsl-image-vsdk with the following command.

$ bitbake fsl-image-vsdk

I have encountered the following error

WARNING: sm-drv-1.0-r0 do_fetch: Failed to fetch URL git://source.codeaurora.org/external/autobsps32/extra/sm_drv;branch=master;protocol=https, attempting MIRRORS if available
ERROR: sm-drv-1.0-r0 do_fetch: Fetcher failure: Fetch command export PSEUDO_DISABLED=1; export DBUS_SESSION_BUS_ADDRESS="unix:path=/run/user/1000/bus,guid=8d3595113c1e43531b1eaa04656ebdc5"; export SSH_AGENT_PID="1764"; export SSH_AUTH_SOCK="/run/user/1000/keyring/ssh"; export PATH="/home/vijay/fsl-adas-yocto-bsp/build_s32v234evb/tmp/sysroots-uninative/x86_64-linux/usr/bin:/home/vijay/fsl-adas-yocto-bsp/sources/poky/scripts:/home/vijay/fsl-adas-yocto-bsp/build_s32v234evb/tmp/work/s32v234evb-fsl-linux/sm-drv/1.0-r0/recipe-sysroot-native/usr/bin/aarch64-fsl-linux:/home/vijay/fsl-adas-yocto-bsp/build_s32v234evb/tmp/work/s32v234evb-fsl-linux/sm-drv/1.0-r0/recipe-sysroot/usr/bin/crossscripts:/home/vijay/fsl-adas-yocto-bsp/build_s32v234evb/tmp/work/s32v234evb-fsl-linux/sm-drv/1.0-r0/recipe-sysroot-native/usr/sbin:/home/vijay/fsl-adas-yocto-bsp/build_s32v234evb/tmp/work/s32v234evb-fsl-linux/sm-drv/1.0-r0/recipe-sysroot-native/usr/bin:/home/vijay/fsl-adas-yocto-bsp/build_s32v234evb/tmp/work/s32v234evb-fsl-linux/sm-drv/1.0-r0/recipe-sysroot-native/sbin:/home/vijay/fsl-adas-yocto-bsp/build_s32v234evb/tmp/work/s32v234evb-fsl-linux/sm-drv/1.0-r0/recipe-sysroot-native/bin:/home/vijay/fsl-adas-yocto-bsp/sources/poky/bitbake/bin:/home/vijay/fsl-adas-yocto-bsp/build_s32v234evb/tmp/hosttools"; export HOME="/home/vijay"; LANG=C git -c core.fsyncobjectfiles=0 clone --bare --mirror https://source.codeaurora.org/external/autobsps32/extra/sm_drv /home/vijay/yocto_s32v_bsp/downloads/git2/source.codeaurora.org.external.autobsps32.extra.sm_drv --progress failed with exit code 128, output:
Cloning into bare repository '/home/vijay/yocto_s32v_bsp/downloads/git2/source.codeaurora.org.external.autobsps32.extra.sm_drv'...
fatal: unable to access 'https://source.codeaurora.org/external/autobsps32/extra/sm_drv/': Could not resolve host: source.codeaurora.org

ERROR: sm-drv-1.0-r0 do_fetch: Fetcher failure for URL: 'git://source.codeaurora.org/external/autobsps32/extra/sm_drv;branch=master;protocol=https'. Unable to fetch URL from any source.
ERROR: sm-drv-1.0-r0 do_fetch: Function failed: base_do_fetch
ERROR: Logfile of failure stored in: /home/vijay/fsl-adas-yocto-bsp/build_s32v234evb/tmp/work/s32v234evb-fsl-linux/sm-drv/1.0-r0/temp/log.do_fetch.12898
ERROR: Task (/home/vijay/fsl-adas-yocto-bsp/sources/meta-adas/recipes-kernel/sm-drv/sm-drv_1.0.bb:do_fetch) failed with exit code '1'
NOTE: Tasks Summary: Attempted 1888 tasks of which 1877 didn't need to be rerun and 1 failed.

Summary: 1 task failed:
/home/vijay/fsl-adas-yocto-bsp/sources/meta-adas/recipes-kernel/sm-drv/sm-drv_1.0.bb:do_fetch
Summary: There were 5 WARNING messages shown.
Summary: There were 3 ERROR messages shown, returning a non-zero exit code.

It seems it could not fetch the sm-drv recipe from codeaurora.org as codeaurora.org has been deprecated.

Any solution please ??

 

best regards,

Vijay

ラベル(1)
0 件の賞賛
返信
2 返答(返信)

1,106件の閲覧回数
Bio_TICFSL
NXP TechSupport
NXP TechSupport

Hello,

NXP did a source code migration from CodeAurora to GitHub.

Now, you can find any source code at the following link:

https://github.com/nxp-imx

 

regards

0 件の賞賛
返信

1,100件の閲覧回数
vijay_techsavvy
Contributor II

Hello,

Please do read my post. I am trying to build Vision SDK for S32v234 SoC from BSP23.5 repo, but  not for iMX series SoC.

git init $ repo init -u https://github.com/nxp-auto-linux/auto_yocto_bsp -b release/BSP23.5 -m adas.xml

Please see above init command. I could commit the repo into build directory. 

I tried to build the VSDK

$ bitbake fsl-image-vsdk

Bit bake could able to initiate and started building VSDK image.

But i got following error with one recipe which could not be downloaded as only that is not moved to github. 

In that sm-drv-1.0-r0.bb recipe, download link is still refers to codeaurora.org

WARNING: sm-drv-1.0-r0 do_fetch: Failed to fetch URL git://source.codeaurora.org/external/autobsps32/extra/sm_drv;branch=master;protocol=https, attempting MIRRORS if available ERROR: sm-drv-1.0-r0 do_fetch: Fetcher failure: Fetch command export PSEUDO_DISABLED=1; export DBUS_SESSION_BUS_ADDRESS="unix:path=/run/user/1000/bus,guid=8d3595113c1e43531b1eaa04656ebdc5"; export SSH_AGENT_PID="1764"; export SSH_AUTH_SOCK="/run/user/1000/keyring/ssh"; export PATH="/home/vijay/fsl-adas-yocto-bsp/build_s32v234evb/tmp/sysroots-uninative/x86_64-linux/usr/bin:/home/vijay/fsl-adas-yocto-bsp/sources/poky/scripts:/home/vijay/fsl-adas-yocto-bsp/build_s32v234evb/tmp/work/s32v234evb-fsl-linux/sm-drv/1.0-r0/recipe-sysroot-native/usr/bin/aarch64-fsl-linux:/home/vijay/fsl-adas-yocto-bsp/build_s32v234evb/tmp/work/s32v234evb-fsl-linux/sm-drv/1.0-r0/recipe-sysroot/usr/bin/crossscripts:/home/vijay/fsl-adas-yocto-bsp/build_s32v234evb/tmp/work/s32v234evb-fsl-linux/sm-drv/1.0-r0/recipe-sysroot-native/usr/sbin:/home/vijay/fsl-adas-yocto-bsp/build_s32v234evb/tmp/work/s32v234evb-fsl-linux/sm-drv/1.0-r0/recipe-sysroot-native/usr/bin:/home/vijay/fsl-adas-yocto-bsp/build_s32v234evb/tmp/work/s32v234evb-fsl-linux/sm-drv/1.0-r0/recipe-sysroot-native/sbin:/home/vijay/fsl-adas-yocto-bsp/build_s32v234evb/tmp/work/s32v234evb-fsl-linux/sm-drv/1.0-r0/recipe-sysroot-native/bin:/home/vijay/fsl-adas-yocto-bsp/sources/poky/bitbake/bin:/home/vijay/fsl-adas-yocto-bsp/build_s32v234evb/tmp/hosttools"; export HOME="/home/vijay"; LANG=C git -c core.fsyncobjectfiles=0 clone --bare --mirror https://source.codeaurora.org/external/autobsps32/extra/sm_drv /home/vijay/yocto_s32v_bsp/downloads/git2/source.codeaurora.org.external.autobsps32.extra.sm_drv --progress failed with exit code 128, output: Cloning into bare repository '/home/vijay/yocto_s32v_bsp/downloads/git2/source.codeaurora.org.external.autobsps32.extra.sm_drv'... fatal: unable to access 'https://source.codeaurora.org/external/autobsps32/extra/sm_drv/': Could not resolve host: source.codeaurora.org ERROR: sm-drv-1.0-r0 do_fetch: Fetcher failure for URL: 'git://source.codeaurora.org/external/autobsps32/extra/sm_drv;branch=master;protocol=https'. Unable to fetch URL from any source. ERROR: sm-drv-1.0-r0 do_fetch: Function failed: base_do_fetch ERROR: Logfile of failure stored in: /home/vijay/fsl-adas-yocto-bsp/build_s32v234evb/tmp/work/s32v234evb-fsl-linux/sm-drv/1.0-r0/temp/log.do_fetch.12898 ERROR: Task (/home/vijay/fsl-adas-yocto-bsp/sources/meta-adas/recipes-kernel/sm-drv/sm-drv_1.0.bb:do_fetch) failed with exit code '1' NOTE: Tasks Summary: Attempted 1888 tasks of which 1877 didn't need to be rerun and 1 failed. Summary: 1 task failed: /home/vijay/fsl-adas-yocto-bsp/sources/meta-adas/recipes-kernel/sm-drv/sm-drv_1.0.bb:do_fetch Summary: There were 5 WARNING messages shown. Summary: There were 3 ERROR messages shown, returning a non-zero exit code.

It seems it could not fetch the sm-drv recipe from codeaurora.org as codeaurora.org has been deprecated.  

0 件の賞賛
返信