treewide: do not use IMG_PREFIX in Image/Prepare
authorJonas Gorski <jonas.gorski@gmail.com>
Fri, 13 Oct 2017 12:21:53 +0000 (14:21 +0200)
committerJonas Gorski <jonas.gorski@gmail.com>
Thu, 26 Oct 2017 10:26:25 +0000 (12:26 +0200)
commit6f528dfbd91f8e687e36300ab9284d16b78475b4
tree75faf15e1027816412a81959e2a344f8118e3d84
parent21e59ee3a2310ba1ec80b07614991318c014610e
treewide: do not use IMG_PREFIX in Image/Prepare

IMG_PREFIX can be modified in ImageBuilder by passing EXTRA_IMAGE_NAME
on command line, but Image/Prepare is not run in ImageBuilder. This
causes missing files when IMG_PREFIX is used for target file names in
Image/Prepare, then as source file names in Image/BuildKernel or
Image/Build.

Fix this by using a fixed output file name in Image/Prepare, and copy to
the expected file name in Image/BuildKernel instead, which is run by
ImageBuilder.

Signed-off-by: Jonas Gorski <jonas.gorski@gmail.com>
target/linux/gemini/image/Makefile
target/linux/ipq806x/image/Makefile
target/linux/malta/image/Makefile