FX30s- R15 beta version unable to repo sync

Unable to repo sync R15 beta

leaf search -t wp77xx

#leaf setup fx30-catm-new -p swi-fx30-catm_4.0.0.beta
#ravish@ravish-desktop:/media/ravish/Linux_Work/myWorkspace_R15t$ leaf getsrc swi-linux
Run sync steps for fx30-catm-legato-src_21.05.0
Skipping FX30 update: source folder not found (/media/ravish/Linux_Work/myWorkspace_R15t/legato-src)
Run sync steps for fx30-catm-linux-src_R15.0.2.001.BP2

Ready to sync in /media/ravish/Linux_Work/myWorkspace_R15t/swi-linux-src directory:
repo init -u ssh://git@github.com/legatoproject/manifest -m mdm9x06/tags/SWI9X06Y_03.00.03.00/linux.xml -g default,-cache,proprietary ; repo sync

Proceed? (Y/n)
Y
Checking credentials…
Get https://gerrit.googlesource.com/git-repo/clone.bundle
Get git-repo - Git at Google
Get ssh://git@github.com/legatoproject/manifest
remote: Enumerating objects: 3755, done.
remote: Counting objects: 100% (2527/2527), done.
remote: Compressing objects: 100% (914/914), done.
remote: Total 3755 (delta 1524), reused 2413 (delta 1413), pack-reused 1228
Receiving objects: 100% (3755/3755), 475.24 KiB | 298.00 KiB/s, done.
Resolving deltas: 100% (2124/2124), done.
From ssh://github.com/legatoproject/manifest

  • [new branch] master → origin/master
    fatal: manifest ‘mdm9x06/tags/SWI9X06Y_03.00.03.00/linux.xml’ not available
    fatal: manifest mdm9x06/tags/SWI9X06Y_03.00.03.00/linux.xml not found
    ERROR:
    Something went wrong with repo command
    HINTS:
    Please check connection and credentials
    Then try again leaf getsrc swi-linux
    fatal: error parsing manifest /media/ravish/Linux_Work/myWorkspace_R15t/swi-linux-src/.repo/manifest.xml: [Errno 2] No such file or directory: ‘/media/ravish/Linux_Work/myWorkspace_R15t/swi-linux-src/.repo/manifest.xml’
    Error while sync operation on fx30-catm-linux-src_R15.0.2.001.BP2
    Error during sync step for fx30-catm-linux-src_R15.0.2.001.BP2 (command returned 1)

ravish@ravish-desktop:/media/ravish/Linux_Work/myWorkspace_R15t$ python --version
Python 3.6.12

Hi ravishkrishnan.kunch,

Sierra team is aware of this issue. Please try the previous version and wait for fo the fix.

Thanks,

Hi @ravishkrishnan.kunch

R15 BP2 is available in leaf now to fx30-catm. You will have to perform some extra steps:

  1. Remove references to old packages

rm -rf ~/.cache/leaf/files/*
rm -rf ~/.leaf/fx30-catm-linux-src_R15.0.2.001.BP2
sudo rm -rf ~/.leaf/wp77-toolchain_SWI9X06Y_03.00.03.00-linux64

  1. Setup new leaf workspace

leaf setup -p swi-fx30-catm_4.0.0.beta
leaf getsrc swi-linux
sha384sum ~/.cache/leaf/files/*fx30-catm-linux-src_R15.0.2.001.BP2.leaf
expected hash output: 519621fbf161f187baf2c1371c76275154f2da44d3ee1fa30edaaa286641d0438d93437364564ce479ad50242c3180b3

  1. Add git paths to config to resolve error from Git CVE CVE-2022-24765 (do not add trailing “/”)

git config --global --add safe.directory “*”
git config --global --add safe.directory your_dir/swi-linux-src/poky
git config --global --add safe.directory your_dir/swi-linux-src/meta-swi-extras
git config --global --add safe.directory your_dir/swi-linux-src/meta-swi
git config --global --add safe.directory your_dir/swi-linux-src/meta-openembedded

  1. Build linux

cd swi-linux-src
make clean (if you have previous builds in the folder, clean them out)
make PROD=fx30

This topic was automatically closed after 10 days. New replies are no longer allowed.