mkimage: allow projects to set kernel image name

... and set to kernel.img for WeTek_Play and RPi
This commit is contained in:
Stefan Saraev
2015-01-13 12:19:58 +02:00
parent 24602d9b42
commit b1ddbd91c7
4 changed files with 17 additions and 6 deletions

View File

@@ -147,3 +147,6 @@
# build and install 'FishBMC' Visualization (yes / no)
KODI_VIS_FISHBMC="no"
# kernel image name
KERNEL_NAME="kernel.img"

View File

@@ -160,3 +160,6 @@
# extra build dependeices
EXTRA_DEPS="mkimage"
EXTRA_DEPS_PKG="u-boot-tools"
# kernel image name
KERNEL_NAME="kernel.img"