1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
|
# There are no file conflicts across architectures for u-boot, as each
# target is only installed on a single architecture. In theory, some
# targets could be built on multiple architectures, but could instead install
# the package for the architecture needed.
u-boot-exynos binary: arch-dependent-file-not-in-arch-specific-directory *usr/lib/u-boot/*/uboot.elf*
# These bootloaders need to be statically linked.
u-boot-exynos binary: statically-linked-binary *usr/lib/u-boot/*/uboot.elf*
# These are bootloader binaries, and have no external dependency information
u-boot-exynos binary: shared-library-lacks-prerequisites *usr/lib/u-boot/*/uboot.elf*
u-boot-exynos: description-synopsis-starts-with-article
|