raspberry_pi_4でyocto_project入門
差分
このページの2つのバージョン間の差分を表示します。
| 両方とも前のリビジョン前のリビジョン次のリビジョン | 前のリビジョン | ||
| raspberry_pi_4でyocto_project入門 [2022/07/26 17:11] – makotoa67 | raspberry_pi_4でyocto_project入門 [2022/07/26 19:32] (現在) – makotoa67 | ||
|---|---|---|---|
| 行 53: | 行 53: | ||
| ``` | ``` | ||
| - | arioka@beelink-u59: | + | beelink-u59: |
| Loading cache: 100% |############################################################################################################################################################ | Loading cache: 100% |############################################################################################################################################################ | ||
| Loaded 3330 entries from dependency cache. | Loaded 3330 entries from dependency cache. | ||
| - | ERROR: ParseError at /home/arioka/ | + | ERROR: ParseError at /home/makotoa67/ |
| ``` | ``` | ||
| 行 84: | 行 84: | ||
| あたりを見ると、 | あたりを見ると、 | ||
| - | ``` | + | > All of your layers need to use matching branches. In this case your meta-python is probably too new |
| - | All of your layers need to use matching branches. In this case your meta-python is probably too new (it no longer has the pypi class because it was moved to oe-core). Checkout the rocko branch of meta-openembedded repo and things should start working. | + | > (it no longer has the pypi class because it was moved to oe-core). Checkout the rocko branch of |
| - | ``` | + | > meta-openembedded repo and things should start working. |
| などと言われている。ふむ、ブランチとの整合性な感じ。となると、あえて、Web上の情報に合わせて、 | などと言われている。ふむ、ブランチとの整合性な感じ。となると、あえて、Web上の情報に合わせて、 | ||
| 行 96: | 行 96: | ||
| と、少しだけ古いバージョンを指定したところが間違いなのでは?meta-raspberrypiやmeta-openembeddedは、ただ、gatesgarthといブランチなのだから、Pokyの新しいバージョンのgatesgarth-24.0.4を指定してみると、、、いけたみたい、タスクが進みだした。 | と、少しだけ古いバージョンを指定したところが間違いなのでは?meta-raspberrypiやmeta-openembeddedは、ただ、gatesgarthといブランチなのだから、Pokyの新しいバージョンのgatesgarth-24.0.4を指定してみると、、、いけたみたい、タスクが進みだした。 | ||
| - | その時々の最新版でやるしかないのか。 | + | その時々の最新版でやるしかないのか。それでも、 |
| + | |||
| + | ``` | ||
| + | MakotoA67: | ||
| + | Loading cache: 100% | | ETA: --:--:-- | ||
| + | Loaded 0 entries from dependency cache. | ||
| + | Parsing recipes: 100% |################################################################################## | ||
| + | Parsing of 2323 .bb files complete (0 cached, 2323 parsed). 3534 targets, 139 skipped, 0 masked, 0 errors. | ||
| + | NOTE: Resolving any missing task queue dependencies | ||
| + | |||
| + | Build Configuration: | ||
| + | BB_VERSION | ||
| + | BUILD_SYS | ||
| + | NATIVELSBSTRING | ||
| + | TARGET_SYS | ||
| + | MACHINE | ||
| + | DISTRO | ||
| + | DISTRO_VERSION | ||
| + | TUNE_FEATURES | ||
| + | TARGET_FPU | ||
| + | meta | ||
| + | meta-poky | ||
| + | meta-yocto-bsp | ||
| + | meta-raspberrypi | ||
| + | meta-oe | ||
| + | meta-python | ||
| + | meta-multimedia | ||
| + | meta-networking | ||
| + | |||
| + | NOTE: Fetching uninative binary shim http:// | ||
| + | Initialising tasks: 100% |############################################################################### | ||
| + | Sstate summary: Wanted 1822 Found 0 Missed 1822 Current 0 (0% match, 0% complete) | ||
| + | NOTE: Executing Tasks | ||
| + | WARNING: libpcre2-native-10.35-r0 do_fetch: Failed to fetch URL https:// | ||
| + | WARNING: expat-2.2.9-r0 do_fetch: Failed to fetch URL https:// | ||
| + | WARNING: libpcre-8.44-r0 do_fetch: Failed to fetch URL https:// | ||
| + | WARNING: linux-raspberrypi-1_5.10.17+gitAUTOINC+5833ca7017_ec967eb45f-r0 do_fetch: Failed to fetch URL git:// | ||
| + | WARNING: bluez-firmware-rpidistro-0.0+gitAUTOINC+96eefffccc-r0 do_fetch: Failed to fetch URL git:// | ||
| + | WARNING: pi-bluetooth-0.1.12-r0 do_fetch: Failed to fetch URL git:// | ||
| + | WARNING: linux-firmware-rpidistro-20190114-1+rpt10-r0 do_fetch: Failed to fetch URL git:// | ||
| + | ERROR: linux-firmware-rpidistro-20190114-1+rpt10-r0 do_fetch: Fetcher failure: Fetch command export PSEUDO_DISABLED=1; | ||
| + | Cloning into bare repository '/ | ||
| + | fatal: unable to connect to github.com: | ||
| + | github.com[0: | ||
| + | |||
| + | |||
| + | ERROR: linux-firmware-rpidistro-20190114-1+rpt10-r0 do_fetch: Fetcher failure for URL: ' | ||
| + | ERROR: Logfile of failure stored in: / | ||
| + | ERROR: Task (/ | ||
| + | NOTE: Tasks Summary: Attempted 1999 tasks of which 0 didn't need to be rerun and 1 failed. | ||
| + | |||
| + | Summary: 1 task failed: | ||
| + | / | ||
| + | Summary: There were 7 WARNING messages shown. | ||
| + | Summary: There were 2 ERROR messages shown, returning a non-zero exit code. | ||
| + | MakotoA67: | ||
| + | ``` | ||
| + | |||
| + | と、エラー発生。 | ||
raspberry_pi_4でyocto_project入門.1658823102.txt.gz · 最終更新: 2022/07/26 17:11 by makotoa67