summaryrefslogtreecommitdiff
path: root/package
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2013-07-10 11:53:14 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2013-07-10 11:53:14 +0200
commit6284d31d422bd34a95d1f9797a9b3a5f791a6cfd (patch)
tree81abf75125083a8b7e454bcc571e72d4e40f181e /package
parent86f7be71c19f941d6f810010f18fb76c478f5aef (diff)
parent82949d243f9451a8495609995a8a71a2a153ac08 (diff)
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'package')
-rw-r--r--package/bcm2835-firmware/Makefile26
1 files changed, 26 insertions, 0 deletions
diff --git a/package/bcm2835-firmware/Makefile b/package/bcm2835-firmware/Makefile
new file mode 100644
index 000000000..5f51445d2
--- /dev/null
+++ b/package/bcm2835-firmware/Makefile
@@ -0,0 +1,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