Skip to content

Commit

Permalink
yocto: add some more comments
Browse files Browse the repository at this point in the history
Signed-off-by: Leonard Göhrs <[email protected]>
  • Loading branch information
hnez committed Nov 19, 2024
1 parent a888b34 commit 8c95e09
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion yocto/auto.conf
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# Use the shared sstate cache
SSTATE_MIRRORS = "file://.* file:///srv/cache/sstate-cache/PATH"

# As long as we do not have a global hash equivalence server running together
Expand All @@ -6,10 +7,11 @@ SSTATE_MIRRORS = "file://.* file:///srv/cache/sstate-cache/PATH"
BB_SIGNATURE_HANDLER = "OEBasicHash"
BB_HASHSERVE = ""

# the NPM fetcher failes with file:// PREMIRROR entries, so use http
# The NPM fetcher fails with file:// PREMIRROR entries, so use http
INHERIT += "own-mirrors"
SOURCE_MIRROR_URL = "http://10.0.2.2/downloads"

# Prefer fast compression over small file size
OPKGBUILDCMD = "opkg-build -Z gzip -a -1n"

BB_GENERATE_MIRROR_TARBALLS = "1"

0 comments on commit 8c95e09

Please sign in to comment.