summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYongqin Liu <yongqin.liu@linaro.org>2023-08-10 12:45:56 +0800
committerYongqin Liu <yongqin.liu@linaro.org>2023-10-20 10:29:59 +0800
commit407988596de08007252959be498180de95271144 (patch)
tree1ea9d78749e547c90d852734bb42ebdcc55a9164
parentf0dd74f86b47f0b644b77f04157e77f6c697a2a5 (diff)
downloadhikey-linaro-master.tar.gz
dtimage.mk: drop RADIOIMAGE settings with dt.imglinaro-master
which seems cause problem of "cp: bad 'out/target/product/hikey960/dt.img': No such file or directory" when run "make dist" command. The problem is not reported when dropping them. Test: make dist finished successfully Change-Id: I0279cc1d072c132958afb0e3660f440cd0515f98 Signed-off-by: Yongqin Liu <yongqin.liu@linaro.org>
-rw-r--r--build/tasks/dtimage.mk4
1 files changed, 0 insertions, 4 deletions
diff --git a/build/tasks/dtimage.mk b/build/tasks/dtimage.mk
index 86cc290e..02b47f68 100644
--- a/build/tasks/dtimage.mk
+++ b/build/tasks/dtimage.mk
@@ -13,10 +13,6 @@ $(PRODUCT_OUT)/dt.img: $(DTB)
droidcore: $(PRODUCT_OUT)/dt.img
-# Images will be packed into target_files zip, and hikey-img.zip.
-INSTALLED_RADIOIMAGE_TARGET += $(PRODUCT_OUT)/dt.img
-BOARD_PACK_RADIOIMAGES += dt.img
-
endif
endif
endif