mirror of
https://git.yoctoproject.org/poky
synced 2026-01-29 21:08:42 +01:00
scripts/poky-autobuild-moblin: Set GIT_PROXY_COMMAND
This commit is contained in:
@@ -73,6 +73,7 @@ if [ ! -e "$CONFFILE" ]; then
|
||||
echo 'PARALLEL_MAKE = "-j 6"' >> "$CONFFILE"
|
||||
echo "DL_DIR = \"$SRVWORKDIR/sources\"" >> "$CONFFILE"
|
||||
echo 'INHERIT += "poky-autobuild-notifier"' >> "$CONFFILE"
|
||||
echo 'GIT_PROXY_COMMAND=poky-git-proxy-socks-command' >> "$CONFFILE"
|
||||
if [ "$ABTARGET" = "darwin" ]; then
|
||||
echo 'PACKAGE_CLASSES += "package_tar"' >> "$CONFFILE"
|
||||
echo "BBFILES += \"$CURRDIR/meta-darwin/packages/*/*.bb\"" >> "./conf/local.conf"
|
||||
|
||||
Reference in New Issue
Block a user