summaryrefslogtreecommitdiff
path: root/package/bcm2835-firmware/Makefile
blob: 5f51445d23acc9c1bb33878df2624ea9247bb4dc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# This file is part of the OpenADK project. OpenADK is copyrighted
# material, please see the LICENCE file in the top-level directory.

include ${TOPDIR}/rules.mk

PKG_NAME:=		bcm2835-firmware
PKG_VERSION:=		0.3
PKG_RELEASE:=		1
PKG_MD5SUM:=		e564b5d20153abc9b71d0bde8ece72f3
PKG_DESCR:=		firmware for raspberry pi (bcm2835)
PKG_SECTION:=		base
PKG_SITES:=		http://openadk.org/distfiles/

include ${TOPDIR}/mk/package.mk

$(eval $(call PKG_template,BCM2835_FIRMWARE,bcm2835-firmware,${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_FIRMWARE}/boot
	${CP} ${WRKBUILD}/boot/* ${IDIR_BCM2835_FIRMWARE}/boot/

include ${TOPDIR}/mk/pkg-bottom.mk