From 3e4281cf49427c02974c41756f9b12f4293aca5b Mon Sep 17 00:00:00 2001 From: Gerben Jan Dijkman Date: Mon, 11 Jul 2022 18:28:50 +0200 Subject: [PATCH] Updated desc --- .../u-boot-pinephone-pro-2022.07_rc6.ebuild | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/dev-embedded/u-boot-pinephone-pro/u-boot-pinephone-pro-2022.07_rc6.ebuild b/dev-embedded/u-boot-pinephone-pro/u-boot-pinephone-pro-2022.07_rc6.ebuild index fc634a0..dec94ea 100755 --- a/dev-embedded/u-boot-pinephone-pro/u-boot-pinephone-pro-2022.07_rc6.ebuild +++ b/dev-embedded/u-boot-pinephone-pro/u-boot-pinephone-pro-2022.07_rc6.ebuild @@ -36,10 +36,7 @@ BDEPEND=" src_prepare() { default - - #Create the correct crossdev for trusted-firmware - crossdev --target arm-none-eabi - + sed -i 's:\bpkg-config\b:${PKG_CONFIG}:g' \ scripts/kconfig/{g,m,n,q}conf-cfg.sh \ scripts/kconfig/Makefile \ @@ -116,6 +113,7 @@ src_install() { } pkg_postinst() { + einfo "In order to get the U-Boot to work you will need a crosscompiler for arm-none-eabi you can do this by running: crossdev --target arm-none-eabi (if not done allready) and then re-emerge this packages" einfo "This U-Boot is only to be used for the PinePhone Pro." einfo "After compiling a new Gentoo kernel, copy the resulting Image from /usr/src/linux/arch/arm64/boot/Image to the boot partition (replacing the existing Image)." einfo "New version of U-Boot firmware can be flashed to your microSD card or eMMc module."