# This file is part of the OpenADK project. OpenADK is copyrighted # material, please see the LICENCE file in the top-level directory. include ${ADK_TOPDIR}/rules.mk PKG_NAME:= bcm2835-bootloader # actually git checkout from 07.07.2014 # 1e7d3d9c04394ae8b7f38008765cfc66815a0c96 PKG_VERSION:= 1.1 PKG_RELEASE:= 1 PKG_MD5SUM:= 1ca3b128b79d29ebbf6474869fcaf56b PKG_DESCR:= bootloader for raspberry pi PKG_SECTION:= base/boot PKG_URL:= https://github.com/raspberrypi/firmware PKG_SITES:= http://openadk.org/distfiles/ PKG_SYSTEM_DEPENDS:= raspberry-pi include ${ADK_TOPDIR}/mk/package.mk $(eval $(call PKG_template,BCM2835_BOOTLOADER,bcm2835-bootloader,${PKG_VERSION}-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION})) CONFIG_STYLE:= manual BUILD_STYLE:= manual 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 ${ADK_TOPDIR}/mk/pkg-bottom.mk