|
@@ -4,11 +4,11 @@
|
|
|
include ${TOPDIR}/rules.mk
|
|
|
|
|
|
PKG_NAME:= bcm2835-bootloader
|
|
|
-# actually 04ba1c03780ae708c9289bce14f56933e55e9c20 from 13.04.2014
|
|
|
-PKG_VERSION:= 0.8
|
|
|
+# actually git checkout from 03.06.2014
|
|
|
+PKG_VERSION:= 0.9
|
|
|
PKG_RELEASE:= 1
|
|
|
-PKG_MD5SUM:= 08beaa7d66e7dd6b0ab58483d0f4ce40
|
|
|
-PKG_DESCR:= bootloader for raspberry pi (bcm2835)
|
|
|
+PKG_MD5SUM:= 791aa3074029f0d2343fc2fc9b5d3d7c
|
|
|
+PKG_DESCR:= bootloader for raspberry pi
|
|
|
PKG_SECTION:= base/boot
|
|
|
PKG_URL:= https://github.com/raspberrypi/firmware
|
|
|
PKG_SITES:= http://openadk.org/distfiles/
|
|
@@ -26,5 +26,7 @@ INSTALL_STYLE:= manual
|
|
|
do-install:
|
|
|
${INSTALL_DIR} ${IDIR_BCM2835_BOOTLOADER}/boot
|
|
|
${CP} ${WRKBUILD}/boot/* ${IDIR_BCM2835_BOOTLOADER}/boot/
|
|
|
+ printf "gpu_mem=$(ADK_TARGET_GPU_MEM)\n" >> \
|
|
|
+ ${IDIR_BCM2835_BOOTLOADER}/boot/config.txt
|
|
|
|
|
|
include ${TOPDIR}/mk/pkg-bottom.mk
|