summaryrefslogtreecommitdiff
path: root/package/bcm2835-firmware/Makefile
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2013-07-02 16:30:27 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2013-07-02 16:30:27 +0200
commit7cabb5806f0289965e3afbd1c4db091d6b422523 (patch)
tree7568c0a2a074f25158a5aad2a4ad76fe3abb5f99 /package/bcm2835-firmware/Makefile
parent2d0a1c8ea07d1f9d90ba42d4af0d625b8bb07ccf (diff)
add firmware for bcm2835
Diffstat (limited to 'package/bcm2835-firmware/Makefile')
-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..0f9e9f2a6
--- /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.2
+PKG_RELEASE:= 1
+PKG_MD5SUM:= fecab45f97a44babaf618523852bbb9b
+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