diff options
author | Waldemar Brodkorb <wbrodkorb@conet.de> | 2015-01-30 14:44:56 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbrodkorb@conet.de> | 2015-01-30 14:44:56 +0100 |
commit | a0347ab3bbadce1aa6e5573be156737e0086db87 (patch) | |
tree | 16a133bab48065f734ea040ff9dfa14e0a14da9d /package | |
parent | aef047bf7d61880ed478e6410205ad2f7ff6067c (diff) |
update kernels, simplify dtb install, update raspberry firmware and userland, fixes DMA problem fro me
Diffstat (limited to 'package')
-rw-r--r-- | package/bcm2835-bootloader/Makefile | 4 | ||||
-rw-r--r-- | package/bcm2835-vc/Makefile | 6 |
2 files changed, 3 insertions, 7 deletions
diff --git a/package/bcm2835-bootloader/Makefile b/package/bcm2835-bootloader/Makefile index 98bedaf84..c78b7e811 100644 --- a/package/bcm2835-bootloader/Makefile +++ b/package/bcm2835-bootloader/Makefile @@ -4,13 +4,12 @@ include $(ADK_TOPDIR)/rules.mk PKG_NAME:= bcm2835-bootloader -PKG_VERSION:= 393dcc0e76f18f6ac1b67ba45d36058410670034 +PKG_VERSION:= 9b068fe44503f564579a25fd849df4ec784f9d4d PKG_RELEASE:= 1 PKG_DESCR:= bootloader for raspberry pi PKG_SECTION:= base/boot PKG_URL:= https://github.com/raspberrypi/firmware PKG_SITES:= https://github.com/raspberrypi/firmware.git -NO_CHECKSUM:= 1 PKG_SYSTEM_DEPENDS:= raspberry-pi PKG_CHOICES_BCM2835_BOOTLOADER:= DEFAULT EXTRA CUTDOWN @@ -58,5 +57,4 @@ ifeq ($(ADK_KERNEL_BCM2708_DT),y) $(IDIR_BCM2835_BOOTLOADER)/boot/config.txt endif - include $(ADK_TOPDIR)/mk/pkg-bottom.mk diff --git a/package/bcm2835-vc/Makefile b/package/bcm2835-vc/Makefile index e9cdd9d2a..8efad79bd 100644 --- a/package/bcm2835-vc/Makefile +++ b/package/bcm2835-vc/Makefile @@ -4,16 +4,14 @@ include ${ADK_TOPDIR}/rules.mk PKG_NAME:= bcm2835-vc -# actually git checkout from 10.10.2014 -PKG_VERSION:= 0.9 +PKG_VERSION:= 3b81b91c18ff19f97033e146a9f3262ca631f0e9 PKG_RELEASE:= 1 -PKG_HASH:= 04199b75bfb1f4e5064a24819782962778e136422f332b6e4c3e275d2408f38b PKG_DESCR:= videocore tools and libraries for raspberry pi PKG_SECTION:= libs/video PKG_DEPENDS:= libpthread PKG_BUILDDEP:= cmake-host PKG_URL:= https://github.com/raspberrypi/userland -PKG_SITES:= http://openadk.org/distfiles/ +PKG_SITES:= https://github.com/raspberrypi/userland.git PKG_SYSTEM_DEPENDS:= raspberry-pi |