Skip to content

Commit

Permalink
yoe: Use ?= in fallback to PACKAGE_FEED_URIS
Browse files Browse the repository at this point in the history
Signed-off-by: Khem Raj <[email protected]>
  • Loading branch information
kraj committed Mar 6, 2024
1 parent 9d5dfd2 commit 18f9640
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sources/meta-yoe/conf/distro/yoe.inc
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ https://.*/.* http://downloads.yoctoproject.org/mirror/sources/ \n"
BB_GENERATE_MIRROR_TARBALLS = "1"

# Template for feed server
PACKAGE_FEED_URIS ??= "http://<feedserver>:8000/"
PACKAGE_FEED_URIS ?= "http://<feedserver>:8000/"

# Use Hash Equivalence
BB_SIGNATURE_HANDLER = "OEEquivHash"
Expand Down

0 comments on commit 18f9640

Please sign in to comment.