git://source.codeaurora.org/external/autobsps32/linux link is no more available

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

git://source.codeaurora.org/external/autobsps32/linux link is no more available

Jump to solution
2,241 Views
salimmulla2021
Contributor III

Hello,


I tried the building of the yocto image for the NXP S32G2 RDB2 board with the steps mentioned in the GoldVIP user manual. While initialising the repo I found that git://source.codeaurora.org/external/autobsps32/linux link is no more available. I request you to fix the issue or provide the solution for same.

Tags (1)
0 Kudos
Reply
1 Solution
2,215 Views
Bio_TICFSL
NXP TechSupport
NXP TechSupport

Hello,

1. If you simply want (any) BS34, you can download and build 34.0.1:

repo init -u https://github.com/nxp-auto-linux/auto_yocto_bsp -b release/bsp34.0.1

 

2. If you need 34.2 specifically, then some manual steps are required:

- download the BSP sources by running the "repo init" and "repo sync" commands as usual for BSP 34.2

- download the patches:

https://github.com/nxp-auto-linux/meta-alb/commit/9a8702cf4a0bc290398c3993dd4a501b0e68177b.patch 
https://github.com/nxp-auto-linux/meta-alb/commit/31b5687270e5ac25244a263abf5412604c5a92ed.patch 
https://github.com/nxp-auto-linux/meta-alb/commit/a4da9a67a2a910d22579bbca7d398929e52a0f08.patch

into the meta-alb directory of your BSP (e.g. from a web browser, open above links and right-click then "Save as...").

- go to meta-alb directory of your BSP in a bash shell and apply the three patches:

patch --backup-if-mismatch -F 10 -u -p 1 -i 31b5687270e5ac25244a263abf5412604c5a92ed.patch
patch --backup-if-mismatch -F 10 -u -p 1 -i 9a8702cf4a0bc290398c3993dd4a501b0e68177b.patch
patch --backup-if-mismatch -F 10 -u -p 1 -i a4da9a67a2a910d22579bbca7d398929e52a0f08.patch

After that, you can use the BSP as usual to build whatever you wish (run nxp-setup-alb.sh then bitbake etc.)

 

Regards

View solution in original post

Tags (1)
0 Kudos
Reply
3 Replies
1,967 Views
NicholasZheng
Contributor II

Following your first step, I have successfully executed the repo init,
But when I executed repo sync, it still failed. How can i download the BSP successfully?

0 Kudos
Reply
1,965 Views
NicholasZheng
Contributor II

NicholasZheng_0-1681710916944.png

 

0 Kudos
Reply
2,216 Views
Bio_TICFSL
NXP TechSupport
NXP TechSupport

Hello,

1. If you simply want (any) BS34, you can download and build 34.0.1:

repo init -u https://github.com/nxp-auto-linux/auto_yocto_bsp -b release/bsp34.0.1

 

2. If you need 34.2 specifically, then some manual steps are required:

- download the BSP sources by running the "repo init" and "repo sync" commands as usual for BSP 34.2

- download the patches:

https://github.com/nxp-auto-linux/meta-alb/commit/9a8702cf4a0bc290398c3993dd4a501b0e68177b.patch 
https://github.com/nxp-auto-linux/meta-alb/commit/31b5687270e5ac25244a263abf5412604c5a92ed.patch 
https://github.com/nxp-auto-linux/meta-alb/commit/a4da9a67a2a910d22579bbca7d398929e52a0f08.patch

into the meta-alb directory of your BSP (e.g. from a web browser, open above links and right-click then "Save as...").

- go to meta-alb directory of your BSP in a bash shell and apply the three patches:

patch --backup-if-mismatch -F 10 -u -p 1 -i 31b5687270e5ac25244a263abf5412604c5a92ed.patch
patch --backup-if-mismatch -F 10 -u -p 1 -i 9a8702cf4a0bc290398c3993dd4a501b0e68177b.patch
patch --backup-if-mismatch -F 10 -u -p 1 -i a4da9a67a2a910d22579bbca7d398929e52a0f08.patch

After that, you can use the BSP as usual to build whatever you wish (run nxp-setup-alb.sh then bitbake etc.)

 

Regards

Tags (1)
0 Kudos
Reply