--- target: name: "openwrt-qsdk" architecture: amd64 toolchain: gcc actions: - action: debootstrap_ suite: "stretch" merge-usr: true exclude: ["nano"] include: ["vim", "git", "subversion", "python", "python2.7", "bzip2", "wget", "flex", "gawk", "curl", "unzip", "zutils", "patch", "make", "gcc", "g++", "gettext", "pkg-config", "sharutils", "xz-utils", "libssl-dev", "zlib1g-dev", "libncurses5-dev", "libpcre3-dev", "libc6-dev"] components: - main variant: minbase - action: run command: "apt update && apt install -y ocaml-nox ocaml-findlib libssl1.0-dev openssh-client" - action: user login: "developer" uid: 1000 create_git_config: true create_ssh_key: true ssh_config: | Host gerrit HostName someserver Port 4444 User {{GERRIT_USER}} - action: run command: "curl https://storage.googleapis.com/git-repo-downloads/repo > /usr/bin/repo && chmod +x /usr/bin/repo" - action: run command: "echo openwrt_builder > /etc/hostname" - action: run command: "echo openwrt_builder > /etc/debian_chroot"