mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
bcm2835-bootloader: update to bcm2835-bootloader-3aba47b
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
348cb5a802
commit
dd9aa2a5f7
@ -22,13 +22,8 @@
|
||||
|
||||
. config/options $1
|
||||
|
||||
cd $PKG_BUILD
|
||||
cd $PKG_BUILD/mkimage
|
||||
|
||||
rm -rf ./vmlinuz
|
||||
rm -rf ./kernel.img
|
||||
|
||||
python ./imagetool-uncompressed.py \
|
||||
first32k.bin \
|
||||
boot-uncompressed.txt \
|
||||
args-uncompressed.txt \
|
||||
$(kernel_path)/arch/arm/boot/Image \
|
||||
vmlinuz
|
||||
python ./imagetool-uncompressed.py $(kernel_path)/arch/arm/boot/Image
|
||||
|
@ -19,12 +19,12 @@
|
||||
################################################################################
|
||||
|
||||
PKG_NAME="bcm2835-bootloader"
|
||||
PKG_VERSION="1.0"
|
||||
PKG_VERSION="3aba47b"
|
||||
PKG_REV="1"
|
||||
PKG_ARCH="arm"
|
||||
PKG_LICENSE="nonfree"
|
||||
PKG_SITE="http://www.broadcom.com"
|
||||
PKG_URL="http://sraue.openelec.tv/$PKG_NAME-$PKG_VERSION.tar.xz"
|
||||
PKG_URL="$DISTRO_SRC/$PKG_NAME-$PKG_VERSION.tar.xz"
|
||||
PKG_DEPENDS=""
|
||||
PKG_BUILD_DEPENDS="toolchain linux Python"
|
||||
PKG_PRIORITY="optional"
|
||||
|
@ -178,7 +178,7 @@ IMAGE_NAME="$DISTRONAME-$TARGET_VERSION"
|
||||
fi
|
||||
|
||||
if [ "$BOOTLOADER" = "bcm2835-bootloader" ]; then
|
||||
cp -PR $BUILD/bcm2835-bootloader-*/vmlinuz $TARGET_IMG/$IMAGE_NAME.kernel
|
||||
cp -PR $BUILD/bcm2835-bootloader-*/mkimage/kernel.img $TARGET_IMG/$IMAGE_NAME.kernel
|
||||
chmod 0644 $TARGET_IMG/$IMAGE_NAME.kernel
|
||||
else
|
||||
cp -PR $BUILD/linux-*/arch/$KERNEL_ARCH/boot/$KERNEL_IMAGE $TARGET_IMG/$IMAGE_NAME.kernel
|
||||
|
Loading…
x
Reference in New Issue
Block a user