Reduce label length
diff --git a/vars/functions.groovy b/vars/functions.groovy
index 5080648..a8c9d25 100644
--- a/vars/functions.groovy
+++ b/vars/functions.groovy
@@ -70,7 +70,7 @@
 
 def buildPackagePipeline(boardName, packageName, repo = Repository.CORE, needsNative = false) {
     def workspacePath = "/home/jenkins/workspace"
-    def buildLabel = "build-${boardName}-${repo.toOutDirName()}-${packageName}-${UUID.randomUUID().toString()}"
+    def buildLabel = "build-${packageName}-${UUID.randomUUID().toString()}"
     def sourcePath = "${workspacePath}/src"
 
     // FIXME(jtgans): Get rid of privileged! This is a security risk!