[yocto] [PATCH] [yocto-autobuilder2] Add nightly-x86-64-bsp job to enable BSP HW Testcase

Aaron Chan aaron.chun.yew.chan at intel.com
Tue Jun 19 01:05:35 PDT 2018


Signed-off-by: Aaron Chan <aaron.chun.yew.chan at intel.com>
---
 config.json | 22 ++++++++++++++++++++++
 1 file changed, 22 insertions(+)

diff --git a/config.json b/config.json
index 808fefc..e79fae3 100644
--- a/config.json
+++ b/config.json
@@ -230,6 +230,23 @@
                 "MACHINE" : "genericx86-64"
             }
         },
+        "nightly-x86-64-bsp" : {
+            "MACHINE" : "intel-corei7-64",
+            "SDKMACHINE" : "x86_64",
+            "BBTARGETS" : "core-image-sato-sdk",
+            "extravars" : [
+                "DISTRO_FEATURES_append = \" systemd\"",
+                "IMAGE_INSTALL_append = \" udev util-linux systemd\"",
+                "IMAGE_FSTYPES = \"tar.gz\"",
+                "CORE_IMAGE_EXTRA_INSTALL += \"python3 python3-pip python-pip git socat apt dpkg openssh\""
+            ],
+            "NEEDREPOS" : ["poky", "meta-intel", "meta-minnow", "meta-openembedded"],
+            "ADDLAYER" : [
+                "${BUILDDIR}/../meta-intel",
+                "${BUILDDIR}/../meta-minnow",
+                "${BUILDDIR}/../meta-openembedded/meta-python"
+            ]
+        },
         "nightly-world" : {
             "MACHINE" : "qemux86",
             "SDKMACHINE" : "x86_64",
@@ -738,6 +755,11 @@
             "url" : "git://git.yoctoproject.org/meta-gplv2",
             "branch" : "master",
             "revision" : "HEAD"
+        },
+        "meta-minnow" : {
+            "url" : "https://github.com/alimhussin2/meta-minnow",
+            "branch" : "master",
+            "revision" : "HEAD"
         }
     }
 }
-- 
2.7.4



More information about the yocto mailing list