seapath / meta-seapath

This is the core of the seapath project. The meta-seapath repo contains the yocto Seapath layer, which contains all the code (yocto recipes) needed to build the seapath images used to install seapath (host, guest, flasher, etc.)
https://lfenergy.org/projects/seapath/
Apache License 2.0
6 stars 10 forks source link

fsnotify upstream link is broken #73

Closed dupremathieu closed 1 year ago

dupremathieu commented 2 years ago

Yocto failed to download fsnotify because the upstream link has changed. The branch master have been renamed main.

Steps to reproduce the behavior:

  1. Do not use any caches
  2. build an image (run cqfd)
  3. the build with failed with the following error
ERROR: go-fsnotify-1.2.11+gitAUTOINC+836bfd95fe-r0 do_fetch: Fetcher failure: Unable to find revision 836bfd95fecc0f1511dd66bdbf2b5b61ab8b00b6 in branch master even from upstream
ERROR: go-fsnotify-1.2.11+gitAUTOINC+836bfd95fe-r0 do_fetch: Bitbake Fetcher Error: FetchError('Unable to fetch URL from any source.', 'git://github.com/fsnotify/fsnotify.git;branch=master;protocol=https')
dupremathieu commented 1 year ago

Fix upstream