diff options
author | Minori Yasumura <minori@witz-inc.co.jp> | 2020-01-21 14:47:09 +0900 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2020-02-14 10:33:39 +0000 |
commit | 580586f5ce8be779c1b9d14f70f156762984bd28 (patch) | |
tree | ae0c893c9f65d267a14de733d09ef8ed3b078147 /meta-agl-bsp/conf/include/agl_ulcb-nogfx.inc | |
parent | 006b93ba7cb4c102150ec01997d94bcce33960dd (diff) |
Rename dtb name
Because the device tree has been renamed,
we must rename it accordingly.
Bug-AGL: SPEC-3097
Change-Id: Ic9ceee7df53880fa24f172c7c3a2ab76500e5a99
Signed-off-by: Minori Yasumura <minori@witz-inc.co.jp>
Diffstat (limited to 'meta-agl-bsp/conf/include/agl_ulcb-nogfx.inc')
-rw-r--r-- | meta-agl-bsp/conf/include/agl_ulcb-nogfx.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-agl-bsp/conf/include/agl_ulcb-nogfx.inc b/meta-agl-bsp/conf/include/agl_ulcb-nogfx.inc index 8d97996f9..380011896 100644 --- a/meta-agl-bsp/conf/include/agl_ulcb-nogfx.inc +++ b/meta-agl-bsp/conf/include/agl_ulcb-nogfx.inc @@ -1,7 +1,7 @@ DISTRO_FEATURES_append = " sota" OSTREE_KERNEL = "Image" -IMAGE_BOOT_FILES_sota = "renesas-ota-bootfiles/* Image-${DTB_SUFFIX}.dtb" +IMAGE_BOOT_FILES_sota = "renesas-ota-bootfiles/* ${DTB_SUFFIX}.dtb" OSTREE_BOOTLOADER ?= "u-boot" WKS_FILE = "singlepart-noloader.wks" |