graphics/libyuv: Download libyuv from NuttX Mirror Repo instead of chromium.googlesource.com#3449
Open
lupyuen wants to merge 1 commit intoapache:masterfrom
Open
graphics/libyuv: Download libyuv from NuttX Mirror Repo instead of chromium.googlesource.com#3449lupyuen wants to merge 1 commit intoapache:masterfrom
lupyuen wants to merge 1 commit intoapache:masterfrom
Conversation
NuttX Build Target `sim:nxcamera` failed to build because chromium.googlesource.com is blocking our download of libyuv library: https://github.com/apache/nuttx/actions/runs/24106742084/job/70356374433#step:10:603 ``` Configuration/Tool: sim/nxcamera Building NuttX... curl -L https://chromium.googlesource.com/libyuv/libyuv/+archive/refs/heads/stable.tar.gz -o libyuv.tar.gz gzip: stdin: not in gzip format ``` This PR updates the libyuv Makefile to download libyuv from the NuttX Mirror Repo instead: https://github.com/NuttX/nuttx/releases/tag/libyuv Signed-off-by: Lup Yuen Lee <luppy@appkaki.com>
This was referenced Apr 8, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
NuttX Build Target
sim:nxcamerafailed to build because chromium.googlesource.com is blocking our download of libyuv library: https://github.com/apache/nuttx/actions/runs/24106742084/job/70356374433#step:10:603This PR updates the libyuv Makefile to download libyuv cached at NuttX Mirror Repo: https://github.com/NuttX/nuttx/releases/tag/libyuv
Impact
sim/nxcameranow builds correctly, by downloading libyuv from the NuttX Mirror Repo.Please update the NuttX Mirror Repo when there are changes to the Stable Version of libyuv: https://github.com/NuttX/nuttx/releases/tag/libyuv
Testing
sim/nxcamerabuilds correctly with NuttX Docker Image: https://gist.github.com/lupyuen/a11b3cfbec49f8245da42f05163c4570