mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
u-boot: this is not a kernel package
Remove PKG_IS_KERNEL_PKG since this is not building kernel modules. Add the kernel toolchain as dependency instead.
This commit is contained in:
parent
78c1582d3a
commit
629ca9dd61
@ -9,9 +9,10 @@ PKG_SITE="https://www.denx.de/wiki/U-Boot"
|
||||
PKG_DEPENDS_TARGET="toolchain Python3:host swig:host"
|
||||
PKG_LONGDESC="Das U-Boot is a cross-platform bootloader for embedded systems."
|
||||
|
||||
PKG_IS_KERNEL_PKG="yes"
|
||||
PKG_STAMP="$UBOOT_SYSTEM $UBOOT_TARGET"
|
||||
|
||||
[ -n "$KERNEL_TOOLCHAIN" ] && PKG_DEPENDS_TARGET+=" gcc-arm-$KERNEL_TOOLCHAIN:host"
|
||||
|
||||
if [ -n "$UBOOT_FIRMWARE" ]; then
|
||||
PKG_DEPENDS_TARGET+=" $UBOOT_FIRMWARE"
|
||||
PKG_DEPENDS_UNPACK+=" $UBOOT_FIRMWARE"
|
||||
|
Loading…
x
Reference in New Issue
Block a user