From bf82806f2cb211c4bfbb2689b5c68610462237db Mon Sep 17 00:00:00 2001 From: Ilias Apalodimas Date: Wed, 24 Jul 2019 12:38:42 +0300 Subject: added image for synquacer and ledge-rp Signed-off-by: Ilias Apalodimas --- socionext/ledge-rp.yaml | 53 +++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 53 insertions(+) create mode 100644 socionext/ledge-rp.yaml 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@(.*)' -- cgit v1.2.3