linux (amlogic-3.10): add dependency on u-boot-tools-aml:host

Linux kernel build needs mkimage in toolchain

Signed-off-by: Matthias Reichl <hias@horus.com>
This commit is contained in:
Matthias Reichl 2018-04-27 15:09:48 +02:00 committed by cvh
parent 45dd79bff4
commit ca01ed96a2

View File

@ -37,7 +37,7 @@ case "$LINUX" in
PKG_SHA256="df34b086993fd3552efae92d84d28990a61a1ca79a8703a4b64241ab80e3b6db" PKG_SHA256="df34b086993fd3552efae92d84d28990a61a1ca79a8703a4b64241ab80e3b6db"
PKG_URL="https://github.com/LibreELEC/linux-amlogic/archive/$PKG_VERSION.tar.gz" PKG_URL="https://github.com/LibreELEC/linux-amlogic/archive/$PKG_VERSION.tar.gz"
PKG_SOURCE_DIR="linux-amlogic-$PKG_VERSION" PKG_SOURCE_DIR="linux-amlogic-$PKG_VERSION"
PKG_DEPENDS_TARGET="$PKG_DEPENDS_TARGET aml-dtbtools:host" PKG_DEPENDS_TARGET="$PKG_DEPENDS_TARGET aml-dtbtools:host u-boot-tools-aml:host"
PKG_BUILD_PERF="no" PKG_BUILD_PERF="no"
;; ;;
amlogic-3.14) amlogic-3.14)