Skip to content

Commit

Permalink
recomment sstate
Browse files Browse the repository at this point in the history
  • Loading branch information
douglasdennis committed Dec 10, 2024
1 parent 495024e commit d5bbbe2
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/phase_3_yocto.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,9 @@ jobs:
echo "BB_NUMBER_THREADS=\"8\"" >> conf/local.conf
echo "PARALLEL_MAKE=\"-j 8\"" >> conf/local.conf
echo "INHERIT += \"rm_work\"" >> conf/local.conf
echo "BB_HASHSERVE = \"auto\"" >> conf/site.conf
echo "BB_HASHSERVE_UPSTREAM = \"hashserv.yoctoproject.org:8687\"" >> conf/site.conf
echo -e "SSTATE_MIRRORS = \" \\ \nfile://.* http://sstate.yoctoproject.org/all/PATH;downloadfilename=PATH \\\n \\ \nfile://.* http://sstate.yoctoproject.org/dev/PATH;downloadfilename=PATH \\\n \\ \n\"" >> conf/site.conf
# ping -c 2 hashserv.yoctoproject.org
# echo "BB_HASHSERVE = \"auto\"" >> conf/site.conf
# echo "BB_HASHSERVE_UPSTREAM = \"hashserv.yoctoproject.org:8687\"" >> conf/site.conf
# echo -e "SSTATE_MIRRORS = \" \\ \nfile://.* http://sstate.yoctoproject.org/all/PATH;downloadfilename=PATH \\\n \\ \nfile://.* http://sstate.yoctoproject.org/dev/PATH;downloadfilename=PATH \\\n \\ \n\"" >> conf/site.conf
bitbake core-image-minimal
# - name: Upload Generated CycloneDX SBOM
Expand Down

0 comments on commit d5bbbe2

Please sign in to comment.