summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIlias Apalodimas <ilias.apalodimas@linaro.org>2019-07-24 12:38:42 +0300
committerIlias Apalodimas <ilias.apalodimas@linaro.org>2019-07-24 12:38:42 +0300
commitbf82806f2cb211c4bfbb2689b5c68610462237db (patch)
treeb9403702ff572b67b871b88ff0d6ed948405625a
parent1589ed0cf84fd2d7790d10c371a46d1154bd3483 (diff)
added image for synquacer and ledge-rp
Signed-off-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>
-rw-r--r--socionext/ledge-rp.yaml53
1 files changed, 53 insertions, 0 deletions
diff --git a/socionext/ledge-rp.yaml b/socionext/ledge-rp.yaml
new file mode 100644
index 0000000..66d7af4
--- /dev/null
+++ b/socionext/ledge-rp.yaml
@@ -0,0 +1,53 @@
+job_name: ledge-rp
+
+timeouts:
+ job:
+ minutes: 900
+ action:
+ minutes: 20
+ connection:
+ minutes: 20
+
+visibility: public
+priority: medium
+device_type: synquacer
+
+context:
+ boot_character_delay: 1
+ extra_kernel_args: "selinux=0"
+
+actions:
+- deploy:
+ role:
+ - developerbox
+ timeout:
+ minutes: 10
+ to: tftp
+
+ kernel:
+ url: http://people.linaro.org/~ilias.apalodimas/images/espressobin/Image--mainline-5.2-r0-ledge-espressobin-20190712112403.bin
+ nfsrootfs:
+ url: http://people.linaro.org/~ilias.apalodimas/images/espressobin/ledge-gateway-ledge-espressobin-20190712112403.rootfs.tar.xz
+ compression: xz
+ ramdisk:
+ url: http://images.validation.linaro.org/synquacer/hc/initrd.img
+ compression: gz
+ os: OE
+
+- boot:
+ role:
+ - developerbox
+ timeout:
+ minutes: 90
+ method: grub
+ parameters:
+ shutdown-message: "reboot: Restarting system"
+ commands:
+ - insmod efinet
+ - net_ls_addr
+ - 'linux (tftp,{SERVER_IP})/{KERNEL} root=/dev/nfs rw nfsroot={NFS_SERVER_IP}:{NFSROOTFS},tcp,hard,intr,vers=3 ip=dhcp selinux=0'
+ - initrd (tftp,{SERVER_IP})/{RAMDISK}
+ - clear
+ - boot
+ prompts:
+ - 'root@(.*)'