diff options
author | Corentin LABBE <clabbe@baylibre.com> | 2019-11-20 16:59:38 +0100 |
---|---|---|
committer | Corentin LABBE <clabbe@baylibre.com> | 2019-11-20 17:00:31 +0100 |
commit | 8c3e6d354c5f08f1d1c68b3ff6dcb29cb13ac3a5 (patch) | |
tree | 1675560bbc6d9990e9ccb6173aa1f1a17153a912 | |
parent | 17c7cd23ae4eb2ba9c5a63011815fbfefac3fd7b (diff) |
SPEC-2921: fix prompt for h3ulcb-kficefish_8.99.1icefish/8.99.18.99.1
The prompt for h3ulcb-kf is h3ulcb, so yocto_machine need to be set to
it.
Bug-AGL: SPEC-2921
Change-Id: I73b9606b7c9de5142619f531d6cced402763bb85
Signed-off-by: Corentin LABBE <clabbe@baylibre.com>
-rw-r--r-- | templates/machines/h3ulcb-kf.jinja2 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/templates/machines/h3ulcb-kf.jinja2 b/templates/machines/h3ulcb-kf.jinja2 index 60fadad..c0b1e01 100644 --- a/templates/machines/h3ulcb-kf.jinja2 +++ b/templates/machines/h3ulcb-kf.jinja2 @@ -10,3 +10,4 @@ {%- set uboot_type = "booti" %} {%- set rfs_image = rfs_image|default("agl-image-ivi-crosssdk-h3ulcb.ext4.xz") %} {%- set initrd = "initramfs-netboot-image-h3ulcb.ext4.gz" %} +{%- set yocto_machine = "h3ulcb" %} |