[Fuego] [PATCH 02/10] kernel_build: add spec for arm and arm64

Daniel Sangorrin daniel.sangorrin at toshiba.co.jp
Tue Mar 27 08:53:18 UTC 2018


I have tested arm(hf) but not arm64 because of the dependency
problem.

Signed-off-by: Daniel Sangorrin <daniel.sangorrin at toshiba.co.jp>
---
 engine/tests/Functional.kernel_build/spec.json | 12 ++++++++++++
 1 file changed, 12 insertions(+)

diff --git a/engine/tests/Functional.kernel_build/spec.json b/engine/tests/Functional.kernel_build/spec.json
index 0b6d20c..df0e748 100644
--- a/engine/tests/Functional.kernel_build/spec.json
+++ b/engine/tests/Functional.kernel_build/spec.json
@@ -4,6 +4,18 @@
         "default": {
             "gitrepo": "https://github.com/torvalds/linux.git"
         },
+        "arm": {
+            "gitrepo": "https://github.com/torvalds/linux.git",
+            "platform": "debian-armhf",
+            "arch": "arm"
+        },
+        "arm64": {
+            "gitrepo": "https://github.com/torvalds/linux.git",
+            "platform": "aarch64",
+            "arch": "arm64",
+            "params": "-j8 Image dtbs modules",
+            "regex_p": "^  OBJCOPY arch/arm64/boot/Image"
+        },
         "lts-414y": {
             "gitrepo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git",
             "gitref": "linux-4.14.y"
-- 
2.7.4




More information about the Fuego mailing list