diff options
author | Corentin LABBE <clabbe@baylibre.com> | 2019-05-02 15:43:38 +0200 |
---|---|---|
committer | Corentin LABBE <clabbe@baylibre.com> | 2019-05-03 13:57:50 +0200 |
commit | 639d305a82d80cbee0b9fd2d25b6020f3ad9e003 (patch) | |
tree | b620318bc7b9eff220442d9c47d042b872017145 /templates/machines/porter.jinja2 | |
parent | 35333bf87d61b691c2e4834e359ce9e4a24ca251 (diff) |
Remove porter
As asked by JSM on review 21232, this patch removes the porter machine.
Bug-AGL: SPEC-2375
Change-Id: Iaa8083a271bb61ee1f9208f671d617fc15a00028
Signed-off-by: Corentin LABBE <clabbe@baylibre.com>
Diffstat (limited to 'templates/machines/porter.jinja2')
-rw-r--r-- | templates/machines/porter.jinja2 | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/templates/machines/porter.jinja2 b/templates/machines/porter.jinja2 deleted file mode 100644 index 0a5de3d..0000000 --- a/templates/machines/porter.jinja2 +++ /dev/null @@ -1,7 +0,0 @@ -{%- extends 'boot/generic-uboot-tftp.jinja2' %} -{%- set device_arch = "arm64" %} -{%- set device_mach = "renesas" %} -{%- set device_type = "renesas-porter-uboot" %} -{%- set dtb = dtb|default("r8a7791-porter.dtb") %} -{%- set initrd = initrd|default("initramfs-netboot-image-" + yocto_machine +".ext4.gz.u-boot") %} -{%- set rootfs_type = rootfs_type|default("nbd") %} |