summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/yoe.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/yoe.yml b/.github/workflows/yoe.yml
index 133f74b..7713c48 100644
--- a/.github/workflows/yoe.yml
+++ b/.github/workflows/yoe.yml
@@ -44,7 +44,7 @@ jobs:
44 echo INHERIT += \"report-error rm_work\" >> conf/local.conf 44 echo INHERIT += \"report-error rm_work\" >> conf/local.conf
45 echo ERR_REPORT_SERVER = \"errors.yoctoproject.org\" >> conf/local.conf 45 echo ERR_REPORT_SERVER = \"errors.yoctoproject.org\" >> conf/local.conf
46 echo ERR_REPORT_PORT = \"80\" >> conf/local.conf 46 echo ERR_REPORT_PORT = \"80\" >> conf/local.conf
47 echo ERR_REPORT_USERNAME = \"Drone Autobuilder\" >> conf/local.conf 47 echo ERR_REPORT_USERNAME = \"Yoe Distro CI\" >> conf/local.conf
48 echo ERR_REPORT_EMAIL = \"info@yoedistro.org\" >> conf/local.conf 48 echo ERR_REPORT_EMAIL = \"info@yoedistro.org\" >> conf/local.conf
49 echo TOOLCHAIN = \"clang\" >> conf/local.conf 49 echo TOOLCHAIN = \"clang\" >> conf/local.conf
50 echo BB_NUMBER_THREADS = \"16\" >> conf/local.conf 50 echo BB_NUMBER_THREADS = \"16\" >> conf/local.conf