T1042d4rdb-64b building process.

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

T1042d4rdb-64b building process.

Jump to solution
368 Views
Mewan
Contributor II

I have downloaded the source and ppce5500 yocto cache from https://nxp.flexnetoperations.com/control/frse/download?agree=Accept&element=7726177, I installed the source iso first and then the yocto cache, ran the host_prepare.sh, and sourced(fsl_env_setup) with machine t1042d4rdb-64b. I ran the command
$ bitbake fsl-toolchain
Got the error
"the '--set-upstream' option is no longer supported. Please use '--track' or '--set-upstream-to' instead." I update the source/poky/bitbake/lib/bb/fetch2/git.py file to use --set-upstream-to command and reran
$bitbake fsl-toolchain
And now i am getting the error below
"ERROR: Function failed: Fetcher failure: Fetch command failed with exit code 128, output:
fatal: branch 'origin/master' does not exist".

Is there a way to resolve this? I checked the $$ git remote -v
fsl-public git://git.freescale.com/yocto/meta-freescale (fetch)
fsl-public git://git.freescale.com/yocto/meta-freescale (push)
and when i tried openning on chrome, it showed that the site does not exist.

T1042


Tags (1)
0 Kudos
Reply
1 Solution
336 Views
Oswalag
NXP TechSupport
NXP TechSupport
0 Kudos
Reply
4 Replies
352 Views
Oswalag
NXP TechSupport
NXP TechSupport

Hello,

 

The git://git.freescale.com repository was replaced by https://github.com/nxp-qoriq

Some recipes may still refer to the old repository so please replace them on the recipes where you are experiencing issues.

 

Regards.

0 Kudos
Reply
340 Views
Mewan
Contributor II

Hi,

The link  you have provided contains the meta-qoriq repo. I am trying to build the fsl-toolchain or fsl/ls-image-main, on running bitbake-layers show-recipes, it shows that these(fsl-toolchain & fsl-image-main) reference meta-freescale.
I am not able to find this from the link you provided. But i have found https://github.com/Freescale/meta-freescale and this depends on openembeddedcore. I understand that i have to replace the url src of my project (meta-freescale) to the ones still being maintained above, but what branch do I have to use? I am not finding any list of supported devices which lists t1022 or t1042.

Regards

0 Kudos
Reply
337 Views
Oswalag
NXP TechSupport
NXP TechSupport

You can review as an option dunfell branch, please take a look in the links below:

https://github.com/nxp-qoriq/yocto-sdk/tree/dunfell

https://github.com/Freescale/meta-freescale/tree/dunfell?tab=readme-ov-file

 

 

0 Kudos
Reply
317 Views
Mewan
Contributor II

Hi,
I fetched the yocto sdk dunfell branch and updated the manifest file to use the freescale git source instead of the codeaurora source. Then I updated the src_url in the layers as well and removed nativesdk-cst and I finally had a successful build.

Thanks for the assistance.

0 Kudos
Reply